Hi all,
thanks for all the responses. like what was mentioned there is no mathematical calculation relation between the 2 variables, im just using it as a lookup variable to return the corresponding wall thickness based on the existing standard table.
anyways managed to solved it after reading ...
Search found 5 matches
- Tue Dec 24, 2013 6:21 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Value based on Choices from 2 Menupicks
- Replies: 11
- Views: 8698
- Tue Dec 24, 2013 6:17 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Resetting Checkboxes & Text Entry Fields
- Replies: 3
- Views: 4180
Resetting Checkboxes & Text Entry Fields
Hi all,
looking for help to reset ticked checkboxes and empty text entry fields at one go with a command button instead of doing it one by one.
any help is greatly appreciated.
anws i already have the following code:
on mouseUp
repeat with x=1 to number of cards
repeat with y=1 to number of ...
looking for help to reset ticked checkboxes and empty text entry fields at one go with a command button instead of doing it one by one.
any help is greatly appreciated.
anws i already have the following code:
on mouseUp
repeat with x=1 to number of cards
repeat with y=1 to number of ...
- Mon Dec 23, 2013 4:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Value based on Choices from 2 Menupicks
- Replies: 11
- Views: 8698
Re: Return Value based on Choices from 2 Menupicks
Hi Simon,
for the field its gonna be a number value,
Choice 1 and Choice 2 would be a number or geometry code.
Im doing like somesort of lookup thing. currently working on a pipe geometry.
say i select a certain diameter of the pipe (ie. 508) and certain schedule of a pipe (ie. STD), it then ...
for the field its gonna be a number value,
Choice 1 and Choice 2 would be a number or geometry code.
Im doing like somesort of lookup thing. currently working on a pipe geometry.
say i select a certain diameter of the pipe (ie. 508) and certain schedule of a pipe (ie. STD), it then ...
- Mon Dec 23, 2013 2:23 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Value based on Choices from 2 Menupicks
- Replies: 11
- Views: 8698
Re: Return Value based on Choices from 2 Menupicks
Hi Simon,
thanks for the welcome.
im using the the option type of menu.
for eg. im having these 2 option type menu. i have 2 different combinations to choose. after choosing the 2 combinations, a field will return a result based on the 2 combinations.
Haer
thanks for the welcome.
im using the the option type of menu.
for eg. im having these 2 option type menu. i have 2 different combinations to choose. after choosing the 2 combinations, a field will return a result based on the 2 combinations.
Haer
- Mon Dec 23, 2013 1:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Return Value based on Choices from 2 Menupicks
- Replies: 11
- Views: 8698
Return Value based on Choices from 2 Menupicks
Hi all, im new to livecode.
How do i return a value to a field when 2 choices are chosen from 2 separate menupicks?
say A and B is chosen from 2 menupicks, and the field would show a value "3".
Thanks in advance.
How do i return a value to a field when 2 choices are chosen from 2 separate menupicks?
say A and B is chosen from 2 menupicks, and the field would show a value "3".
Thanks in advance.