Search found 250 matches

by SWEdeAndy
Thu Feb 09, 2023 7:02 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 426958

Re: Mapping handler dependencies

bn wrote:
Wed Feb 08, 2023 5:28 pm
if you want to poke around in the IDE then this little stack I wrote might help a bit.
Thanks Bernd, that looks very useful!
by SWEdeAndy
Wed Feb 08, 2023 5:07 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 426958

Re: Mapping handler dependencies

bobcole wrote:
Wed Feb 08, 2023 4:47 pm
What do the code mean??
...
F, M, and the numbers.
F = function
M = command/on... (No idea why it's M. I would prefer C for command, and O for on - but both go by M, unfortunately)
S = setProp
G = getProp

First number = line the handler begins on
Last number = line the handler ends on
by SWEdeAndy
Wed Feb 08, 2023 9:16 am
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 426958

Re: Mapping handler dependencies

Holy crap! Try:

Code: Select all

put the effective revAvailableHandlers of [object]
With this incantation, you open a portal deep into the LC dark magic realm... :twisted:
by SWEdeAndy
Tue Feb 07, 2023 10:04 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 426958

Re: Mapping handler dependencies

Thanks a lot Bernd, that will definitely be helpful as a starting point! I was not aware of the revAvailableHandlers function. It's not in the dictionary, so I would hardly have found it on my own, and it delivers a lot of what I need, so it's perfect! Indeed, right-clicking a handler name in the SE...
by SWEdeAndy
Sun Feb 05, 2023 5:30 pm
Forum: Talking LiveCode
Topic: Mapping handler dependencies
Replies: 85
Views: 426958

Mapping handler dependencies

I’m working on a somewhat complex project where several stacks have handlers that call handlers in library stacks which in turn may call other handlers in themselves or other library stacks etc. Nothing unusual with that. But I am now thinking of developing some small tool to be able to map the inte...
by SWEdeAndy
Tue Jan 24, 2023 7:48 pm
Forum: HTML5
Topic: A web app launcher with responsive design
Replies: 20
Views: 7842

Re: A web app launcher with responsive design

LC 10 dp 5 should appear quite soon, if I understand correctly, and then they aim for stable launch sometime during spring. You can get some info on the progress here: https://livecode.com/tag/livecode-10/ They had an offer a while back (2021?) where you could buy an LC 10 one-year license, which ex...
by SWEdeAndy
Tue Jan 24, 2023 12:07 pm
Forum: HTML5
Topic: A web app launcher with responsive design
Replies: 20
Views: 7842

Re: A web app launcher with responsive design

aetaylorBUSBnWt wrote:
Tue Jan 24, 2023 4:47 am
Any chance this stack you have works in 9.6.8?
Nope, no chance, I'm afraid. The html5 output of LC9 is a dead end.
You'll need LC10 to produce a useful html5 standalone (it uses Web Assembly (WASM), unlike whatever older tech LC9 uses).
by SWEdeAndy
Wed Jan 18, 2023 8:02 pm
Forum: Developer Services Marketplace
Topic: Programmer sought to make stack run on webpage
Replies: 16
Views: 9162

Re: Programmer sought to make stack run on webpage

SimonV wrote:
Wed Jan 18, 2023 7:23 pm
Hello SweAndy, I will email you.
(starts writing a message)
Please do, Simon! Either a PM in here or: andreas at wheninspace.se
by SWEdeAndy
Wed Jan 18, 2023 12:09 pm
Forum: iOS Deployment
Topic: text to speech in iOS 16.1.2
Replies: 3
Views: 2068

Re: text to speech in iOS 16.1.2

Hello. I was talking on how Livecode standalone behave on ioS16 relating to text to speech. My standalone, on launch, load the list of available voices and set the speed to a normal value. Yes, so we are talking about the same thing, and my app (standalone, on iOS 16.1.2) also loads the voices at s...
by SWEdeAndy
Wed Jan 18, 2023 9:45 am
Forum: iOS Deployment
Topic: text to speech in iOS 16.1.2
Replies: 3
Views: 2068

Re: text to speech in iOS 16.1.2

I tested my MölkkyMaster app which uses text-to-speech. A lot of new voice options have appeared with iOS16, which is cool (if not always very useful, like the English Jester... :D ). But to my relief, the speech speed is normal in my app. In Settings -> Accessibility -> Spoken Content you can adjus...
by SWEdeAndy
Tue Jan 17, 2023 9:22 am
Forum: Developer Services Marketplace
Topic: Programmer sought to make stack run on webpage
Replies: 16
Views: 9162

Re: Programmer sought to make stack run on webpage

This should be doable. Getting the HTML5-deployed LC stack to cooperate with the m3u player is indeed the crux, and may well require help from a javascript expert (which I'm not). But I do have an HTML5 license and have experimented a bit with LC stacks on web. We could always do a preliminary test ...
by SWEdeAndy
Sun Jan 08, 2023 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Create a button's icon with a part of a big image? - Beleaguered Castle
Replies: 255
Views: 99361

Re: Create a button's icon with a part of a big image? - Beleaguered Castle

Hey! New year, new issues! :D Yes, I'm still playing this great game from time to time! Now, I've noticed a little issue with the statistics: I have previously won a game at 82 moves: BC1.png Today I won again at 82 moves: BC2.png Expected behaviour would be that 82 occupies two places (with the new...
by SWEdeAndy
Sat Dec 10, 2022 12:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data objects
Replies: 31
Views: 10070

Re: Data objects

I'd like to make a data object that is a combination of data and programming logic. I think in a sense, every single control in LiveCode can be considered a 'data object'. Every control can store any amount of data as custom properties, and every control is independently scriptable. So you don't ne...
by SWEdeAndy
Sun Dec 04, 2022 11:57 am
Forum: Talking LiveCode
Topic: Managing colour selection on Windows
Replies: 33
Views: 7509

Re: Managing colour selection on Windows

I quite like the colour picker from Apple myself - but each to his own Indeed: as the OP is complaining about the Windows colour picker I am not sure how helpful that comment is. No worries, I find most comments in this thread helpful or interesting in some way (or at least funny, like those expres...
by SWEdeAndy
Fri Dec 02, 2022 8:14 pm
Forum: Talking LiveCode
Topic: Managing colour selection on Windows
Replies: 33
Views: 7509

Re: Managing colour selection on Windows

But your comment about Apple’s colour picker not saving custom colours is completely wrong I’m afraid ;) Ah, you are quite right! I was really wondering what all those little slots were for, when clicking them cause nothing to happen. But I see now that you drag'n'drop colours to them! Just like ho...

Go to advanced search