Search found 19 matches
- Wed Jan 14, 2015 9:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Multiple stacks
- Replies: 1
- Views: 1948
Multiple stacks
Hi, I have three stacks, one main stack (stack 1) and two substacks (stack 2 and stack 3). Stack 1 contains a button to open stack 2 and stack 2 contains a button to open stack 3. I want stacks 2 and 3 to be modal - thats means that the user can't acces stack 2 when stack 3 is open (and can't access...
- Sat Jan 10, 2015 2:40 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Parameter passing between stacks
- Replies: 7
- Views: 5906
Re: Parameter passing between stacks
… Execution error at line 2 (Chunk: no such object), char 1SparkOut wrote:Code: Select all
put "hello" into field "SampleField" --would have been typed by the user

(Strict compilation mode is turned off)
- Sat Jan 10, 2015 1:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Parameter passing between stacks
- Replies: 7
- Views: 5906
Re: Parameter passing between stacks
Thats it! Thanks!SparkOut wrote:or perhaps what you want is the SampleField to contain arguments to use in the destination stack. Something like

- Sat Jan 10, 2015 1:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Parameter passing between stacks
- Replies: 7
- Views: 5906
Re: Parameter passing between stacks
This concerns the sending of the field fResults - or not?Code: Select all
on Hello put "Hello" into fld "fResults" end Hello
So, how do I make the message receiver in the target stack?
- Sat Jan 10, 2015 12:07 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Parameter passing between stacks
- Replies: 7
- Views: 5906
Parameter passing between stacks
Hi, On this page I found the explanation about the command dispatch for passing a value to another stack. I don't find how to catch the parameter in the put "hello" into SampleField dispatch SampleField to newstack on open newstack -- How can I catch the value of dispatched value??? end open Any hin...
- Tue Jan 06, 2015 4:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
Back to nothing... :( Thank you for your request. It is certainly possible to do this. Have you checked out the section on Menus in the LiveCode User Guide (available under your Help menu)? Unfortunately we cannot give you direct support unless you have a support contract with us. The forum thread d...
- Sat Jan 03, 2015 5:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
Mail has been send.
I am looking forward to the answer...
- but I still doesn't understand why this kind of info is not online, somewhere on the website... 
I am looking forward to the answer...


- Fri Jan 02, 2015 11:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
I'am still very sorry, but it don't works... What I have done: 1/ used the menu builder to create a menu in the stack (is there another possibility?) 2/ located the About item with the Application Browser and then I modified the menu items with the property inspector to "&About/|Over" There is no po...
- Fri Jan 02, 2015 10:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
Nope... I don't know how to access that property inspector from the menu builder...
- Fri Jan 02, 2015 10:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
I am very sorry, but this doesn't works at all..About/|Dutchword

When I replace the About-entry in the Menu Builder by "About/|Over", I can have it displayed in the list box ... and it disappears immediately when I click on another item or closes the Menu Editor.
- Fri Jan 02, 2015 9:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
Three times "Yes"!
The problem is not that it doesn't works, but that the About menu remains in English (only the Help menu is in Dutch). So: what to do to have an About-menu in Dutch (or French, or any other language)…???
The problem is not that it doesn't works, but that the About menu remains in English (only the Help menu is in Dutch). So: what to do to have an About-menu in Dutch (or French, or any other language)…???
- Fri Jan 02, 2015 5:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
I am still stuck with my problem concerning this about-menu... 
When there is no possibility to translate this about-menu, I will have to conclude that Livecode can only be used for development of apps in English???
That means that I wil have to drop Livecode...

When there is no possibility to translate this about-menu, I will have to conclude that Livecode can only be used for development of apps in English???
That means that I wil have to drop Livecode...

- Sun Dec 21, 2014 12:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
Everything seems OK for me:
- Language: Dutch
- Region: Belgium
- Sat Dec 20, 2014 4:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
I used the menu builder to create the menu:Did you set up the menus as required?
I mean, do you really have a HELP menu etc.?
- Sat Dec 20, 2014 12:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: About-menu
- Replies: 24
- Views: 12264
Re: About-menu
the trick with the empty .PROJ folders will only do the following for you: 1. Localize QUIT string in the appropriate menu-item in the app menu: German example -> NameOfApp beenden 2. Same for the TITLE of the help menu: German example -> Hilfe 3. Same for the ABOUT string of the menu-item in the A...