Search found 7 matches
- Wed Apr 18, 2007 5:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to Use Tab Panels
- Replies: 6
- Views: 8189
How to Use Tab Panels
With regards to Tab Panels, how does one get groups of form elements to appear in a different tab? I have a feeling that it has to do with grouping elements, and toggling each group's visiblility, based on the tab selected. But I am unsure of "best practices" in achieving this. Also related, should ...
- Wed Apr 12, 2006 4:40 pm
- Forum: Databases
- Topic: Valentina XCMD All That's Needed for Valentina DB Dev?
- Replies: 3
- Views: 6507
- Wed Apr 12, 2006 3:20 am
- Forum: Databases
- Topic: Valentina XCMD All That's Needed for Valentina DB Dev?
- Replies: 3
- Views: 6507
Valentina XCMD All That's Needed for Valentina DB Dev?
Through my purchase of Revolution recently, I was fortunate enough to be eligible for a free Valentina XCMD license. I am curious, however: in order to develop Valentina DB solutions with Rev, do I need to also purchase the Valentina database? Does my Valentina XCMD include an embedded Valentina dat...
- Mon Apr 10, 2006 1:38 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Setting Up a Login and Timed Session
- Replies: 2
- Views: 5873
Setting Up a Login and Timed Session
I am beginning to learn Revolution to develop Internet-aware thick client solutions. I would like to know what suggestions best/practices you have for setting up a timed user session. That is, after a user logs into an Revolution-based app, her username/password is checked against a database, and sh...
- Sun Apr 09, 2006 3:48 pm
- Forum: Off-Topic
- Topic: Progress Bars - Updating Current Value via Transcript
- Replies: 5
- Views: 9240
- Sat Apr 08, 2006 7:54 am
- Forum: Off-Topic
- Topic: Progress Bars - Updating Current Value via Transcript
- Replies: 5
- Views: 9240
Progress Bars - Updating Current Value via Transcript
Malte, thank you; that code worked like a charm (never would have thought of thumbpos). BTW, I'll be purchasing Arcade Engine once I get past the basics; I'd like to build some arcade-style games for my 3 and 5 year old. Thank you again!
- Sat Apr 08, 2006 7:27 am
- Forum: Off-Topic
- Topic: Progress Bars - Updating Current Value via Transcript
- Replies: 5
- Views: 9240
Progress Bars - Updating Current Value via Transcript
Hello All-- a newbie here. With regards to progress bars, how do I update the current value using Transcript? I've attempted: set the current value of the progress bar "progressBar" to 25. There does not seem to be much documentation regarding this component.