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

2010-06-13 Thread dorkie dork from dorktown
there was a plan to make an api to support this but it was deferred. at least as of about a year or two ago... On Sat, Jun 12, 2010 at 1:17 PM, Roy Pardi roypa...@gmail.com wrote: Hi - I'm working on a WindowedApplication in FB and when I run or debug it, the resulting window is always in

[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

[flexcoders] Re:

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

[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

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

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

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

2010-06-13 Thread Gaurav
Please check the following code ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; width=450 height=400 layout=absolute creationComplete=creationCompleteHandler(event); mx:Script ![CDATA[ private function

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 dorkiedorkfromdorkt...@gmail.com wrote: TypeError: Error #1009: Cannot access

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 lynw...@gmail.com 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,