Search found 400 matches

by trags3
Fri Apr 11, 2014 10:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: entry field error after 9 fields
Replies: 9
Views: 4499

Re: entry field error after 9 fields

I have tried to change the level of the entry fields on the card unsuccessfully. I tries script at the entry box level and at the card level. The code I tried is: set the layer of "SellerN" to 1 set the layer of "PropAddr" to 2 set the layer of "City" to 3 set the layer of "salesprice" to 4 set the ...
by trags3
Fri Apr 11, 2014 7:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: entry field error after 9 fields
Replies: 9
Views: 4499

Re: entry field error after 9 fields

misc2 is the name of the next entry field and works and is different for each field and allows focus to be in the order I want. Thanks that works. I didn't have the "tab on Return" property checked in the offending field. The only problem now is how do I change the order of which entry field gets th...
by trags3
Fri Apr 11, 2014 7:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: entry field error after 9 fields
Replies: 9
Views: 4499

entry field error after 9 fields

I have a card with 11 text entry fields that need to be numbers. I have code for each text box to check for the enter key, return key and to make sure each key pressed is a number. When the enter or return key is pressed focus is sent to the next desired entry field. The code I am using is: on retur...
by trags3
Thu Apr 10, 2014 3:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Testing a field for valid number
Replies: 4
Views: 2856

Re: Testing a field for valid number

Richard & Klaus
Thanks a lot. That works fine.
Tom
by trags3
Thu Apr 10, 2014 2:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Testing a field for valid number
Replies: 4
Views: 2856

Testing a field for valid number

i have 2 test input boxes and a button on a card.
field price
field ans
a button has this code

on mouseUp
if price is an integer
put "Yes" into ans
else
put "no" into ans
endif
end mouseUp

when I click the button nothing happens
by trags3
Wed Apr 09, 2014 6:54 pm
Forum: User Groups and Events
Topic: using multiply command
Replies: 2
Views: 8789

Re: using multiply command

Dave, Thanks, I got it all working very well. I appreciate the help.
Tom
by trags3
Wed Apr 09, 2014 4:08 pm
Forum: User Groups and Events
Topic: using multiply command
Replies: 2
Views: 8789

using multiply command

I have 2 text entry fields on one card and i need to multiply them and display the result.
I need to have the result put into another field on the same card.
Obviously I am brand new to LiveCode (thursday night).
Tom
by trags3
Wed Apr 09, 2014 3:02 pm
Forum: User Groups and Events
Topic: Passing Field value from 1 card to another card
Replies: 4
Views: 12071

Re: Passing Field value from 1 card to another card

Simon, Thanks for the help I used the "on closecard" handler and that works great!
by trags3
Wed Apr 09, 2014 3:26 am
Forum: User Groups and Events
Topic: Passing Field value from 1 card to another card
Replies: 4
Views: 12071

Re: Passing Field value from 1 card to another card

Simon, Thanks, I'll try that.
by trags3
Wed Apr 09, 2014 2:11 am
Forum: User Groups and Events
Topic: Passing Field value from 1 card to another card
Replies: 4
Views: 12071

Passing Field value from 1 card to another card

I have a text input field named salesprice on card 2 of the stack. I want to display that value in a text field on the next card when I open card 3 of the stack. I am brand new to this. I tried using the on openCard handler on card 3 but everything Ive tried produces nothing. The on openCard handler...

Go to advanced search