Identifying IDE stacks

J. Landman Gay jacque at hyperactivesw.com
Sat Apr 28 01:17:40 EDT 2018


This has been informative. IDEUserMainStacks() is exactly what I want, I 
don't care about substacks at the moment.

With four or five different ways to get the info, I think all bases are 
covered. Many thanks to those who have the courage to dig through the 
IDE scripts.

On 4/27/18 7:42 PM, Brian Milby via use-livecode wrote:
> If you just want a list then:
> ideUserMainStacks
> will provide part of what you are looking for (no sub stacks in my brief
> test).
> 
> If you want substacks too, then use:
> revLoadedStacks
> (Common library)
> On Fri, Apr 27, 2018 at 7:24 PM Mark Wieder via use-livecode <
> use-livecode at lists.runrev.com> wrote:
> 
>> On 04/27/2018 03:40 PM, Bob Sneidar via use-livecode wrote:
>>> Redundantly redundant.
>>
>> Heh. There's a hierarchy here:
>>
>> revIDEStackIsIDEStack(id) calls
>> revIDEStackNameIsIDEStack(short name) which calls
>> revStackNameIsIDEStack(short name)
>>
>> ... which may call revInternal__ListLoadedLibraries(), but that's
>> another story.
>>
>> --
>>    Mark Wieder
>>    ahsoftware at gmail.com
>>
>>
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
>>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list