REAL Software, creator of REALbasic, a cross-platform software development tool for Mac, Windows and Linux announced the availability of REALbasic and REAL Studio 2009 Release 4.
Every developer likes when his software executable has got the smallest possible size. If our executables are to big we can try to use Ultimate Packer for eXecutables (UPX) to get satisfactory results in making our application smaller.
We will learn today how can we create own twitter client in REALbasic IDE. The application can be developed and used on every operating system including Mac OS, Linux and Windows. Watch it, learn it, enjoy it! TwittMe v2 using HTTPSocket.
It would be nice if we could make a USD to EUR converter in REALbasic? Studding Mid and InStr Functions in REALbasic and Creating a Class in REALbasic you can do it! Let me show you how. Watch it, learn it, enjoy it!
In this tutorial I will try to explain how can you use Mid and InStr functions in REALbasic. Learn how can you put the cursor in string where you want and how copy a part of string you are interested in. Watch it, learn it, enjoy it!
Class is a great way to make some things faster by saving the time of producing the code. Wrote it once, use it always. Learn how to create and how to use own Class in REALbasic. Watch it, learn it, enjoy it!
TextArea control is a editable text area that you are using in text editors (notepad, word, openoffice, pages etc.) or IM. It can contain multiple lines of text and can display mixed fonts, font styles and sizes. Learn how can you use it!