The REALbasic StyledText Class enables you to apply style attributes to the TextArea Control. We can use it to create MS Word like application or syntax highlight for TextArea Control. Learn some basic about StyledText Class available in REALbasic.
In this exciting tutorial we will learn some basics about saving, opening and convert encoding of text files in REALbasic using TextInputStream, TextOutputStream classes and ConvertEncoding function. Watch it, learn it, enjoy it!
In this tutorial we learn how to drag and drop images and text files from desktop to our application, and how to drag and drop controls inside Window in REALbasic. Watch it, learn it, enjoy it!
This tutorial will show you how can you create a basic text scrolling effect similar to credits available in Firefox about window. To make it easy we will use here a Time and TextArea Controls. Watch it, learn it, enjoy it!
Every software has got a License Agreement. In this tutorial we will learn how can we check if the user has scroll down to the end of license agreement. This way we will give us a theoretical chance that the user has reeded our license before accepting it. 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!