Re: Object naming

2020-07-26 Thread Mark Wieder via use-livecode
On 7/26/20 5:31 PM, Alex Tweedly via use-livecode wrote: I think my head is melting :-) I have a group called 'A'. Inside A, there is a rect called "R" and also a group called "B" inside B there is a rect called "R" How do I refer unambiguously to the first rectangle (i.e. A - R, not A - B -

Object naming

2020-07-26 Thread Alex Tweedly via use-livecode
I think my head is melting :-) I have a group called 'A'. Inside A, there is a rect called "R" and also a group called "B" inside B there is a rect called "R" How do I refer unambiguously to the first rectangle (i.e. A - R, not A - B - R) ? If I say    grc "R" of grp "B" of grp A then I una

Re: Functions running in IDE, but not running in standalone

2020-07-26 Thread Curry Kenworthy via use-livecode
Bruce: > comment-out all the instances where I am using a libURL command > or function, save as a standalone, and and see what happens. Now you need to follow through on your diagnosis. It will not be efficient to quickly abandon a sound diagnosis and search for something else. People do tha

savingMobileStandalone and files

2020-07-26 Thread Ludovic THEBAULT via use-livecode
Hello, I have an application I'm compiling for Android and iOS. For Android, I have to integrate compressed files, not for IOS (iOS applications can be larger in size) I use the savingMobileStandalone function to indicate to integrate either compressed or uncompressed files: switch cas