[flexcoders] Re: Method for a Datagrid Button Itemrenderer

2010-08-17 Thread fusionpage
I typically use code like this to call a method in the parent MXML page that contains the dataGrid... mx:AdvancedDataGridColumn width=80 headerText=Launch dataField=contentURL mx:itemRenderer

[flexcoders] Re: Flexgateway sandbox violation

2010-08-02 Thread fusionpage
file at http://www.rodomain.com/crossdomain.xml before an RO calls are made. On 7/31/10 10:13 AM, fusionpage fusionp...@... wrote: I have a flex app that is shared by many virtual sites www.domain1.com/myapp, www.domain2.com/myapp, www.domain3.com/myapp, etc. All

[flexcoders] Flexgateway sandbox violation

2010-07-31 Thread fusionpage
I have a flex app that is shared by many virtual sites www.domain1.com/myapp, www.domain2.com/myapp, www.domain3.com/myapp, etc. All the domains have virtual directories pointing to/ myapp.myapp.swf calls remoteObject using the same ro endpoint http://www.rodomain.com/flex2gateway/ . I

[flexcoders] Spark List item 0 not visible

2010-06-22 Thread fusionpage
Strange. DataProvider contains an item at zero, but it doesn't appear visible in the list. Selecting the item works fine and the data is there... it is just not visible. Is this a known bug? It occurs with/without the custom skinClass. Any ideas? Don s:List id=topLeft

[flexcoders] Re: Spark List item 0 not visible

2010-06-22 Thread fusionpage
This question was answered by Adobe on their Flex forum. You have set an explicit width of mx:Image in your list renderer http://forums.adobe.com/message/2916563#2916563 Just wanted to close the loop here in case others see the same issue. Don --- In flexcoders@yahoogroups.com, fusionpage

[flexcoders] Re: mutitouch for HP DX9000 Touchsmart pc?

2010-06-22 Thread fusionpage
My HP Touchsmart 300 works fine with both Gestures and raw touch points with Flash 10.1 and Air 2. It worked out-of-the-box without having to go to the control panel Touch tab to enable touch. I suspect your model uses the same NextWindow drivers. Your model might require enabling touch

[flexcoders] Flex 4 image scaling for multiple devices/screens

2010-06-20 Thread fusionpage
I can't seem to get the image to appear when assigning the source at runtime? Works fine if the source is hardcoded. My remoteobject calls loads to a list of images. On select of an image, I want to display the selected image and have it scale. What is the best way to do this in Flex 4? I

[flexcoders] Re: Doug Mccune's FOAM Physics example on Flex 4/Air 2

2010-05-09 Thread fusionpage
Bill White has a nice example of spark components with Physics http://www.billdwhite.com/wordpress/?p=256#more-256 Thanks Bill! Don --- In flexcoders@yahoogroups.com, fusionpage fusionp...@... wrote: I tried to open the FOAM physics form example (built for Flex 3) in Flex 4/Air 2 http

[flexcoders] Doug Mccune's FOAM Physics example on Flex 4/Air 2

2010-05-04 Thread fusionpage
I tried to open the FOAM physics form example (built for Flex 3) in Flex 4/Air 2 http://dougmccune.com/blog/2008/02/26/examples-from-my-360flex-session-using-open-source-community-projects/ And get the compiler errors below. I've posted a comment on Doug's blog but thought I'd also bounce it off

[flexcoders] Re: Doug Mccune's FOAM Physics example on Flex 4/Air 2

2010-05-04 Thread fusionpage
or something??? Maybe there is a quick fix to solve this one Vector error? Don --- In flexcoders@yahoogroups.com, fusionpage fusionp...@... wrote: I tried to open the FOAM physics form example (built for Flex 3) in Flex 4/Air 2 http://dougmccune.com/blog/2008/02/26/examples-from-my

[flexcoders] Re: DataGrids with large datasets Tips Tricks?

2010-03-23 Thread fusionpage
4:28 PM, fusionpage fusionp...@... wrote: Does anyone have any tips or tricks, in general, about optimizing the Flex client for best performance in populating/rendering large datasets in an AdvancedDataGrid? I'm specifically NOT asking about improving the server-side. I'm

[flexcoders] DataGrids with large datasets Tips Tricks?

2010-03-22 Thread fusionpage
Does anyone have any tips or tricks, in general, about optimizing the Flex client for best performance in populating/rendering large datasets in an AdvancedDataGrid? I'm specifically NOT asking about improving the server-side. I'm trying to understand what the factors are on the Flex