Townsend,
Thank you for the reply - it really helped.
Val
Search found 7 matches
- Fri Jul 22, 2011 11:47 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pulldown Menu button
- Replies: 2
- Views: 2512
- Fri Jul 22, 2011 8:35 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pulldown Menu button
- Replies: 2
- Views: 2512
Pulldown Menu button
Hi, guys,
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
- Fri Jul 22, 2011 8:33 pm
- Forum: iOS Deployment
- Topic: Porting an app from a Mac to an iPad
- Replies: 15
- Views: 11895
Pulldown Menu button
Hi, guys,
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
- Fri Jul 22, 2011 8:32 pm
- Forum: iOS Deployment
- Topic: Porting an app from a Mac to an iPad
- Replies: 15
- Views: 11895
Re: Porting an app from a Mac to an iPad
Hi, guys,
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
How can I call different commands based on what menu is selected in Pulldown Menu button. I know how to do it in RealBasic but I have not figured out how to do it in LiveCode.
Any help is very appreciated.
Val
- Fri Jul 22, 2011 5:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Put large text into a variable
- Replies: 4
- Views: 3226
Re: Put large text into a variable
Thank you, Klaus!
- Fri Jul 22, 2011 3:44 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Put large text into a variable
- Replies: 4
- Views: 3226
Re: Put large text into a variable
Hi, Klaus,
Thank you for the help. One more related question - if this line becomes too long, how can I start a new line without breaking the code?
Thank you.
Val
Thank you for the help. One more related question - if this line becomes too long, how can I start a new line without breaking the code?
Thank you.
Val
- Fri Jul 22, 2011 3:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Put large text into a variable
- Replies: 4
- Views: 3226
Put large text into a variable
Hi, I need to be able to put something like a text below into a variable "My name is Val. I live in New Orleans. I love seafood." I know how to put a single line text into a variable - put "My name is Val" into myVar1. I am a little bit confused about how to do the same thing with a multi line text ...