PDA

View Full Version : viz.getFocusedNode() always returning viz.VizNode(-1)


TarkaDahl
08-02-2011, 07:56 AM
Hi

Since i have updated to 4.01.0036 viz.getFocusedNode() seems to always return viz.VizNode(-1)

Thanks

TarkaDahl
08-31-2011, 06:33 AM
Hi

This is not technically true.

I was calling viz.getFocusedNode() from a viz.callback BUTTON_EVENT and it used to return any textbox's that currently had focus. But this now returns viz.VizNode(-1).

Ive changed my code now so its not a problem

Sorry

TarkaDahl

farshizzo
08-31-2011, 09:14 AM
During a button release event, viz.getFocusedNode() should return an invalid node.