Have a look at the below tutorial for Menu Bars along with the code.
http://pivot.apache.org/tutorials/menu-bars.html
The tutorials are the best place to get an introduction of Pivot.
The below tutorial explains how to use the code to be invoked via
DesktopApplicationContext()
http://pivot.apache.org/tutorials/hello-world.html
Thanks and Regards,
Pavan
On Friday, 16 December 2011 7:18:39 PM, coder java wrote:
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_bars.bxml into window .
I am very new to this pivot . please help me if any one have some idea
Regards
Sony