Greetings,

Having fun with shoes, but this is driving me crazy.

Any ideas as to why the more_b callback isn't entered once the "This
always works" box has been clicked ?

--Chaim Geretz

shoes raisins (0.r1134) [i386-mswin32]+video
Windows XP Professional Version 2002 Service Pack 2

Shoes.show_log
Shoes.app do
        @flow_a
        @flow_b
        @stack_a
        @stack_b
        def more_a
                debug("in more_a")
                @flow_a.clear if @flow_a
                @stack_a.append{button}
                @stack_a.appe...@flow_a = flow {check{more_a}; para
"This always works"}}
        end
        def more_b
                debug("in more_b")
                @flow_b.clear if @flow_b
                @stack_b.append{button}
                @stack_b.appe...@flow_b = flow {check{more_b}; para
"Won't work after other box was checked"}}
        end
        
        @stack_a = stack
        more_a
        @stack_b = stack
        more_b
end

Reply via email to