[flexcoders] help making a feed using vimeo api xml output

2011-10-05 Thread Gustavo Duenas
Hi I have this code, I have only the relevant part http://www.adobe.com/2006/mxml"; layout="absolute" width="1100" height="768" creationComplete="{feedLoader2.send()}" backgroundImage="iglesiaBack.jpg" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#08, #2C1DF0]">

[flexcoders] Flash builder mobile Flash Remoting

2011-10-05 Thread Dan Pride
I am developing a FB 4.51 mobile app and am interested in using Flash Remoting from the Coldfusion server rather than web services. Does anyone have real world experience using Flash Builder on mobile via Remoting? How is it? Do most phones that run air handle it well? Thanks

[flexcoders] vimeo feed into flex

2011-10-05 Thread Gustavo Duenas
Hi mates and colleagues!! Does everyone knows a step by step tutorial about how can I read a video feed from vimeo into my flex project? Any help is appreciated. Gus

[flexcoders] Re: RTE when setting spark gridcolumn visible property (f

2011-10-05 Thread valdhor
The column probably hasn't been created yet. Try the creationcomplete event of the datagrid. --- In flexcoders@yahoogroups.com, "bhaq1972" wrote: > > I get a runtime error when I set the gridcolumn.visible property during a > datagrid initialize event. There is no problem's > if its the first g

[flexcoders] Using the restrict property for a textfield - \u is not working?

2011-10-05 Thread BIOSMonkey
I am trying to set a numeric code range (versus entering string characters) for the restrict property of a text field. The documentation states that this can be achieved via the unicode escape sequence, such as "\u0030-\u0039". But I cannot get this to work. Even trying single character suc

[flexcoders] Re: background image with Flex?

2011-10-05 Thread BIOSMonkey
There is no direct way to do this, at least in the 3.x SDK (we are still standardized on flex 3). However for a workaround try this: http://alekkus.com/blog/2009/02/flex-tutorial-setting-tile-image-as-background/ I use a modified version of this component for banners to create a repeating backg

Re: RV: [flexcoders] combobox problem

2011-10-05 Thread Alex Harui
Reduce the test case down to about 20 lines and post it and tell us where you set a breakpoint. Remember that the dataProvider will be null until the CallResponder returns with data. On 10/4/11 8:22 PM, "Rodolfo Bibolotti Ramírez" wrote: Hi, I don’t know what id is because the dataPro

[flexcoders] data visualization with time line

2011-10-05 Thread steveroger_flex
Hello Guys... >From last 2 months, I am working on a flex data visualization with time line. I am trying to make data presentation for my application some what like this http://www.humblesoftware.com/finance/index#finance I have spent so many hours but don't get what I wanna. Main points are. H

[flexcoders] RTE when setting spark gridcolumn visible property (f

2011-10-05 Thread bhaq1972
I get a runtime error when I set the gridcolumn.visible property during a datagrid initialize event. There is no problem's if its the first gridcolumn. Looks like a bug? Can anyone suggest a workaround? .. public function makeColumnInvisible():void { gc1.visible