BTW, the small incompatibilities with Leopard do not prevent enjoying RunRev.... but it I am still looking forward the official "Leopard Ready" version!
Search found 10 matches
- Mon Feb 18, 2008 10:54 am
- Forum: Mac OS
- Topic: BUG (Leopard 10.5): push-button looks like square button
- Replies: 5
- Views: 7825
- Sat Feb 16, 2008 9:54 am
- Forum: Mac OS
- Topic: BUG (Leopard 10.5): push-button looks like square button
- Replies: 5
- Views: 7825
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...
- Sun Jan 28, 2007 12:30 pm
- Forum: Databases
- Topic: Bug with revDataFromQuery
- Replies: 0
- Views: 4042
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...
- Sat Jan 27, 2007 10:23 am
- Forum: Databases
- Topic: AltSQLite bundle error
- Replies: 1
- Views: 4830
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...
- 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: 3996
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!
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!
- 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: 3983
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:
regards
François
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
François
- 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: 5056
- 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: 5056
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...
- 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: 4781
- 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: 4781
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....