|
More site info...
REAL Software Forums - www.realsoftware.com | Site profile
|
|
Site profile page for http://www.realsoftware.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.realsoftware.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.realsoftware.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on REAL Software Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
331
|
1,115
|
2,803
|
|
Post:
|
1,039
|
3,548
|
9,385
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for REAL Software Forums (http://www.realsoftware.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
REAL Software Forums posting activity graph:
|
|
http://www.realsoftware.com Alexa graph:
|
Top authors on REAL Software Forums during last week:
user's latest post:
OpenGLSurface doesn't get...
Published (2009-11-26 00:10:00)
Window events will work, but only if the control that has the focus doesn't steal them first. You might have to set a mouseclick within the OpenGL control to clear the focus from all window events to that you can capture the keys.
user's latest post:
How to send string to webserver
Published (2009-11-25 21:35:00)
write an extension to a variant array method that takes a paramarray ? then you can push one or more items, all variants
user's latest post:
rs.close... Kaboooom!
Published (2009-11-26 17:23:00)
Code: rs = DatabaseConnection.SQLSelect(sql) if rs.RecordCount > 0 then ... end if rs.close() This code crashes is rs.RecordCount = 0 on the rs.close() line. Why?
user's latest post:
how to rename a file
Published (2009-11-26 12:46:00)
Kyan wrote: Now, how can I overwrite the existing file then? I guess I thought that is what giving a new name did..? You’ve got a FolderItem for the file (f = GetFolderItem("advert.jpg")), so you just need to save the picture to this FolderItem, overwriting it in the process if it exists (and you have the permissions to do so). Or if the picture already exists as a file, you could delete the old file and then do a...
user's latest post:
cross-platform performance, the...
Published (2009-11-24 13:51:00)
taylor-design wrote: At least through XP, Windows was far faster at 2D drawing operations than Mac OS X Quartz. OK, obviously I did not know that. taylor-design wrote: Windows XP does not double buffer the entire screen, which results in visible flicker. I think Vista is the same. To avoid this you had to use your own offscreen in earlier versions of RB. The new version has a double buffer option built into the Canvas class, though this...
user's latest post:
Troubles Generating a Report
Published (2009-11-25 09:23:00)
dim rsq as new Reports.RecordSetQuery(rs) ... is rsq nil after that line?
user's latest post:
Real Basic Cocoa Version
Published (2009-11-25 00:21:00)
_________________ My web site Great White Software RBLibrary.com REALbasic learning
user's latest post:
Avoiding Duplicate Code
Published (2009-11-25 10:53:00)
Quote: I don't have experience creating a new class, so that is a more intimidating solution. Since classes are at the heart of the OOP system used by RB and 99% of modern programming languages, some time spent learning how to use classes would be crucial to your future programming experience. Please pardon the unsolicited advice. Just my .02
user's latest post:
Real Basic Cocoa Version
Published (2009-11-25 10:27:00)
Quote: Feature parity is the initial goal Thanks for the clarification and confirmation. Michael
|
|
|
Top 10 active forums on REAL Software Forums during last week:
|
|
Top 10 forums on REAL Software Forums:
|
|
|
|
Latest active threads on REAL Software Forums:
Started 1 day, 6 hours ago (2009-11-26 17:38:00)
by paulg
How did you find the answer, Brian? -Paul
Started 2 days, 7 hours ago (2009-11-25 16:46:00)
by timhare
replace ")" with ").valore" as your second step. s = "y(1) = y(2) + y(3)" s= replaceall(s, "y", "tag_") s= replaceall(s, ")", ").valore") Tim
Started 1 day, 8 hours ago (2009-11-26 15:38:00)
by Steve Garman
The same way you delete the children folderitem.delete
Started 2 months, 3 weeks ago (2009-09-01 19:08:00)
by jefftullin
And what does your code look like like? Which line returns a nilobject exception?
Started 4 days, 3 hours ago (2009-11-23 20:57:00)
by Pariahware
From your other post, build a console application. If you must build a Desktop Application, search the forum for "dockless application". Essentially you have to modify the plist file with a few lines of code.
Started 3 days, 5 hours ago (2009-11-24 19:11:00)
by dglass
What they've done in the example is alias'd the table names. Customers C is renaming the Customers table 'C' in that particular SELECT statement The ' dot' notation is a way to explicitly state which table the fields should be used from. This is most important when there are identical field names in different tables that are used in a join.
Started 1 day, 10 hours ago (2009-11-26 14:02:00)
by FlyingPenguin
Can I assume from the lack of responses that no one sees any obvious mistakes that I am making? Maybe my computers were just in a bad mood last night--or I had some kind of blinders on that were keeping me from seeing something that wasn't the way I thought it was. I guess I should try again and see if it will work today...
Started 2 days, 20 hours ago (2009-11-25 03:56:00)
by timhare
Thread is the way to go. The DataAvailable needs to read all the available data and append it to a queue for processing. Get in and out as quickly as possible. A thread runs in the background and pulls packets off the queue.
Started 2 weeks, 1 day ago (2009-11-12 19:56:00)
by Phil M
Another option is to use Styled Text within a TextArea control with an underline and unique bluish color for any text identified as a URL. Then your MouseMove event, calculate whether the text the mouse is hovering over is a URL type and change the cursor to a hand type to reflect that its clickable. Same with the MouseDown/MouseUp... if clicked in area that is considered a URL, then ShowURL( ...
|
|
Hot threads for last week on REAL Software Forums:
Started 1 week, 1 day ago (2009-11-19 19:07:00)
by AaronAndrewHunt
Opos, I forgot to post the Mac version for download as well. Speed info for other Mac machines will be useful. http://www.h-pi.com/software/TimerTicksMac.zip Thanks, Aaron
Started 5 days, 13 hours ago (2009-11-22 10:26:00)
by DaveS
_________________ Dave Sisemore MacPro, OSX 10.5.8 RB2009r2
Started 1 week, 2 days ago (2009-11-18 18:19:00)
by mjh
applesource wrote: If you don't count how easy/hard it is to implement a file structure with dictionaries vs. plain text, and assume that the programmer knows how to reliably handle using either method, is there any advantage to using dictionaries for data storage and retrieval vs. plain text? Are dictionaries more reliable or otherwise a better system? Accessing elements of a dictionary is ...
Started 1 week, 2 days ago (2009-11-18 20:37:00)
by Phil M
Date has a GMTOffset property. Code: Dim d As New Date Dim d2 As New Date d2.Minute = d2.Minute - ( d2.GMTOffset * 60 ) MsgBox d.SQLDateTime + ": Local Time" + EndOfLine + d2.SQLDateTime + ": Greenwich Mean Time" I THINK thats the right formula.
Started 2 weeks ago (2009-11-13 10:20:00)
by jorisvervuurt
You might want to parse all other data into other columns of the row, although this might cost some memory and time if the AddressBook database is big. For example, if you have a row with 5 columns (without the CheckBox in column 0), you would do something like this: Code: ListBox1.AddRow " Peter Petersen" ListBox1.Cell(ListBox1.LastIndex, 1 ) = "Firstname" ListBox1.Cell(ListBox1....
Started 1 week ago (2009-11-20 17:05:00)
by Phil M
Average: 0.9494949 ticks Win XP AMD Athlon XP2800+ 1GB RAM
Started 3 days, 22 hours ago (2009-11-24 02:14:00)
by DaveS
My opinion..... Windows vs OSX for the same type application so as to best insure an " apples to apples" comparison [pun intended ] OSX is much better at handling graphics than Windows [at least any version I have used, and I will admit I stopped cold at XP]. I am sure there will be those that will argue differently.... and of course you can skew any benchmark to make any computer or OS look ...
Started 4 days, 3 hours ago (2009-11-23 21:10:00)
by Pariahware
Right now your sql statement is a literal. You have to encapsulate it. Also, you should "sqlize" the strings to make sure they are valid or your code might be able to be exploited. Code: dim sql as string = "UPDATE jottsText SET jottsText.text=" + textS + ", jottsText.modified=d WHERE jottsText.ID=" + textID Additionally, before you commit, you should check for errors.
Started 2 days, 20 hours ago (2009-11-25 03:56:00)
by timhare
Thread is the way to go. The DataAvailable needs to read all the available data and append it to a queue for processing. Get in and out as quickly as possible. A thread runs in the background and pulls packets off the queue.
Started 6 months, 4 weeks ago (2009-05-03 16:14:00)
by paulg
Quote: Cocoa support will be in beta in the first quarter of 2009 and will begin shipping mid-2009. Word for word from the Press Release. So, since we are in the second quarter and nearing mid-2009 it is surely close to being complete? Yes? I really don't think anyone is going to be able to admit that they are beta testing. But I really hope something pops up here soon... -Paul
|
|