Search found 28 matches

by SteveFI
Fri Dec 03, 2021 2:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Standalone - stack already in memory and revMacCursors
Replies: 8
Views: 3114

Re: Standalone - stack already in memory and revMacCursors

I was going to say "check your substacks" because I once suffered a crash during the build process (restrictions had been added to my computer, so it couldn't write something to where it needed to) and the cursors stack had been added to my mainStack and saved. I just had to go and delete the substa...
by SteveFI
Fri Nov 05, 2021 9:41 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode 1 - WASM
Replies: 5
Views: 4218

Re: LiveCode 1 - WASM

I thought "idempotent" may have been a typo until I looked it up.

Good word! Every day is a school day.

Steve
by SteveFI
Wed Jul 14, 2021 10:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Failure on Win10 - funky filepaths?
Replies: 4
Views: 2204

Re: Failure on Win10 - funky filepaths?

I've encountered this before, not with LiveCode, but with Excel. It seems that resolving paths where a remote desktop is being used causes a lot of trouble. Some other software I use cannot be run from any remotely hosted folder for the same reason and, because it writes files to its own directory, ...
by SteveFI
Thu Jul 01, 2021 8:55 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Protected Code license
Replies: 6
Views: 3678

Re: Protected Code license

It allows you to encrypt any visible stack files in the executable to stop prying eyes opening them up as text documents and seeing your code.

Steve
by SteveFI
Thu May 27, 2021 10:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: systemWindow, topLevel, palette stack
Replies: 9
Views: 3767

Re: systemWindow, topLevel, palette stack

Thanks yet again. :) As expected, locking the screen didn't help. Fortunately, the students aren't expected to interact with the notes very often, so the flicker they experience is minor to the point of being trivial. I'm just a bit of a perfectionist. Unfortunately, I'm having to mimic someone else...
by SteveFI
Tue May 25, 2021 5:58 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: systemWindow, topLevel, palette stack
Replies: 9
Views: 3767

Re: systemWindow, topLevel, palette stack

I hadn't as I didn't think that lock screen affected stacks, only their contents.

Still, it's worth a pop, isn't it? :D

Steve
by SteveFI
Tue May 25, 2021 3:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: systemWindow, topLevel, palette stack
Replies: 9
Views: 3767

Re: systemWindow, topLevel, palette stack

Hi Craig,

Yes - I've used resumestack to trap the event, cycle through the palette windows (I've made them all mainstacks) and quickly bring them to the fore whilst retaining the focus in the mainstack. There is only a mild flicker as the windows draw, which is acceptable.

Thanks,


Steve
by SteveFI
Tue May 25, 2021 1:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: systemWindow, topLevel, palette stack
Replies: 9
Views: 3767

Re: systemWindow, topLevel, palette stack

Thanks Klaus. Hmmm. I can bring the little notes windows to the front fairly easily. It's keeping them there that's proving to be tricky! However, it also seems that depending on how I bring the notes to the front, they will stay there. Palette seems to present the windows without the main stack los...
by SteveFI
Tue May 25, 2021 12:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: systemWindow, topLevel, palette stack
Replies: 9
Views: 3767

systemWindow, topLevel, palette stack

Hello everyone, I've almost finished my project and am now scratching my head over window layering. My project needs to have its main window float above another application, which is some exam software that runs in kiosk mode. Half of the exam software's window is redundant (the practice software th...
by SteveFI
Mon May 24, 2021 9:47 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: MouseUp event isn't being triggered
Replies: 10
Views: 4249

Re: MouseUp event isn't being triggered

Ah yes. I think I remember reading this some time ago.

Thanks for everybody's help here. if I refactor the code, this is the approach I'll take.

Steve
by SteveFI
Fri May 21, 2021 5:36 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: MouseUp event isn't being triggered
Replies: 10
Views: 4249

Re: MouseUp event isn't being triggered

Thanks Jacque. Yes, the mouseDown handler contains a repeat while the mouse is down loop, which it uses to toggle between two visual states of the tile. I seem to remember something like this from back when I wrote DataTree all those years ago. I think wait with messages somewhere in the code should...
by SteveFI
Fri May 21, 2021 4:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: MouseUp event isn't being triggered
Replies: 10
Views: 4249

Re: MouseUp event isn't being triggered

It's a strange one. There are no mouseUps in the buttons themselves, nor in the group they're a part of, nor at the card and stack levels.

It's a fairly simple stack, really.

Steve
by SteveFI
Fri May 21, 2021 2:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: MouseUp event isn't being triggered
Replies: 10
Views: 4249

Re: MouseUp event isn't being triggered

Hi Craig, Thanks for this. I've tried with both my mouse and trackpad and, in the Message Watcher, I can see all of the mouse events fire except for MouseUp, on the occasions I mention. Seems strange that I can have a mouseDown but no associated mouseUp. What I have now found is that if the mouseUp ...
by SteveFI
Fri May 21, 2021 12:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: MouseUp event isn't being triggered
Replies: 10
Views: 4249

MouseUp event isn't being triggered

Hello everyone, This seems a trifle strange. My user interface requires some large tiles down the left of the screen, which trigger the display of various panels of information to the right. The tiles are comprised of some graphics with a transparent button overlaid to capture mouse events. Upon mou...

Go to advanced search