Search found 7 matches
- Fri Jan 08, 2010 5:56 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Scrollbar / Slider - On Bar Click ?
- Replies: 2
- Views: 2575
Re: Scrollbar / Slider - On Bar Click ?
Thank you
- Tue Jan 05, 2010 5:47 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Scrollbar / Slider - On Bar Click ?
- Replies: 2
- Views: 2575
Scrollbar / Slider - On Bar Click ?
Wondering if anyone can help me - I need to change the 'On Bar Click' increment from 1 to 0.5 and the basic properties for the slider / scrollbar won't allow it. Any ideas?
Andrew
Andrew
- Tue Jan 05, 2010 5:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Calculating numbers with currency formating
- Replies: 2
- Views: 2730
Re: Calculating numbers with currency formating
SparkOut,
Many thanks for this it worked like a charm. Sorry for the re-post I had forgotten I had posted the same question over a year ago...
Andrew
Many thanks for this it worked like a charm. Sorry for the re-post I had forgotten I had posted the same question over a year ago...
Andrew
- Mon Jan 04, 2010 6:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Calculating numbers with currency formating
- Replies: 2
- Views: 2730
Calculating numbers with currency formating
Any ideas, I've tried the following. setProp cDisplaySepCurrency pValue local tSepValue if word 1 of the name of the target is not "field" then return "Invalid target" else if pValue is not a number then return "Invalid value" else put format ("%1.0f", pValue) into pValue put char -6 to -1 of pValue...
- Thu Mar 26, 2009 6:58 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Number formats
- Replies: 4
- Views: 10590
Calculating variables with set number formats
SparkOut thanks for all your help on number formats, but I've got a related and probably simple question. How do I use a field value set to a particular number format for a calculation? ie. my code is as below and returns a compile error. I assume because revolution doesn't recognise £50,000.00 and...
- Wed Mar 25, 2009 1:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Number formats
- Replies: 4
- Views: 10590
Number formats
Wow,
Many thanks SparkOut. I've not implemented your suggestions but had to say in advance thanks for your assistance thats more than i'd hoped for!
Will let you know how I get on.
Andrew
Many thanks SparkOut. I've not implemented your suggestions but had to say in advance thanks for your assistance thats more than i'd hoped for!
Will let you know how I get on.
Andrew
- Mon Mar 23, 2009 1:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Number formats
- Replies: 4
- Views: 10590
Number formats
Hi, I'm new to Revolution so appologies if this is rather simple question. I have a number of fields to which i'm outputing values for display. These need to display a certain number format - some need to display a currency format ie: £XX,XXX and others need to display a percentage XX% format. Any ...