Loading external API in flex application

2017-02-24 Thread Pawan Yadav
Hi -- I am trying to load an external api in flex application loader.load(new URLRequest("url")); and getting this error player error: Error #2035: URL Not Found. URL: Any idea, what could be wrong ᐧ

Re: Loading external API in flex application

2017-02-25 Thread Pawan Yadav
PM, Harbs wrote: > Your code literally loads “url” as a string. That’s probably not what you > want to do… ;-) > > > On Feb 24, 2017, at 3:47 PM, Pawan Yadav wrote: > > > > Hi -- > > > > I am trying to load an external api in flex application > > loade

Drag n drop from mx tree to data grid

2015-04-02 Thread Pawan Yadav
Hi - I am trying drag n drop operation from mx tree to spark data grid, It is not working, Not getting any dragdrop event. But drag n drop from data grid to data grid is working fine. Is it supported to drop file in data grid from tree or native drag n drop ᐧ

Initial content could not be loaded for this application.

2015-04-23 Thread Pawan Yadav
Hi - I am upgrading flex sdk 4.6 to 4.14.1 . On launching application it is showing me error "Initial content could not be loaded for this application". I have tried changing application descriptor to 16 then it is saying invalid application descriptor. Best Regards Pawan ᐧ

Spark Data Grid Refresh Issue

2015-04-25 Thread Pawan Yadav
Hi - I am using sdk 4.14.1. Getting out of index error in spark data grid. After data grid is created, I am trying to put some selectedIndices and getting this error RangeError: Error #1125: The index 6 is out of range 6. at spark.components.gridClasses::GridDimensions/getTypicalCellHeight()[/

ICC color profile support in flex application

2015-05-05 Thread Pawan Yadav
Hi - How can we add support for ICC color profile in flex application. I am trying to open jpeg with adobe sRBG 1998 color profile in mx image component and it is coming as dull. Thanks ᐧ

please confirm

2015-02-28 Thread Pawan Yadav
HI - I am trying to migrate from adobe flex 4 to latest apache flex, Can you please tell me if there are any fixes related to mx:Tree component available in apache flex. Thanks

Apache Flex tree component

2015-02-28 Thread pawan yadav
HI - I am trying to migrate from adobe flex 4 to latest apache flex, Can you please tell me if there are any fixes related to mx:Tree component available in apache flex. Thanks

Configurable css in flex

2015-03-03 Thread Pawan Yadav
Hi, Can anyone please tell me how I can read properties file through css in flex or pass any configurable variable to css file. Is there was I can make css values bindable with action script.

Re: Configurable css in flex

2015-03-03 Thread Pawan Yadav
-- Pawan Yadav Software Engineer Web: www.evolphin.com Email: pa...@evolphin.com Cell: (91) 9873443757 [image: Evolphin Software] On Tue, Mar 3, 2015 at 10:32 PM, Alex Harui wrote: > http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084 > -7f8c.html > > On 3/3/15, 8:0

mx tree itemrenderer

2015-03-04 Thread Pawan Yadav
Hi - How can we reload mx tree itemrenderer. When I am trying tree.invalidateProperties() or tree.invalidateDisplayList(), it is not calling tree itemrenderer. But with tree.refresh I am getting call inside itemrenderer. So is there any way to reload itemrenderer without refreshing tree. Or can

Re: mx tree itemrenderer

2015-03-05 Thread Pawan Yadav
", > property2:"somevalueagain"}; > yourTree.itemRenderer = cf; > > On Thu, Mar 5, 2015 at 12:17 PM, Pawan Yadav > wrote: > > > Hi - How can we reload mx tree itemrenderer. > > > > When I am trying tree.invalidateProperties() or > >

Maintaining Component without parent

2015-03-11 Thread pawan yadav
Hi - Is it possible to maintain some UIComponent with adding it to any parent component. I need to keep mx in hidden state but want to update the data into it like selected item. Since it is not added to any parent component that's why its commit properties methods is not getting called. I know I

Re: Maintaining Component without parent

2015-03-11 Thread Pawan Yadav
No luck, It didn't work with nestLevel = 2. Not getting any call in commitproperties method through validateNow() Best Regards Pawan On Wed, Mar 11, 2015 at 8:40 PM, Alex Harui wrote: > > On 3/11/15, 7:50 AM, "Jeffry Houser" wrote: > > > > > I did this back in "the day" when creating the wa

Re: Maintaining Component without parent

2015-03-11 Thread Pawan Yadav
Calling commitProperties directly will work but after that if this component gets added then it is not showing display list properly. Instead of creating news rows and align them properly it keeps on putting everything on first row itself. Best Regards Pawan On Thu, Mar 12, 2015 at 9:45 AM, Jake

Re: Maintaining Component without parent

2015-03-12 Thread Pawan Yadav
f you don't explicitly set the proper size on a > component it might layout in a surprising way or not show up at all > because it is 0x0. > > -Alex > > On 3/11/15, 9:25 PM, "Pawan Yadav" wrote: > > >Calling commitProperties directly will work but after