User contributions
From REALbasicWiki
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).
- 15:50, 6 November 2008 (hist) (diff) Try-catch (Begin try-catch entry)
- 14:58, 29 October 2008 (hist) (diff) Recursive method (Fix a minor error in MergeSort code) (top)
- 15:31, 14 October 2008 (hist) (diff) Ptr (Add section explaining difference between MemoryBlock.CString and Ptr.CString) (top)
- 14:25, 6 October 2008 (hist) (diff) RaiseEvent (New page: The RaiseEvent keyword is used to invoke an event handler in a class. Its use allows you to distinguish between invocation of an event and a method, thus allowing the declaration of metho...) (top)
- 14:17, 24 September 2008 (hist) (diff) MenuItem (Add note about removal of Bold, Italic, Underline properties.) (top)
- 14:15, 24 September 2008 (hist) (diff) Picture (New page: {{ artskill|2}} A ''Picture'' object allows you use images in various formats, including PICT, BMP, JPEG, GIF, and PNG. ==More on methods== {{Classbox| Classname = Picture| mac = yes| lin...) (top)
- 15:35, 10 September 2008 (hist) (diff) Join (Tweak sample code) (top)
- 15:33, 10 September 2008 (hist) (diff) Volume (Add note about Volume(0); rewrite sample code to suit me) (top)
- 15:07, 3 September 2008 (hist) (diff) Timer (Add a little explanation about Timer.Reset) (top)
- 16:08, 28 August 2008 (hist) (diff) Delegate (add note about delegate declarations in classes) (top)
- 22:13, 18 August 2008 (hist) (diff) FolderItem (Edit information about Permissions to reflect the fact that it is not actually a property.) (top)
- 14:48, 12 August 2008 (hist) (diff) Category:REALbasic Releases (→REALbasic 5.5.x) (top)
- 14:43, 25 June 2008 (hist) (diff) m AddressOf (top)
- 14:53, 20 June 2008 (hist) (diff) m Recursive method (→Example)
- 14:53, 17 June 2008 (hist) (diff) Structure (→Assignment and Parameter Passing - Add note about inability of delegates to return a structure.) (top)
- 20:10, 16 June 2008 (hist) (diff) Ptr (→Dereferencing To Obtain a Structure - add note about the need to check for nil pointer)
- 17:05, 14 June 2008 (hist) (diff) Structure (→Defining a Structure - Add some explanation of what structure fields can look like)
- 00:38, 31 May 2008 (hist) (diff) Listbox (add note about effect of setting ColumnWidths ="".) (top)
- 19:45, 17 May 2008 (hist) (diff) ContainerControl (Begin documenting the hackish mess that is the ContainerControl)
- 16:11, 4 May 2008 (hist) (diff) FolderItem (finish the list of methods; add notes about MoveFileTo and CopyFileTo)
- 14:36, 30 April 2008 (hist) (diff) m Understanding Text Encodings (→When to use DefineEncoding) (top)
- 14:30, 25 April 2008 (hist) (diff) Paradigma Software (add link to Paradigma web site) (top)
- 14:24, 25 April 2008 (hist) (diff) Paradigma Software (added category addons)
- 18:33, 23 April 2008 (hist) (diff) Split (Add section about splitting into characters) (top)
- 18:30, 23 April 2008 (hist) (diff) Split (add reference to SplitB)
- 18:30, 23 April 2008 (hist) (diff) Join (add Rb version in which Join first appeared)
- 18:29, 23 April 2008 (hist) (diff) Split (add Rb version in which Split first appeared)
- 16:47, 19 April 2008 (hist) (diff) Singleton Pattern (Add a second, simpler implementation)
- 16:07, 17 April 2008 (hist) (diff) Listbox (Add event prototypes)
- 15:06, 17 April 2008 (hist) (diff) m Observer Pattern (→Class-Diagramm)
- 15:05, 17 April 2008 (hist) (diff) m FolderItem (→Using the Close method)
- 15:04, 14 April 2008 (hist) (diff) Split name and extension of a FolderItem (top)
- 20:05, 15 March 2008 (hist) (diff) Category:Tutorials (add link to Jon Johnson's web server article) (top)
- 16:04, 13 March 2008 (hist) (diff) Listbox (→Gotchas)
- 00:23, 11 March 2008 (hist) (diff) SocketCore (New page: {{artskill|2}} {{classbox| Classname = SocketCore | mac = yes | linux = yes | win = yes | Superclass = Object | Interfaces = None | Constants = * NoError = 0 * OpenDriverError = 100 *...) (top)
- 16:55, 6 March 2008 (hist) (diff) Recursive method (Added mergesort as an example of recursion)
- 16:36, 5 March 2008 (hist) (diff) Delete a non-empty folder (top)
- 17:30, 4 March 2008 (hist) (diff) Macoslib (New page: {{softwarebox| Softwarename = macoslib | Softwareicon = | Softwaredescription = macoslib is a collection of REALbasic classes that exposes more of the Mac OS API than is provided by the R...) (top)
- 17:24, 4 March 2008 (hist) (diff) Delete items from a list (Add section 'Create a new list')
- 17:19, 4 March 2008 (hist) (diff) m StringProvider (top)
- 17:19, 4 March 2008 (hist) (diff) StringProvider
- 17:18, 4 March 2008 (hist) (diff) StringInterface (Added deprecation marker) (top)
- 17:18, 4 March 2008 (hist) (diff) ActionSource (Added deprecation marker) (top)
- 16:49, 4 March 2008 (hist) (diff) Version Control usage (→See Also - add link to o'Reilly book on Subversion)
- 16:45, 4 March 2008 (hist) (diff) Talk:Postponing an action using a Timer (New page: "All such events get executed one after the other, never synchronuously." Actually, Timer event execution is synchronous. ~~~~) (top)
- 16:41, 1 March 2008 (hist) (diff) Delete items from a list (improve code style slightly)
- 01:03, 22 February 2008 (hist) (diff) Or (add section on short-circuit evaluation) (top)
- 21:17, 21 February 2008 (hist) (diff) Talk:FolderItem (New page: The discussion in 'Checking if a FolderItem is nil or doesn't exist' is not correct. The Boolean And and Or operators use short-circuit evaluation. So if f is nil or not f.Exists is p...)
- 16:14, 21 February 2008 (hist) (diff) m FolderItem (→Permissions as Integer - Changed tag from <rbcode> to code indentation so that the wiki link would function correctly, for now.)
- 16:21, 19 February 2008 (hist) (diff) m FolderItem2 (→Parent as FolderItem)
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).
