From 02d5114d6bad9c87823dd03ce2ad73f384a36993 Mon Sep 17 00:00:00 2001 From: shmyga Date: Wed, 11 Sep 2013 15:53:51 +0200 Subject: [PATCH] fix --- examples/ViewExample.hx | 2 ++ 1 file changed, 2 insertions(+) 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