Re: [flexcoders] SWFLoader - Loading swf files that have sound

2010-06-13 Thread Pr@vin Uttarwar
Hi, if you are using same SwfLoader then try, swfloader.load(null); and/or swfloader.unloadAndStop(true); Hope this will help. Thanks & Regards, Pravin Uttarwar | Perennial Systems pravin.uttar...@perennialsys.com | Cell: +91 9371288080 | Tel: +91 (020) 2421 1286 E

[flexcoders] SWFLoader - Loading swf files that have sound

2010-06-13 Thread chandruflex
Hi, I am using Flex sdk 3.0. In an example I am trying out, I have a SWFLoader and 2 Buttons. When the first Button is clicked, I am loading the SWFLoader with a swf file (that has sound). When the second Button is clicked, I am loading the SWFLoader with a different swf file (that has sound to

Re: [flexcoders] Re: Has anyone seen this weird CombBox behavior?

2010-06-13 Thread Alex Harui
Maybe because after that, the updated values are stable. Check the sizes of things before and after. On 6/11/10 8:01 PM, "lynw...@swbell.net" wrote: Why would it happen on only the first click of any of the combo boxes in the window? No matter which one you click first, this happens, an

Re: [flexcoders] Blank Application in existing project is throwing errors how?

2010-06-13 Thread Alex Harui
Debug through it. What Is null? Is it styleManager? I don’t quite see how that would be possible. Are there any special compiler/linker options in play? On 6/11/10 11:04 PM, "dorkiedorkfromdorkt...@gmail.com" wrote: TypeError: Error #1009: Cannot access a property or method of a null

[flexcoders] Re: Flash Builder GUI: center window on Run?

2010-06-13 Thread Gaurav
Please check the following code http://www.adobe.com/2006/mxml"; width="450" height="400" layout="absolute" creationComplete="creationCompleteHandler(event);"> use it, it will make your window center. Regards Seth http://blog.thesoftsol.com --- In flexcoders@yahoog

RE: [flexcoders] FB4 CF data wizard bugs?

2010-06-13 Thread Scott
Ok, I found the issue and it's more than likely a bug. But I'm not sure if it's a bug with FB4 or CF9 though... The issue is that in my MySQL tables the foreign keys are of type BIGINT. Any/every database field with BIGINT assigned to it will be discovered by FB4 as type STRING. To get

RE: [flexcoders] FB4 CF data wizard bugs?

2010-06-13 Thread Scott
Ok, this is a much bigger issue than I thought it would be this time. The autogenerated objects regenerate with the wrong variable types. I don't know of a work around either... When it generates the objects it shows the wrong variable type but it won't let me set it. If I have a coldfusion o

[flexcoders] FB4 CF data wizard bugs?

2010-06-13 Thread Scott
I've been using the FB4 data wizards to make the initial connections to my CF functions then modify them to do exactly what I want them to. (saves a heck of a lot of time!) I've been noticing that frequently the data wizard detects my DB fields wrong. My private keys for instance are almost al

[flexcoders] Re:

2010-06-13 Thread chaitu Chowdary
Thank you Alex!...You saved my day!!

[flexcoders] Combobox as itemEditor

2010-06-13 Thread jonbehr
I have a combobox as an itemEditor in a datagrid. I have an event listener on the datagrid (DataGridEvent.ITEM_EDIT_END) that calculates the values in adjacent datagrid cells based on the value that has been selected in the combobox. This all works fine. The one area that I am struggling with h