Search found 10 matches

by brainois
Mon Feb 18, 2008 10:54 am
Forum: Mac OS
Topic: BUG (Leopard 10.5): push-button looks like square button
Replies: 5
Views: 7519

Thanks for your answer... :)

BTW, the small incompatibilities with Leopard do not prevent enjoying RunRev.... but it I am still looking forward the official "Leopard Ready" version!
by brainois
Sat Feb 16, 2008 9:54 am
Forum: Mac OS
Topic: BUG (Leopard 10.5): push-button looks like square button
Replies: 5
Views: 7519

BUG (Leopard 10.5): push-button looks like square button

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...
by brainois
Sun Jan 28, 2007 12:30 pm
Forum: Databases
Topic: Bug with revDataFromQuery
Replies: 0
Views: 3877

Bug with revDataFromQuery

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...
by brainois
Sat Jan 27, 2007 10:23 am
Forum: Databases
Topic: AltSQLite bundle error
Replies: 1
Views: 4571

AltSQLite bundle error

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...
by brainois
Mon Jan 01, 2007 2:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to retreive the version information of a standalone app.
Replies: 1
Views: 3798

How to retreive the version information of a standalone app.

Hello,

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."

Regards and happy new year to all!
by brainois
Thu Dec 28, 2006 10:29 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Moving through the controls of a group
Replies: 1
Views: 3794

Moving through the controls of a group

Hello,

I would like to move through the controls of a group. Is there a control structure like this:

Code: Select all

repeat for each item of MyGroup
-- do sothemeing on each item...
end repeat
regards

François
by brainois
Thu Dec 28, 2006 10:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Define order for moving around fields with tab keys
Replies: 2
Views: 4815

Hello,

It works, thanks a lot!!

François
by brainois
Wed Dec 27, 2006 10:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Define order for moving around fields with tab keys
Replies: 2
Views: 4815

Define order for moving around fields with tab keys

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...
by brainois
Fri Dec 15, 2006 10:31 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Passing values from a stack to its caller
Replies: 2
Views: 4543

Thanks a lot for your detailed answer.
I think i will go for the custom properties... Much less intrusive than the global variable.

François
by brainois
Wed Dec 13, 2006 10:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Passing values from a stack to its caller
Replies: 2
Views: 4543

Passing values from a stack to its caller

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....