Table of Contents
Valentina for Xojo/REALbasic Installation
Run Xojo with Valentina
After installation you can start Xojo IDE.
V4RB plugin adds to Xojo a set of classes and enumerated types. All Valentina classes start with letter “V”. All enumerated types start with “EV”, which is a shortcut for “Enum of Valentina”.
You can type, for example, 2 letters “va” and get from Xojo auto-completion of the word “Valentina”. You can use this tip for a fast check if Xojo has recognized the V4RB plugin on start.
Usage with Xojo Standard
If you use Xojo Standard, you will need to disable the RBDB features of V4RB because RB Standard does not allow to use them.
To do this, just create any empty file with the name “DisableRBDB” in the Xojo folder. In this case V4RB plugin will not register Xojo Database related features when it is loaded on start of IDE.
TIP: How to check that PRO features was disabled?
IF you have done all right, then Xojo Standard will stop show warning dialog about PRO features. Also you can see that in menu “Project/Add/Database” there is no items with Valentina.