Search found 136 matches
- Tue Dec 10, 2024 8:29 pm
- Forum: Talking LiveCode
- Topic: Mapping handler dependencies
- Replies: 111
- Views: 758227
Re: Mapping handler dependencies
Hi, Andreas! I've found somethig strange to me: I've got several stacks, that define commands and functions (duh!). When I check the "Group per handler host" checkbox: 1. the commands are correctly assigned to their stack, be they private or not; 2. the functions… 2.1. … are correctly assigned to th...
- Sat Dec 07, 2024 4:16 pm
- Forum: Talking LiveCode
- Topic: Get the size of (part of) an array in memory?
- Replies: 2
- Views: 8208
Re: Get the size of (part of) an array in memory?
get the size of each sub-array via encoding I'm not sure I understand what you mean by 'encoding'…? if you mean using the command 'arrayEncode', that's what I would like to avoid: I need to (well, would like to) get the space in memory , because I don't know how an array is compacted when it is 'en...
- Fri Dec 06, 2024 6:42 pm
- Forum: Talking LiveCode
- Topic: Get the size of (part of) an array in memory?
- Replies: 2
- Views: 8208
Get the size of (part of) an array in memory?
Hi, all I know one can get the length of an arrayEncode d array. But I wonder how to get the size in memory of an arrayDecode d array. My preOpenStack handler contains global stackData put arrayDecode(URL anURL) into stackData -- previously encoded array data My data in memory is now a tree that's 5...
- Thu Nov 28, 2024 6:59 pm
- Forum: Talking LiveCode
- Topic: Mapping handler dependencies
- Replies: 111
- Views: 758227
Re: Mapping handler dependencies
A new WIS_ScriptDependencies update: 1.2.0 (22 Nov 2024) Special hint for Fjord: Here you can opt to exclude private commands/functions as well as any other combination of handler types: Of course this is way more general than what I suggested. Thanks, especially as version 1.2.0 (which I had misse...
- Tue Nov 12, 2024 10:16 pm
- Forum: Talking LiveCode
- Topic: Mapping handler dependencies
- Replies: 111
- Views: 758227
Re: Mapping handler dependencies
I'm currently using the code flow chart to help me with a 7 stacks project and I DO like it!
Which made me think of a feature (in case you need an idea.
add a check box to show/hide private handlers in the flowchart
Thanks for the great features!
--
François
Which made me think of a feature (in case you need an idea.

add a check box to show/hide private handlers in the flowchart
Thanks for the great features!
--
François
- Tue Nov 12, 2024 10:07 pm
- Forum: Talking LiveCode
- Topic: Code folding for Livecode 9.6.9 and up
- Replies: 53
- Views: 48784
Re: Code folding for Livecode 9.6.9 and up
>Berndt: Oooopss, my mistake; I'm sorry, I got mixed up between both very useful tools, yours and Andreas'.
- Sun Nov 10, 2024 7:32 pm
- Forum: Talking LiveCode
- Topic: Code folding for Livecode 9.6.9 and up
- Replies: 53
- Views: 48784
Re: Code folding for Livecode 9.6.9 and up
I'm currently using the code folding to help me with a 7 stacks project and I DO like it!
Which made me think of a feature (in case you need an idea.
add a check box to show/hide private handlers in the flowchart
Thanks for the great feature!
--
François
Which made me think of a feature (in case you need an idea.

add a check box to show/hide private handlers in the flowchart
Thanks for the great feature!
--
François
- Thu Jun 27, 2024 6:04 pm
- Forum: Talking LiveCode
- Topic: Debugging and 'go cd x of stack y'
- Replies: 25
- Views: 8846
Re: Debugging and 'go cd x of stack y'
Jacque: yeah, I thought of this and did that. I ended up removing the openStack entirely, although I didn't really understand what was happening. Could be linked to resizing the stack. I still have to experiment this more precisely.
- Mon Jun 17, 2024 10:43 am
- Forum: Talking LiveCode
- Topic: Debugging and 'go cd x of stack y'
- Replies: 25
- Views: 8846
Re: Debugging and 'go cd x of stack y'
jacque: What happens if you use "put" instead of "answer"? The dialog may be interfering. Just done that: put "go cd" && theBg && "of stack" && theStack go cd theBg of stack theStack put "I'm back to the script of" && the name of me logString param(0) && "go cd " & theBg & " of stack " & theStack R...
- Fri Jun 14, 2024 8:35 pm
- Forum: Talking LiveCode
- Topic: Debugging and 'go cd x of stack y'
- Replies: 25
- Views: 8846
Re: Debugging and 'go cd x of stack y'
Sorry for the looooong post above
>richmond: I always thought a fjord is a lill' bit deeper and wider that this … trickle?
>richmond: I always thought a fjord is a lill' bit deeper and wider that this … trickle?

- Fri Jun 14, 2024 8:31 pm
- Forum: Talking LiveCode
- Topic: Debugging and 'go cd x of stack y'
- Replies: 25
- Views: 8846
Re: Debugging and 'go cd x of stack y'
Wow!! so many answer… seems I'm the first guy who crashes the debugger? Actually I didn't write 'crash' in my original post: I tend to think that an abnormal behavior is usually a consequence to a bug sitting between the chair and the keyboard; mostly… So: stam: it's often helpful setting breakpoint...
- Fri Jun 14, 2024 12:38 pm
- Forum: Talking LiveCode
- Topic: What is the point???
- Replies: 26
- Views: 7792
Re: What is the point???
I seem to remember a discussion about the maths of geometry problem with pixels in "Inside Macintosh" in an old, old, old edition. Something about points being thick etc. Sadly I had to throw away the book some years ago; if someone still has it, maybe this explains the problem.
- Tue Jun 11, 2024 9:36 pm
- Forum: Talking LiveCode
- Topic: Debugging and 'go cd x of stack y'
- Replies: 25
- Views: 8846
Debugging and 'go cd x of stack y'
Hi, I'm trying to debug a handler that basically takes parameters 'cdName' and 'stackName'. It does a few controls and eventually if everything is OK, does go cd cdName of stack stackName I'm trying to debug my app and whenever the debugger reaches that instruction the debugger dies and the Livecode...
- Sun Feb 25, 2024 6:38 pm
- Forum: Talking LiveCode
- Topic: Code folding for Livecode 9.6.9 and up
- Replies: 53
- Views: 48784
Re: Code folding for Livecode 9.6.9 and up
Nice extension ! This makes the script editor way more civilized…. Thanks, Bernd !
- Fri Feb 02, 2024 9:05 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: 'Stacks' pane of the Standalone App Settings is dimmed
- Replies: 5
- Views: 3136
Re: 'Stacks' pane of the Standalone App Settings is dimmed
All right, Thanks… (still stuck with my problem but I made a fresh copy of both my stacks and started it all again, and it works…)