Re: [flexcoders] Whats Next in Flex ?

2010-08-01 Thread Alex Harui
4.5 release date is in 2011. On 8/1/10 1:35 AM, "dorkiedorkfromdorkt...@gmail.com" wrote: it sounds like with sdk 4.5 they can't release any new builds because it's based on features in flash player 11 or whatever is the next version of fp. once that's released you'll see builds out th

Re: [flexcoders] Flexgateway sandbox violation

2010-08-01 Thread Alex Harui
You might want to try an explicit call to load the policy file at http://www.rodomain.com/crossdomain.xml before an RO calls are made. On 7/31/10 10:13 AM, "fusionpage" wrote: I have a flex app that is shared by many virtual sites www.domain1.com/myapp, www.domain2.com/myapp, www.domain

[flexcoders] Re: Strange problem with Item Renderer in Flash Play 10

2010-08-01 Thread Amy
--- In flexcoders@yahoogroups.com, "Paul" wrote: > > Hi Amy! Thank you very much for your reply. I recognize your name from > InsideRia. > > I tried your suggestions, but the renderers are still blank. I tried making a > very simple item renderer based on the Text component which just sets t

[flexcoders] Re: "Bookmark no longer valid" when moving items in AdvancedDataGrid

2010-08-01 Thread Amy
Don't move the visual representation of the dat. Instead, move the data, and let the ADG move the visual representation. HTH; Amy --- In flexcoders@yahoogroups.com, "Matthew" wrote: > > I am trying to implement code to move items up and down in an > AdvancedDataGrid. When I repeat the "move

Re:[flexcoders] Re: dynamically create xml issue

2010-08-01 Thread j2me_soul
Thanks Alex. It worked ! At 2010-07-31 23:52:00,Alex wrote: Use this, for example (motice the curly braces): function createList(nodeName:String, city:String):void{ ... ... list += < {nodeName} > {city} ; } Cheers, Alex --- In flexcoders@yahoogroups.com, j2me_soul wrote: > > I want to cre

[flexcoders] OT: Help For my Pepsi Refresh Everthing Grant Please

2010-08-01 Thread Wally Kolcz
I submitted a Pepsi Refresh Everything Grant request to create a Flash/Flex/AIR Virtual world for sick kids in Children's Hospitals, their siblings, parents, and hospitals. Its up for vote now at http://www.refresheverything.com/mywindowproject. Please vote everyday. You can also add an additio

Re: [flexcoders] Whats Next in Flex ?

2010-08-01 Thread dorkie dork from dorktown
it sounds like with sdk 4.5 they can't release any new builds because it's based on features in flash player 11 or whatever is the next version of fp. once that's released you'll see builds out that you can develop with. from what i've read 4.5 is planned to be released second half of this year. S

Re: [flexcoders] change datagrid rowHeight on rollover

2010-08-01 Thread Alex Harui
Turned out to be trickier than I thought. Here’s what I had to do. http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:local="*" minWidth="1024" minHeight="768"