Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-17 Thread Roger Guay via use-livecode
I’ll give that a try. Thanks, Tom. Roger > On Mar 17, 2019, at 8:53 PM, Tom Glod via use-livecode > wrote: > > oops forgot one: > > lock screen > lock messages (will prevent engine messages like opencard) > send "message" to card "mycard" > go to card "first card" -- come back to card > unloc

Re: LiveCode Localization?

2019-03-17 Thread Phil Davis via use-livecode
On 3/17/19 5:31 PM, Phil Davis via use-livecode wrote: Hi Kee, I support a training development & delivery system that currently supports training in English, Spanish and Arabic. The training dev environment is English only, but the training content you can create with it can be in those ot

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-17 Thread Tom Glod via use-livecode
oops forgot one: lock screen lock messages (will prevent engine messages like opencard) send "message" to card "mycard" go to card "first card" -- come back to card unlock messages unlock screen

Re: Remain on First Card Whilst Sending Messages to Second Card

2019-03-17 Thread Tom Glod via use-livecode
try this: lock screen lock messages (will prevent engine messages like opencard) send "message" to card "mycard" of this stack unlock messages unlock screen Virus-free. www.avast.com

Remain on First Card Whilst Sending Messages to Second Card

2019-03-17 Thread Roger Guay via use-livecode
Hi Folks, I have 2 cards with buttons on the first card sending message/handlers to the second card. The trouble is that when the message is sent to the second, the second card appears. What I want is to NOT leave the first card when the handler/message is exercised on the second card. IOW, I n

Re: LiveCode Localization?

2019-03-17 Thread Phil Davis via use-livecode
Hi Kee, I support a training development & delivery system that currently supports training in English, Spanish and Arabic. The training dev environment is English only, but the training content you can create with it can be in those other languages. When we added support for Arabic a couple

Re: LiveCode Localization?

2019-03-17 Thread Peter Bogdanoff via use-livecode
Hi, I use custom properties for both interface and content. Since there is a lot of content, I have a separate data stack. This data stack has fields, one for each major section of the program, and each of those objects contains data: arrays of html text, field format settings, etc., each arr