RE: Title Window

2018-02-06 Thread Alina Kazi
believe Panel and PanelWithControlBar can be equivalent to that. Thanks, Piotr 2018-02-06 10:44 GMT+01:00 Alina Kazi <alina.k...@d-bz.com>: > Hi, > > I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't > find any substitute of it. > > Kindly let me kn

Canvas

2018-02-06 Thread Alina Kazi
Hi, I am using mx:Canvas and porting my app to Apache Flexjs/Royale I can't find any substitute of it. Kindly let me know if there is any other alternate for similar functionality. Aleena

[FlexJS] Json data through url

2017-08-20 Thread Alina Kazi
Hi, I am new to flexjs development. Please guide me how can i get server side json data through url or any other method using actionscript code. Thanks, Alina

Flex JS import files

2017-07-28 Thread Alina Kazi
Unable to import these files in vscode in .mxml file import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.HttpClient; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.methods.HttpGet; import

Remote object for Flex JS

2017-07-26 Thread Alina Kazi
What statement we can use instead of import mx.rpc.remoting.RemoteObject; for flexjs development in vscode