BTW, the small incompatibilities with Leopard do not prevent enjoying RunRev.... but it I am still looking forward the official "Leopard Ready" version!
Hello, I am facing a bug (maybe already reported): when you increase the height of a push-button (the one with the aqua-style) to 25 px and above, it automtically takes the appearance of a square button. If you go back to a height below 25 px, then it returns to its normal aqua look-and-feel. I am w...
Hello, I have a very annoying and strange behaviour with revDataFromQuery. Let the following function to count the number of clients whose age is between pAgeMin and pAgeMax and for which an intervention occured between the following date: sFromDate and sToDate (script local variables) function coun...
Hello, I downloaded altSQLite for OSX and identify two problems once installed: 1. The Database Driver.txt file contains "dbsqliteMac3.bundle" while the bundle is named "dbsqlite3.bundle". This lead to an error when saving as standalone apllication saying the database driver could not be found. 2. W...
I would like to build an "About the application" dialog box displaying information entered in the "Standalone application settings..." (like version information, etc...). My question is: "how do i retreive these information from a script."
Hello everyboby, I build a form with several input fields. When the users press the tab key, the focus move to the next field. The problem is that the order of navigation is not what i want it to be. Is there a mean to define a specific order. I tried to change the prop 'number' of the fields, but i...
Hello, I am rather new to Runtime Revolution and this is my first post... I am trying to find out how to send data back from a stack to the handler that opened that stack. The idea: a create a "Calendar" stack that is to be used to allow the user to enter a select two dates: start date and end date....