Re: [flexcoders] unable to bind to property

2010-08-02 Thread Alex Harui
If you have binding expressions in the renderers and the data types are object you will get this warning. Use [Bindable] classes instead of plain Objects. On 8/2/10 3:43 PM, "luvfotography" wrote: Hi, I'm getting this message, I know it's not much to go on, but what could be the cause? I

Re: [flexcoders] Destroying child in a view stack.

2010-08-02 Thread Alex Harui
You can call removeChild to remove the ViewStack children. On 8/2/10 3:34 PM, "Ivan" wrote: Hi everyone, I've come across a situation where I have to create a different type of wizards where each type have different screens in it. Say for project of type A, you have Screen 1, Screen 2 a

[flexcoders] unable to bind to property

2010-08-02 Thread luvfotography
Hi, I'm getting this message, I know it's not much to go on, but what could be the cause? I have an array of objects of type 'myclass' and create an arraycollection for a datagrid. The warning just pops up in the console multiple times. warning: unable to bind to property 'name' on class 'Obje

[flexcoders] Destroying child in a view stack.

2010-08-02 Thread Ivan
Hi everyone, I've come across a situation where I have to create a different type of wizards where each type have different screens in it. Say for project of type A, you have Screen 1, Screen 2 and Screen 3 in the wizard and for project of type B, you have Screen 1, Screen 4 and Screen 5. The

[flexcoders] Updating ValueObjects

2010-08-02 Thread Stephen
I have written a program where you select a record and it is displayed due to the form being bound to the value object, when I update the record it updates in the database okay, but when I re-query it it crashes with the following, cant seem to make head nor tail of it... mx.data::Conflict {

[flexcoders] Re: Flexgateway sandbox violation

2010-08-02 Thread fusionpage
Thanks Alex! Saw your post on the Adobe forums and responded there... http://forums.adobe.com/message/3019978#3019978 explicitly loading it via my IP address worked. Don --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > You might want to try an explicit call to load the policy file at

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Alex Harui
Prereleases will be available before the release. We definitely want feedback before we ship. We reserve the right to limit the availability of pre-releases. But to be clear, the official release is currently slated for 2011. On 8/2/10 2:00 AM, "dorkiedorkfromdorkt...@gmail.com" wrote:

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Alex Harui
So far. However, I should caution that the version number associated with a project name can be changed at any time. (As can the contents of a project name or the project name itself). So, Hero (current predicted to be called 4.5) is scheduled for release in 2011. On 8/2/10 5:17 AM, "Jeffr

Re: [flexcoders] How to split a String on spaces but including Quoted Phrases?

2010-08-02 Thread Nick Middleweek
Guys, I missed this one... Thank you for your replies... I'll check out the code and see what works. I did end up writing a string parser but I'm now curious to see how RegEx stands up to the task. Cheers, Nick On 29 July 2010 23:30, Oleg Sivokon wrote: > > > Ouch, actually, it has a flaw, bu

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread Jeffry Houser
That's the first time I've seen someone put an actual version number on the next release. Are 4.5 and Hero the same thing? On 8/2/2010 2:08 AM, Alex Harui wrote: 4.5 release date is in 2011. On 8/1/10 1:35 AM, "dorkiedorkfromdorkt...@gmail.com " > wrote: it sounds like with s

Re: [flexcoders] Heavy Data load

2010-08-02 Thread claudiu ursica
What do you donwload there? 100MB is huge. You could use FileReference if we're talking about files, images etc cause you can benefit from the progress events being fired C From: fayaz140284 To: flexcoders@yahoogroups.com Sent: Mon, August 2, 2010 12:48:

[flexcoders] Application preloader background

2010-08-02 Thread chandruflex
I see that when the application preloader appears while the application is loading, the background color of the page is a gray color. How do I change this gray color? I am using Adobe Flash Player 10. Thanks, Kumar

[flexcoders] Shunjie Hu Speaks on Real-time web with Adobe Flex 4 and Flash Player 10.1

2010-08-02 Thread shaguf87
In the web 2.0 and RIA ecology, user requirements now require real-time information to be feed to the application. Shunjie Hu will be in Bangalore this August to explore how we can achieve real-time application using a variety of technology like Adobe Stratus 2.0 (RTMFP) and other open standards

[flexcoders] Heavy Data load

2010-08-02 Thread fayaz140284
I am developing an application that would require to download a huge amount of data from server going above 100 MB at a time. Could anyone please suggest me, which service (HTTPService, Remoting etc. or anything else) is best suitable for such a heavy data load. Please, give me answer with pros

[flexcoders] Getting a short filename in Air

2010-08-02 Thread Julian Tenney
I want to pass filenames to fcsh. Long filenames with spaces in break it. How can Flex / Air reliably get a short filename from a long file path? This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system:

[flexcoders] ViewStack Event

2010-08-02 Thread Stephen
What ViewStack Event Listener is activated when public variables within the view stack become available. I don't fancy using the CreationPolicy="All" as it slows the web site down too much. - Stephen

[flexcoders] Re: PHP Data Service

2010-08-02 Thread Stephen
Data type was not set correctly in Data/Services Solved.

Re: [flexcoders] Whats Next in Flex ?

2010-08-02 Thread dorkie dork from dorktown
hmm i develop with the beta builds on labs so for me its sooner than that :) *Once the current in-development Flash Player and AIR runtimes are showcased in a public release, Hero nightly builds will resume. **In the interim, we will release semi-regular builds that showcase Hero features not dep