Search found 2647 matches

by stam
Mon Aug 03, 2020 3:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

[Which field of medicine if the device for? I recently shipped a LiveCode app for an optometry device. This is for cardiology/cardiac imaging - just an in-house app to process the outputs from 3D echocardiography quantification. It's relatively minor/niche, but I thought converting an existing app ...
by stam
Sun Aug 02, 2020 10:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Yes sorry, my bad (as usual!). I forgot to include a script only stack i wrote for some lengthy processing algorithms.
Actually all works fine, please ignore my previous comment...
by stam
Sun Aug 02, 2020 9:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Thanks SparkOut,
Having said that my app just bums out as a standalone which i presume is due to this issue. No suggestion of failure at all in IDE, as standalone almost nothing works. Will investigate further and try to get rid of as many custom properties as possible and see what happens...
by stam
Sun Aug 02, 2020 8:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Oops, that's a bit of a gotcha then! So just to confirm - if am relying on changing a parameter stored in a 'custom property', this must be in a file or stack in a writeable location? I had imagined these properties would be stored in volatile memory and not written to disk, but i guess i was wrong ...
by stam
Sun Aug 02, 2020 2:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reorder lines in a list field
Replies: 11
Views: 5752

Re: Reorder lines in a list field

done :)

Just noticed that added me into the 'cc' field for this bug report - maybe adding yourself to the cc list is the way to register interest/support without commenting?
by stam
Sun Aug 02, 2020 12:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reorder lines in a list field
Replies: 11
Views: 5752

Re: Reorder lines in a list field

Hi all, I just created an enhancement request, feel free to add comments: https://quality.livecode.com/show_bug.cgi?id=22859 I was really suprised nobody had asked for this before!? Klaus Hey Klaus, thanks for doing that - what is the etiquette for feature requests like this? Should one add a 'me t...
by stam
Sun Aug 02, 2020 12:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reorder lines in a list field
Replies: 11
Views: 5752

Re: Reorder lines in a list field

@bogs : Chill dude, i was just being facetious :P :P :P Having said that: I can't remember where i read that about DuckDuckGo (and i'd defer to your expertise as that's not my main sphere of business), but the following are true of it: It's hosted in the US, so it is de facto subject to the Patriot ...
by stam
Sun Aug 02, 2020 11:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reorder lines in a list field
Replies: 11
Views: 5752

Re: Reorder lines in a list field

Pretty sure DuckDuckGo was recently caught recording data as well... never heard of the others.

Anonymity on the net is a pipe dream... but the real question is do I care if the NSA know I’m searching for livecode code :wink:
by stam
Sat Aug 01, 2020 11:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reorder lines in a list field
Replies: 11
Views: 5752

Re: Reorder lines in a list field

Hi Max,

a quick search found a forum entry that answers this exact question:
viewtopic.php?t=33265

google is your friend :wink:
by stam
Sat Aug 01, 2020 6:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

The "Treeview" widget can do exactly that, display array data in the IDE (and runtime of course)! Thanks Klaus - will keep Treeview in mind (although it's not what i'm looking for this project - the viewing of data was mainly for testing purposes). I presume then that the same still applies - i cre...
by stam
Sat Aug 01, 2020 2:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Thanks AxWald - very helpful. Was mainly asking as the IDE allows you to endlessly add subproperties to properties: https://www.mediafire.com/convkey/0660/58cpmyyfpkx7u0l6g.jpg For my particular project would have been helpful to view the data directly in the IDE as it's a fairly complex data struct...
by stam
Sat Aug 01, 2020 1:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

I've been largely Googling for info as and when needed. You are entirely correct Richard - the User Guide PDF is very helpful, thanks for pointing this out -- will definitely make it my first port of call...
I'm still surprised at how 'expressive' the liveCode language is...
by stam
Sat Aug 01, 2020 12:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Yeh i think i've encountered the first issue where to change a property you have to put it into a variable and write it back... will keep these idiosyncrasies in mind... thank you
by stam
Fri Jul 31, 2020 11:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

... I think you will not be able to address an individual subnode element of a custom property ... Thanks SparkOut - I suspected as much. Was just asking as you can easily create these structures in the IDE but it seems bizarre that these are inaccessible from code :-( Would have been nice to have ...
by stam
Fri Jul 31, 2020 8:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Nested stack properties...
Replies: 24
Views: 11204

Re: Nested stack properties...

Thanks Craig, I thought i'd done something like this and it worked - but it wasn't what i was looking for. Unless I'm completely missing the point of your code? (very possible!). I had tried the following which works: set the root[node_x] of this stack to "xxx" put the root[node_x] of this stack -->...

Go to advanced search