M_Random

M_Random 1.0

M_Random is a REAL Studio/REALbasic module that will call the cryptographically strong native random number functions within each OS. In Mac OS and Linux, that's /dev/random. In Windows, it's RtlGenRandom. The module comes with a harness project that...

The Data-On-Demand ListBox is a subclass of the native REAL Studio (formerly REALbasic) ListBox and, as far as the end-user is concerned, will behave in the same way. The key difference for the programmer is that the Data-On-Demand ListBox does not store...

Wnd_HelpTagDisabler is a window subclass for REAL Studio (formerly REALbasic) that will let you disable or enable the help tags of the controls in a window as easily as setting a property. It also includes methods to get or set the help tags without...