Search found 183 matches
- Fri Dec 20, 2024 11:28 pm
- Forum: Off-Topic
- Topic: Puzzle Hunt
- Replies: 2
- Views: 7402
Re: Puzzle Hunt
Haha well I can't promise it's quite up to the standard of an MIT warmup hunt but hopefully there's some enjoyable stuff in there!
- Fri Dec 20, 2024 6:15 pm
- Forum: Off-Topic
- Topic: Puzzle Hunt
- Replies: 2
- Views: 7402
Puzzle Hunt
Hello forum users, Some time ago I wrote a puzzle hunt for no particular reason other than to amuse myself - it has a couple of bits that are explicitly LiveCode related but mostly it should be solvable without LiveCode knowledge. Since I've titled it LiveCode Puzzle Hunt 2024 I thought I'd better '...
- Tue Aug 29, 2023 6:25 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Script widgets: How to emit a message than can be managed in widget's script?
- Replies: 7
- Views: 8099
Re: Script widgets: How to emit a message than can be managed in widget's script?
But you have to capture the message in the card script rather than the widget's (i.e. after adding to a card) This isn't the intention- you are supposed to be able to handle the message in the widget object's script. I'll have to check but potentially this is a dp 5 bug which will be fixed in dp 6.
- Sun Aug 27, 2023 3:48 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Script widgets: How to emit a message than can be managed in widget's script?
- Replies: 7
- Views: 8099
Re: Script widgets: How to emit a message than can be managed in widget's script?
Do
in the script widget script
Code: Select all
send "textChanged" to the owner of me
- Wed Aug 23, 2023 9:08 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to debug script widget?
- Replies: 10
- Views: 11815
Re: How to debug script widget?
I had not noticed that `put <string>` does not work from a script widget... that was certainly not intentional! I think the failure of log is to do with a pre-existing issue about calling handlers implemented outside the widget which we're hoping to resolve asap.
- Wed Aug 23, 2023 9:02 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How to debug script widget?
- Replies: 10
- Views: 11815
Re: How to debug script widget?
Hi stam, You should be able to debug the script widget in the normal way when developing it, with breakpoints. If this is not working then I'm not sure why, although if your widget identifier starts com.livecode. then you will need to put true into gRevDevelopment to get its breakpoints to trigger. ...
- Thu Aug 03, 2023 7:52 pm
- Forum: Made With LiveCode
- Topic: Tri-state control widget
- Replies: 4
- Views: 19892
Re: Tri-state control widget
Oh strange - that should work. Possibly a bug- either that or I've forgotten the correct syntax for it!
- Thu Aug 03, 2023 9:08 am
- Forum: Made With LiveCode
- Topic: Tri-state control widget
- Replies: 4
- Views: 19892
Re: Tri-state control widget
Hi stam, To use an enum editor in the PI for your switchValue property, you just need to return comma delimited `options` as metadata. You can change the label associated with each enum value using `|`, so you might do /* Metadata */ getProp propertyMetadata[pProperty] switch pProperty case "switchV...
- Thu May 05, 2022 9:06 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: hide message box
- Replies: 12
- Views: 7894
Re: hide message box
Usually if the message box opens unexpectedly it's because of a 'rogue put statement', that is a `put` statement with no `into`. In the bottom left of the message box there is a little 'target' symbol. If you click that it should take you to the line of script with the rogue put on it (assuming that...
- Wed Mar 09, 2022 9:38 pm
- Forum: HTML5
- Topic: Word Helper Web App
- Replies: 9
- Views: 19743
Re: Word Helper Web App
Hi Bob! That's a cool idea, I like your stack - I did a thing that's somewhat similar (https://alilloyd.livecodehosting.com/wordlc/suggester/suggester.html), although most of my effort went into trying to suggest the optimal word and is really a companion to a 'solver' I wrote (https://alilloyd.live...
- Thu Jan 27, 2022 9:34 am
- Forum: Talking LiveCode
- Topic: Wordle problem (For Ali Lloyd)
- Replies: 6
- Views: 3985
Re: Wordle problem (For Ali Lloyd)
Hi Craig, apologies - I was trying to submit to the iOS app store, and due to the many hoops I had to jump through I made a mistake while changing that to a svg widget checkbox. Should be fixed now. Incidentally, they still will not allow me to submit it to the app store due to 'copycat' rules, desp...
- Sun Apr 04, 2021 9:20 am
- Forum: Off-Topic
- Topic: Only Connect
- Replies: 38
- Views: 29789
Re: Only Connect
Personally I would think anyone who wanted to watch it spoiler free would have already done so!
- Sat Apr 03, 2021 8:31 pm
- Forum: Off-Topic
- Topic: Only Connect
- Replies: 38
- Views: 29789
Re: Only Connect
That's good to hear, it really is such an excellent programme isn't it. You have a lot of great questions to get through!
- Tue Mar 30, 2021 5:58 pm
- Forum: Off-Topic
- Topic: Only Connect
- Replies: 38
- Views: 29789
Re: Only Connect
The final is now on YouTube https://youtu.be/txl4nmb9IGE
- Tue Mar 09, 2021 10:49 pm
- Forum: Off-Topic
- Topic: Only Connect
- Replies: 38
- Views: 29789