Search found 14125 matches
- Thu Apr 23, 2026 11:33 am
- Forum: Talking LiveCode
- Topic: customKeys and recalling the data in a key
- Replies: 8
- Views: 915
Re: customKeys and recalling the data in a key
I got it working.Added the following two menu items to a pulldown button No clue why i did not get it working before. I added a new button and a new target field "TestTekst" and added the menu items below to the button . 1st Text 2nd Text With the below code it worked on menuPick itemPicked switch ...
- Tue Apr 21, 2026 6:16 pm
- Forum: Talking LiveCode
- Topic: customKeys and recalling the data in a key
- Replies: 8
- Views: 915
Re: customKeys and recalling the data in a key
Works here with a menu button, see screenshot.
I used the same example as Paul:
?
I used the same example as Paul:
Code: Select all
on menuPick itemPicked
switch itemPicked
case "1st Text"
get "1st text"
put the IT of me
break
end switch
end menuPick- Tue Apr 21, 2026 1:34 pm
- Forum: Talking LiveCode
- Topic: customKeys and recalling the data in a key
- Replies: 8
- Views: 915
Re: customKeys and recalling the data in a key
Dag Paul, to retrieve a CP with a name with more than one word, you need to use a variable to do so! This works: on menuPick itemPicked switch itemPicked case "1st Text" get "1st text" put the IT of me into fld "TextField" break end switch end menuPick Groetjes Klaus
- Wed Apr 08, 2026 12:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: How to get screen size and resolution
- Replies: 8
- Views: 5788
Re: How to get screen size and resolution
Come on, Richmond, 13 years later? 
- Thu Mar 12, 2026 4:59 pm
- Forum: LiveCode Builder
- Topic: A few new extensions for macOS
- Replies: 5
- Views: 8433
Re: A few new extensions for macOS
My pleasure, Ma'am! 
- Thu Mar 12, 2026 10:49 am
- Forum: LiveCode Builder
- Topic: A few new extensions for macOS
- Replies: 5
- Views: 8433
Re: A few new extensions for macOS
Dear Emily-Elizabeth,
tested your "macOS NSToolbar" lib yesterday, works like a charm, thank you very much!
Best
Klaus
tested your "macOS NSToolbar" lib yesterday, works like a charm, thank you very much!
Best
Klaus
- Mon Mar 09, 2026 7:32 pm
- Forum: Android Deployment
- Topic: Match varialbes with case sensitivity.
- Replies: 33
- Views: 79866
Re: Match varialbes with case sensitivity.
Indeed Jacque, highly suspicious!
And now they are history.
And now they are history.
- Mon Mar 09, 2026 5:18 pm
- Forum: LiveCode Builder
- Topic: call back to LCB from C code?
- Replies: 11
- Views: 6447
Re: call back to LCB from C code?
I'm always full of kind words, kudos goes to my mom! 
- Mon Mar 09, 2026 1:06 pm
- Forum: LiveCode Builder
- Topic: call back to LCB from C code?
- Replies: 11
- Views: 6447
Re: call back to LCB from C code?
Dear Emily-Elizabeth,
of course I already check your site, nice stuff.
Canada not Norfolk Island, OK, get it!
Best
Klaus
of course I already check your site, nice stuff.
Canada not Norfolk Island, OK, get it!
Best
Klaus
- Mon Mar 09, 2026 11:57 am
- Forum: LiveCode Builder
- Topic: call back to LCB from C code?
- Replies: 11
- Views: 6447
Re: call back to LCB from C code?
Dear Emily-Elizabeth,
thank you very much for all of your work, much appreciated!
Looking forward to whatever you will create in the future.
Best
Klaus
P.S.
Does .nf stand for Norfolk Island, south of Australia?
thank you very much for all of your work, much appreciated!
Looking forward to whatever you will create in the future.
Best
Klaus
P.S.
Does .nf stand for Norfolk Island, south of Australia?
- Sat Feb 28, 2026 5:26 pm
- Forum: Talking LiveCode
- Topic: Applescript library
- Replies: 1
- Views: 3986
Re: Applescript library
Hi Chris,
very cool, saved for later use!
Best
Klaus
very cool, saved for later use!
Best
Klaus
- Sat Feb 28, 2026 12:08 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: List or search all handlers in IDE
- Replies: 1
- Views: 7526
Re: List or search all handlers in IDE
Very cool, thank you, Bernd!
- Wed Feb 18, 2026 8:10 pm
- Forum: Internet
- Topic: libURLDownloadToFile issue
- Replies: 10
- Views: 10506
Re: libURLDownloadToFile issue
Ah, hm, sorry, was worth a try...
- Wed Feb 18, 2026 6:19 pm
- Forum: Internet
- Topic: libURLDownloadToFile issue
- Replies: 10
- Views: 10506
Re: libURLDownloadToFile issue
Hi Greg, what is in URLstatus at that time? on DownloadComplete pUrl, pStatus if pStatus = "Downloaded" then answer information "File download!" else ## Check it right here: answer warning "File failed to download." & CR & pStatus end if unload url pUrl end DownloadComplete Best Klaus
- Wed Feb 18, 2026 3:50 pm
- Forum: Off-Topic
- Topic: LiveCode Marketing Suggestions
- Replies: 142
- Views: 178582
Re: LiveCode Marketing Suggestions
A little late (8 years) for the party, Manolo! 