Re: menu is not initialized

2019-11-02 Thread Alex Harui
If it worked in Flex, file an issue with a simple test case. -Alex From: Piotr Zarzycki Reply-To: "users@royale.apache.org" Date: Saturday, November 2, 2019 at 9:16 AM To: "users@royale.apache.org" Subject: menu is not initialized Ahh I'm sorry I understand now. :) I b

Re: menu is not initialized

2019-11-02 Thread Serkan Taş
Hi Piotr, If you mean to define it as xml variable within mxml, yes it works for another test case as below :         private var menubarXML:XMLList =                 <>                                                                                                                        

Re: menu is not initialized

2019-11-02 Thread Piotr Zarzycki
Hi Serkan, Try provide to this menu dataProvider with XML instead declaring it in MXML ? Does it work ? Thanks, Piotr sob., 2 lis 2019 o 13:08 Serkan Taş napisał(a): > Hi, > > I am using the below declaration for the initialization of menu : > > > > >

menu is not initialized

2019-11-02 Thread Serkan Taş
Hi, I am using the below declaration for the initialization of menu :                                                                             Unfortunately it is not working. I guess the resource can not be retrieved this way, because when I change the code as below it is