Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Title: REAL Software Forums - http://www.realsoftware.com REAL Software Forums
Url: http://www.realsoftware.com
Users activity: 3 posts per thread
site activity: 331 active thread during last week
Site rank: 4,881 (go to rank page)
Domain info for: realsoftware.com
 

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:

REAL Software Forums | Forum Authority Badge

REAL Software Forums posting activity graph:

Posts by:  day  week  month 
 

http://www.realsoftware.com Alexa graph:

Top authors on REAL Software Forums during last week:

Name
Posts
Phil M
80
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.
rlinsurf
69
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
timhare
69
user's latest post:
App freeze(HTTPSocket)
Published (2009-11-26 04:13:00)
Shell is a standard feature.
JustSomeGuy
43
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?
mjh
39
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...
AaronAndrewHunt
33
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...
jefftullin
33
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?
npalardy
25
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
classone
23
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
mrebar
21
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:

General - 475 new posts General - forum profile
Macintosh - 77 new posts Macintosh - forum profile
Databases - 75 new posts Databases - forum profile
Getting Started - 51 new posts Getting Started - forum profile
Networking - 39 new posts Networking - forum profile
Off-Topic - 35 new posts Off-Topic - forum profile
Windows - 27 new posts Windows - forum profile
Games - 5 new posts Games - forum profile
Linux - 4 new posts Linux - forum profile
Announcements - 4 new posts Announcements - forum profile
 

Top 10 forums on REAL Software Forums:

General - 42,171 posts General - forum profile
Getting Started - 9,035 posts Getting Started - forum profile
Macintosh - 7,695 posts Macintosh - forum profile
Databases - 6,914 posts Databases - forum profile
Off-Topic - 5,617 posts Off-Topic - forum profile
Windows - 4,754 posts Windows - forum profile
Networking - 2,698 posts Networking - forum profile
Linux - 1,296 posts Linux - forum profile
Visual Basic to REALbasic Conversion - 1,026 posts Visual Basic to REALbasic Conversion - forum profile
Games - 896 posts Games - forum profile

Latest active threads on REAL Software Forums:

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
Forum:  Macintosh Macintosh - forum profile
Thread:  Show this thread (2 posts) Thread info: missing dim statement? Not sure what I need (toolitem menu) Size: 54 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: missing dim statement? Not sure what I need (toolitem menu) :: Macintosh :: REAL Software Forums"
REAL Software Forums
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
Forum:  Getting Started Getting Started - forum profile
Thread:  Show this thread (13 posts) Thread info: draw string Size: 249 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: draw string :: Getting Started :: REAL Software Forums"
REAL Software Forums
Started 1 day, 8 hours ago (2009-11-26 15:38:00)  by Steve Garman
The same way you delete the children folderitem.delete
Forum:  General General - forum profile
Thread:  Show this thread (4 posts) Thread info: Delete a directory? Size: 60 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Delete a directory? :: General :: REAL Software Forums"
REAL Software Forums
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?
Forum:  Windows Windows - forum profile
Thread:  Show this thread (7 posts) Thread info: MenuItem.Popup bug? Size: 87 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: MenuItem.Popup bug? :: Windows :: REAL Software Forums"
REAL Software Forums
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.
Forum:  General General - forum profile
Thread:  Show this thread (7 posts) Thread info: invisible background app Size: 220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: invisible background app :: General :: REAL Software Forums"
REAL Software Forums
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.
Forum:  Databases Databases - forum profile
Thread:  Show this thread (8 posts) Thread info: Dont Understand this SQL Size: 423 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Dont Understand this SQL :: Databases :: REAL Software Forums"
REAL Software Forums
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...
Forum:  Networking Networking - forum profile
Thread:  Show this thread (2 posts) Thread info: Basic AutoDiscovery Operation (I'm Pulling Out My Hair!) Size: 339 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Basic AutoDiscovery Operation (I'm Pulling Out My Hair!) :: Networking :: REAL Software Forums"
REAL Software Forums
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.
Forum:  Networking Networking - forum profile
Thread:  Show this thread (14 posts) Thread info: Faster DataAvailable event Size: 227 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Faster DataAvailable event :: Networking :: REAL Software Forums"
REAL Software Forums
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( ...
Forum:  General General - forum profile
Thread:  Show this thread (4 posts) Thread info: Embedding Hyperlinks within Text Size: 437 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Embedding Hyperlinks within Text :: General :: REAL Software Forums"
 

Hot threads for last week on REAL Software Forums:

General
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
Forum:  General General - forum profile
Thread:  Show this thread (34 posts) Thread info: Timer speed test, Mac vs. Win32, help needed Size: 305 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Timer speed test, Mac vs. Win32, help needed :: General :: REAL Software Forums"
Off-Topic
Started 5 days, 13 hours ago (2009-11-22 10:26:00)  by DaveS
_________________ Dave Sisemore MacPro, OSX 10.5.8 RB2009r2
Forum:  Off-Topic Off-Topic - forum profile
Thread:  Show this thread (28 posts) Thread info: Geoff - What's RealSoftware's reaction to Chrome OS? Size: 78 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Geoff - What's RealSoftware's reaction to Chrome OS? :: Off-Topic :: REAL Software Forums"
General
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 ...
Forum:  General General - forum profile
Thread:  Show this thread (20 posts) Thread info: Data storage: Dictionaries vs. Plain Text formats Size: 833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Data storage: Dictionaries vs. Plain Text formats :: General :: REAL Software Forums"
General
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.
Forum:  General General - forum profile
Thread:  Show this thread (18 posts) Thread info: Parse Date and correct for local time zone Size: 792 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Parse Date and correct for local time zone :: General :: REAL Software Forums"
Macintosh
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....
Forum:  Macintosh Macintosh - forum profile
Thread:  Show this thread (27 posts) Thread info: Showing AddressBook posts, when clicking name in ListBox? Size: 2,243 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Showing AddressBook posts, when clicking name in ListBox? :: Macintosh :: REAL Software Forums"
General
Started 1 week ago (2009-11-20 17:05:00)  by Phil M
Average: 0.9494949 ticks Win XP AMD Athlon XP2800+ 1GB RAM
Forum:  General General - forum profile
Thread:  Show this thread (18 posts) Thread info: App freeze(HTTPSocket) Size: 58 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: App freeze(HTTPSocket) :: General :: REAL Software Forums"
General
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 ...
Forum:  General General - forum profile
Thread:  Show this thread (15 posts) Thread info: cross-platform performance, the problem of speed Size: 591 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: cross-platform performance, the problem of speed :: General :: REAL Software Forums"
Databases
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.
Forum:  Databases Databases - forum profile
Thread:  Show this thread (14 posts) Thread info: Database not updating Size: 727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Database not updating :: Databases :: REAL Software Forums"
Networking
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.
Forum:  Networking Networking - forum profile
Thread:  Show this thread (14 posts) Thread info: Faster DataAvailable event Size: 227 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Faster DataAvailable event :: Networking :: REAL Software Forums"
Macintosh
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
Forum:  Macintosh Macintosh - forum profile
Thread:  Show this thread (38 posts) Thread info: Real Basic Cocoa Version Size: 566 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Real Basic Cocoa Version :: Macintosh :: REAL Software Forums"