Close stack will not fire "hide group"

Sannyasin Brahmanathaswami brahma at hindu.org
Mon Oct 24 00:27:31 EDT 2016


It also would not fire from the on closecard  which in theory should be intercepted before closestack.

Before I saw your answer, I ended up just moving it to the preopencard for the first card of the stack.

That works

BR.

 

On 10/22/16, 7:37 PM, "use-livecode on behalf of Peter Bogdanoff" <use-livecode-bounces at lists.runrev.com on behalf of bogdanoff at me.com> wrote:

    It could be that the stack is closed by the time that the closeStack message arrives.
    
    Maybe try:
    
    on closeStackRequest
    	hide group “HomeScreensBottomNav"
    	pass closeStackRequest
    end closeStackRequest
    
    
    Peter
    
    



More information about the use-livecode mailing list