Very good explanation I will be going thru it again, thanks
byg
Search found 10 matches
- Tue Oct 22, 2013 6:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Extracting a value from a file
- Replies: 5
- Views: 3213
- Tue Oct 22, 2013 2:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Extracting a value from a file
- Replies: 5
- Views: 3213
Re: Extracting a value from a file
Thanks Simon, that works great, you are right now I have to learn how to fish or understand why this works. Thanks again.
byg
byg
- Tue Oct 22, 2013 12:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Extracting a value from a file
- Replies: 5
- Views: 3213
Extracting a value from a file
Hi, I'm have an apps (currency converter/calculator) I made that works pretty good but after a while I see that I could make improvements. I used a test stack for the part I want to improve with the code below. Basically this get the rate from the web and put it in field rate and then I use it for c...
- Mon Oct 07, 2013 3:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: number formatting
- Replies: 3
- Views: 2502
Re: number formatting
hI to both of you , amazingly simple when you know it, "overlook" is right , thanks all.
byg
byg
- Mon Oct 07, 2013 2:24 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: number formatting
- Replies: 3
- Views: 2502
number formatting
Hi, I thought this would be easy but no. Basically I would like to be able to format a number to display a currency in this case dollar ex. $123.45 I read the information in dictionary and search thru the forum for number formatting and glance thru apps examples with not much success. Any help on th...
- Tue Sep 24, 2013 8:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: focus to button
- Replies: 5
- Views: 3620
Re: focus to button
Thanks again guys, it works, hard to understand why but I'll read on it.
byg
byg
- Tue Sep 24, 2013 11:52 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: focus to button
- Replies: 5
- Views: 3620
Re: focus to button
Thanks all, I'll give it a try and get back
byg
byg
- Mon Sep 23, 2013 9:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: focus to button
- Replies: 5
- Views: 3620
focus to button
Hi, I like to know if it is possible to change the ID number of a field. Here is the reason why. I'm using TAB ON RETURN on some field entry and on the last entry I would like the focus to go to a button that is not the next field. It seems that TAB ON RETURN use the ID number to get to the next fie...
- Wed Aug 21, 2013 1:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: changing focus
- Replies: 2
- Views: 1840
Re: changing focus
thanks Simon, that works great, so simple when you know it. I will have to tick that one on my learning curve. Thanks again.
byg
byg
- Wed Aug 21, 2013 1:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: changing focus
- Replies: 2
- Views: 1840
changing focus
Hi, I have a stack with three text entry field called WINS, LOSSES, RESULT. I want to be able to enter number in WINS and when pressing Enter the focus would go to LOSSES and then I would enter number in LOSSES and then clicking a button would get me the result. Here is what I've done in the card sc...