When we learned some time ago how can we create a Growl notification system for REALbasic using AppleScript I forgot to add how to protect our script from stealing. In this quick tip we will learn this. Watch it, learn it, enjoy it!
In this quick tip we will learn how to run our REALbasic application in full screen mode. This method can be used when we create a movie player or when we simply need to use every pixel of the screen.
Probably if you are new in REALbasic you don’t see a nice button to comment and uncomment code in REALbasic Code Editor. This is a very nice and quick option to select and activate or deactivate code from REALbasic interpretation.
If you are not satisfied with the time of add or load data into some controls there is a nice way to speed it up to 5-7 times. For example when you add 1 000 000 rows to Listbox control you must wait over 10 seconds to finish. We can make this in 2-3 seconds…
Did you know that when you are in a specific control you can call it by typing word me rather than the name of this control. This amazing little option can really speedup your coding so try to use it.
Did you know that REALbasic has got a full-text searchable version of the REALbasic Language Reference. You can access this powerful online help system by selecting “Language Reference” from the Help menu.