[flexcoders] PHP Data Services - Compound Keys

2010-08-03 Thread Stephen
I have a table in my database that uses compound keys. Apparently Flash Builder 4 does not support compound keys. Does anybody have a work around for this problem?

[flexcoders] Player Security - Local SWF accessing local and network?

2010-08-03 Thread Nick Middleweek
Hi, Hopefully the Player Security subject hasn't scared you off but I'm stumped with an issue. When I'm creating a little demo app or any Flex app really, I'm accessing the local file system for an .xml settings file and a search will access a remote HTTP or Web Service so I'm accessing both

[flexcoders] ComboBox fiasco

2010-08-03 Thread Richard Rodseth
Back in ComboBox hell, and finally read this: https://bugs.adobe.com/jira/browse/SDK-25705 I've always had problems with comboboxes and binding, but didn't realize this particular bug was *introduced* in 3.5, rather than having been there all along. Of course I updated our application to use 3.5

Re: [flexcoders] Player Security - Local SWF accessing local and network?

2010-08-03 Thread Alex Harui
The settings manager and/or flashplayertrust files make the sandbox rules LOCAL_TRUSTED instead of one of the other LOCAL_XXX sandboxes. I think you have to specify locations to trust in that dialog. AlwaysAllow option may be for internet hosted SWFs On 8/3/10 9:52 AM, Nick Middleweek

[flexcoders] Re: Spam Message

2010-08-03 Thread valdhor
Is anybody moderating here? We don't need these spam messages.

Re: [flexcoders] Re: Refresh list with itemRenderer/ComboBox

2010-08-03 Thread Richard Rodseth
The workaround for ComboBox bug https://bugs.adobe.com/jira/browse/SDK-25705 suggested by Ben Atkins worked for me. In fact, since I didn't have the resize issues, I reduced it to the following. I sent a separate nastygram (sorry) about regressions in the 3.x branch. public class

[flexcoders] Re: Updating ValueObjects

2010-08-03 Thread Stephen
--- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: 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

Re: [flexcoders] Player Security - Local SWF accessing local and network?

2010-08-03 Thread Nick Middleweek
Cheers Alex - I'll continue playing with the settings and report back... Thanks... On 3 August 2010 18:48, Alex Harui aha...@adobe.com wrote: The settings manager and/or flashplayertrust files make the sandbox rules LOCAL_TRUSTED instead of one of the other LOCAL_XXX sandboxes. I think

[flexcoders] Have to clean project after every code change. Help please .....

2010-08-03 Thread MicC
The 50 errors that only a clean will remove are e.g. 1120: Access of undefined property bbAvailCols. parasight/src/code codeWizard.as line 5751280889995946 137827 where bbAvailCols is an mxml object mx:ButtonBar id=bbAvailCols on Wizard.mxml (Module) , where Wizard.mxml