RE: Crux [Inject] failed to access object - Object as null

2020-10-02 Thread Nallathambi, Varunkumar
"extends"...etc) - The use (how you use) thanks El jue., 1 oct. 2020 a las 20:55, Nallathambi, Varunkumar (< varunkumar.nallatha...@cgi.com>) escribió: > Hi, > In my Royale (Crux) migration from flex (Swiz 0.6.4), > my bean was not initialize. It is

RE: Crux [Inject] failed to access object - Object as null

2020-10-05 Thread Nallathambi, Varunkumar
; > > > > > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache > _royale-2Dasjs_tree_develop_examples_crux_CruxQuickStartMX=DwIFaQ= > H50I6Bh8SW87d_bXfZP_8g=_Sq3Ltwi6jcu4QQ6_EYw1bjH07KBj-0tuPTUi65gpL4 > =hIv1_aYDeI8tbkSkOLIL1iOETfq47

RE: [Mediate(event="get_result")] similar tag in Crux

2020-10-05 Thread Nallathambi, Varunkumar
8otkBAjCFn0Tqwz2qq1jP-kByRHC2s=NO6smzvYmPWVKlOwhHJtQZBsFx5hMd7CviWPSrZJcKc= El lun., 5 oct. 2020 a las 10:21, Nallathambi, Varunkumar (< varunkumar.nallatha...@cgi.com>) escribió: > Hi, > I am converting swiz 0.6.4 to Crux. > > Kindly share the similar tag for [Mediate(event="get_result")

[Mediate(event="get_result")] similar tag in Crux

2020-10-05 Thread Nallathambi, Varunkumar
Hi, I am converting swiz 0.6.4 to Crux. Kindly share the similar tag for [Mediate(event="get_result")] Regards, Varunkumar N

Reference Error: Error #1056

2020-10-12 Thread Nallathambi, Varunkumar
Hi I am migrating Flex(Swiz0.6.4) to Crux application. I am getting the below error when I use Remoteobject call ReferanceError: Error #1056: carnot read property guide on com.*java class file We are using Arraycollection and [Transient] metadata tag for setter objects. Kindly help me on this

RE: Reference Error: Error #1056

2020-10-12 Thread Nallathambi, Varunkumar
ut-optimization=skipAsCoercions -compiler.exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css -keep-as3-metadata+=Transient", Notice the: -keep-as3-metadata+=Transient Nallathambi, Varunkumar escreveu no dia segunda, 12/10/2020 à(s) 13:40: > Hi I am migrating Flex(Swiz0.6.4)

AdvancedDatagridHeaderRenderer sample

2020-10-19 Thread Nallathambi, Varunkumar
Hi, Kindly do share some sample for AdvancedDatagridHeaderRenderer implementation in mx component. Regards, Varunkumar N

Event handling in multiple place

2020-10-14 Thread Nallathambi, Varunkumar
Hi, I would like to handle some user events in multiple places with priority. Can we capture a single event in multiple places with priority tag? We use to handle the same on Swiz 0.6.4. Regards, Varunkumar N

Embed image on Class

2020-10-14 Thread Nallathambi, Varunkumar
Hi, Do we have any sample to replace the below. [Embed(source="assets/image.png")] Private Static const CheckIcon:Class; Regards, Varunkumar N

Swiz to crux migration

2020-09-24 Thread Nallathambi, Varunkumar
Hi, Kindly provide some documentation to migrate from Swiz to Crux Regards, Varunkumar N

RE: Swiz to crux migration

2020-09-24 Thread Nallathambi, Varunkumar
major browser or as an app on a mobile device. El jue., 24 sept. 2020 a las 11:44, Nallathambi, Varunkumar (< varunkumar.nallatha...@cgi.com>) escribió: > Hi, > Kindly provide some documentation to migrate from Swiz > to Crux > > Regards, > Varunkumar N > > -- Carlos Rovira http://about.me/carlosrovira

systemmanager is null

2020-09-30 Thread Nallathambi, Varunkumar
Hi, When I try to use system manager it shows as null. And getting error message as Uncaught TypeError: Cannot read property 'measuringElemnt' of null. Var /**@type {mx.manager.SystemManager}*/ sm=org.apache.royale.utils.Language.as(this.mx_core_UIText...

RE: swiz IInitializingBean replacement in crux

2020-10-01 Thread Nallathambi, Varunkumar
eanFactory = crux.beanFactory; if( obj is IDispatcherAware ) IDispatcherAware( obj ).dispatcher = crux.dispatcher; if( obj is IInitializing ) IInitializing( obj ).afterPropertiesSet(); Another one I used to implement was ICruxAware El jue., 1 oct. 2020 a las 10:16, Nallathambi,

swiz IInitializingBean replacement in crux

2020-10-01 Thread Nallathambi, Varunkumar
Hi , Do we have any interface to initialize the bean in crux like IInitializingBean. In our Swiz application we are using this. Need the alternative interface for the same in crux. Regards, Varunkumar N

Crux [Inject] failed to access object - Object as null

2020-10-01 Thread Nallathambi, Varunkumar
Hi, In my Royale (Crux) migration from flex (Swiz 0.6.4), my bean was not initialize. It is throwing null. I can see the trace in bean provider calling. Even though I can't access after adding [Inject] in module variable. Kindly help me here. Regards, Varunkumar N

RE: mx:HBox and VBox unable to set width

2020-09-28 Thread Nallathambi, Varunkumar
and height in pixel. It worked for me here are the screenshots of browser and inspect mode : https://drive.google.com/file/d/1uFQFnP1m63lsJCy95wZexJ4QKXxqb9JF/view?usp=sharing https://drive.google.com/file/d/1whHKzqm0CdUUeSliazrJg_nNq-o27u63/view?usp=sharing -Alina Kazi On Mon, Sep 28, 2020 at

mx:HBox and VBox unable to set width

2020-09-28 Thread Nallathambi, Varunkumar
Hi, Unable to set width and height for inside mx:HBox and mx:VBox. I am getting error as measuringElement of null in console. Kindly help me on this. Regards, Varunkumar N

TweenPlugin for resize

2020-09-27 Thread Nallathambi, Varunkumar
Hi, Do we have any component to replace Tweenlite/Tweenplugin in Royale. Kindly do share. In our application we are using Swiz.autowire(this); Do we have any alternative this code on Crux like Crux.autowire(this). Regards, Varunkumar N

RE: TweenPlugin for resize

2020-09-27 Thread Nallathambi, Varunkumar
+to+Swiz+1.0 El dom., 27 sept. 2020 a las 16:45, Nallathambi, Varunkumar (< varunkumar.nallatha...@cgi.com>) escribió: > Hi, > Do we have any component to replace > Tweenlite/Tweenplugin in Royale. Kindly do share. In our application > we are using Swiz.autowire

Alternative fro AdvancedDatagridRendererProvider

2020-10-22 Thread Nallathambi, Varunkumar
Hi , What is the replacement for AdvancedDatagridRendererProvider. We are using in our code this to determine datagrid itemrenderer's columnIndex and columnSpan. Kindly provide a sample to implement the same. Regards, Varunkumar N

Symbols are like special characters in combobox,datagrid tree symbal

2020-10-23 Thread Nallathambi, Varunkumar
Hi, In my Flex to royale migration, the combobox aero , datagrid tree symbols are displayed as special characters. Do I need to add anything like env variable or style? Kindly advise me on it. Regards, Varunkumar N

RE: AdvancedDatagridHeaderRenderer sample

2020-10-27 Thread Nallathambi, Varunkumar
Hi, Do we have headerrender feature available in Royale. It is not event hitting the headerrender file. Kindly help me in this. Regards, Varunkumar N -Original Message- From: Nallathambi, Varunkumar Sent: Monday, October 19, 2020 5:23 PM To: dev@royale.apache.org Subject

RE: Symbols are like special characters in combobox,datagrid tree symbal

2020-10-24 Thread Nallathambi, Varunkumar
proviennent d’un expéditeur fiable, ou que vous ayez l'assurance que le contenu provient d'une source sûre. Set environment variable JAVA_TOOLS_OPTIONS=-Dfile.encoding=UTF-8 If still doesn't work, send the picture of your screen Regards Alina Kazi On Fri, 23 Oct 2020, 4:16 pm Nallathambi

profiler result on royale application performance

2021-01-11 Thread Nallathambi, Varunkumar
Hi , My application is loading very slow. Even in low data. For 10 to 20 records it is taking around 1.30 min. When we click scroll bar, it displayed as blank page for some time and later it load the data after some time(around 40 to 60 sec). I ran IE- Profiler. I can see the

RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
be in the nightly build. I'm running with similar use of MX AdvancedDataGrid (under Spark), some with more columns. Though, not under IE (mostly Firefox, Chrome, and Edge Chromium). On 1/12/2021 12:49 AM, Nallathambi, Varunkumar wrote: > Hi , > My application is loading very slow. Even

RE: profiler result on royale application performance

2021-01-12 Thread Nallathambi, Varunkumar
: Nallathambi, Varunkumar [mailto:varunkumar.nallatha...@cgi.com] Sent: Tuesday, January 12, 2021 11:48 AM To: dev@royale.apache.org Subject: profiler result on royale application performance Hi , My application is loading very slow. Even in low data. For 10 to 20 records

slowness in Royale application

2020-12-08 Thread Nallathambi, Varunkumar
Hi, I feel dead slow in royale application, especially when we have AdvanceDatagrid. It is slow irrespective of Itemrenderer. If I use Itemrenderer it is more slow . We are using MX component only. It is not slow in Flex application. Only I feel the slowness on Royale screen. I

RE: slowness in Royale application

2020-12-08 Thread Nallathambi, Varunkumar
c 8, 2020, at 12:23 PM, Nallathambi, Varunkumar > wrote: > > Hi, > I feel dead slow in royale application, especially when we have > AdvanceDatagrid. It is slow irrespective of Itemrenderer. If I use > Itemrenderer it is more slow . > We are using MX compon

s:list itemrender was not update when we set data

2020-11-04 Thread Nallathambi, Varunkumar
Hi, I am migrating from flex to royale. I am using one mx:list and s:Itemrender in a popup. We are using this for autocomplete search. I set the data as [Bindable] . Even though it is not changing in display after I added into popup. But trace shows the updated dataprovider

RE: Remote object Error on latest apache-royale-0.9.8-bin-js build

2021-01-20 Thread Nallathambi, Varunkumar
Hi, I can see that there is some changes on AMFNetConnection.as and related stuffs. Kindly do let me know that am I need to do any modification in the code. From: Nallathambi, Varunkumar Sent: Wednesday, January 20, 2021 9:36 AM To: dev@royale.apache.org Subject: Remote object

Remote object Error on latest apache-royale-0.9.8-bin-js build

2021-01-19 Thread Nallathambi, Varunkumar
Hi, I am unable to create successful connection on remote object after I use the latest apache-royale-0.9.8-bin-js.zip . Last snapshoot sdk took

Remote object Error on latest apache-royale-0.9.8-bin-js build

2021-01-19 Thread Nallathambi, Varunkumar
Hi, I am unable to create successful connection on remote object after I use the latest apache-royale-0.9.8-bin-js.zip . Last snapshoot sdk took

drag and drop is nor working in mxroyale

2021-01-04 Thread Nallathambi, Varunkumar
Hi, Drag and drop is not working on mxroyale advanced datagrid. Do we have the feature available? Kindly do share some example to implement the same.

Itemrenderer set data is calling 2 times for a record

2021-02-03 Thread Nallathambi, Varunkumar
Hi, I am using mxAdvanced datagrid. We are using item renderer in it. It is calling 2 times for each record. Not sure how to handle it. Kindly help me on this to call one time for each. It is affecting our performance.