menu bar example as desktop

2011-12-16 Thread coder java
Hi I want to test menu bar example as desktop applicaiton how i can do . i know this can be done int his way public static void main(String[] args) { DesktopApplicationContext.main(Main.class, args); } but Do i need declare one bxml file for window ? if i declare how i can embeddd menu

Re: menu bar example as desktop

2011-12-17 Thread coder java
_bars.bxml"}); >} > } > > > See here for what ScriptApplication does > > http://svn.apache.org/repos/asf/pivot/trunk/wtk/src/org/apache/pivot/wtk/ScriptApplication.java > > > > On 16 December 2011 15:18, coder java wrote: > > Hi I want to test menu

TreeView

2011-12-19 Thread coder java
Hi, I just follow the Tree View example in svn . I need to update the content dynamically . Any one please give some idea how i can do it ? Thanks in advance Regards Sony John

Re: TreeView

2011-12-19 Thread coder java
Hi Sandro , I was looking on the example , i trying to loop through all treeview elements ,But iam not able to get all tree node as follows . could you please help List sf = treeView1.getTreeData(); for(Object obj : sf) { TreeBranch branch = (TreeBranc