Handler not finishing after go to card
Posted: Fri May 24, 2013 12:21 pm
Hi all, another day another query 
I have a handler with a breakpoint immediately following a 'go to card 1' command that never triggers (and nor does the code following it). My issue is that the code following the breakpoint is supposed to refresh a data grid on card 1 and, to avoid needless suffering (lessons/m/datagrid/l/7340-what-sorts-of-things-should-i-not-do-in-order-to-avoid-needless-suffering), you should apparently never try to draw a data grid that isn't visible on screen.
Any suggestions?

I have a handler with a breakpoint immediately following a 'go to card 1' command that never triggers (and nor does the code following it). My issue is that the code following the breakpoint is supposed to refresh a data grid on card 1 and, to avoid needless suffering (lessons/m/datagrid/l/7340-what-sorts-of-things-should-i-not-do-in-order-to-avoid-needless-suffering), you should apparently never try to draw a data grid that isn't visible on screen.
Any suggestions?