diff --git a/examples/ViewExample.hx b/examples/ViewExample.hx index bf4eadb..6d9a8e2 100755 --- a/examples/ViewExample.hx +++ b/examples/ViewExample.hx @@ -21,5 +21,7 @@ class ViewExample { }; var v:IGroupView = GuiBuilder.build(form, {listener:listener}); new Root(v); + var button3:ButtonView = v.findViewById("panel:button3"); + trace(button3.id); } } \ No newline at end of file