Re: [flexcoders] Flex Builder Debug Issue --- RESOLVED

2008-07-07 Thread jonese
quot; ticket but who knows if anyone will actually see that. Here's the adobe ticket if your interested: http://bugs.adobe.com/jira/browse/FB-13064 Thanks to all who chimed in and helped out. Guess I'm not joining the circus today! jonese http://www.jonese.us http://twitter.com/jonese

Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread jonese
runs fine will talk to my CF Server etc. BUT the debugging will not connect. is there something maybe in IIS that could have gotten messed up???? jonese http://www.jonese.us http://twitter.com/jonese On Mon, Jul 7, 2008 at 12:23 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > ESET ant

Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread jonese
i've also uninstalled in reinstalled flex builder today. still no joy. next i'll uninstall flash players, flex builder and let flex builder install the player and see if that works.... jonese http://www.jonese.us http://twitter.com/jonese On Mon, Jul 7, 2008 at 11:23 AM, jone

Re: [flexcoders] Flex Builder Debug Issue

2008-07-07 Thread jonese
I'm running this all from localhost windows XP Pro, built in IIS. jonese http://www.jonese.us http://twitter.com/jonese On Mon, Jul 7, 2008 at 10:06 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Thursday 03 Jul 2008, jonese wrote: >> Still looking for anyone who can

Re: [flexcoders] Flex Builder Debug Issue

2008-07-03 Thread jonese
Tom. Thank i'm aware that they use separate players, i just figured i'd head off those who say to "try another browser" by pointing out that both the FF and IE players fail to connect to the debugger in Flex Builder 3. Still looking for anyone who can help fix this is

Re: [flexcoders] Flex Builder Debug Issue

2008-07-03 Thread jonese
It fails in both Firefox 3 & IE7 so i'm pretty sure it's not related to plug-ins. my IE is VERY vanilla. jonese http://www.jonese.us http://twitter.com/jonese On Wed, Jul 2, 2008 at 9:56 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Are you running Firefox with any add-

[flexcoders] Flex Builder Debug Issue

2008-07-02 Thread jonese
that i have the latest version and it is a debugger version. * Tried to run debug for a basic flex applicaiton in both FF3 and IE7 both failed. Any thoughts what could be wrong? jonese http://www.jonese.us http://twitter.com/jonese

[flexcoders] Flex Builder & Create CFC based on AS class

2008-06-17 Thread jonese
27;t it also generate my private vars and all my functions? Is this a bug, a feature or an oversight? jonese http://www.jonese.us http://twitter.com/jonese

Fwd: [flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-05-05 Thread jonese
e new instance then run a refresh() on the dataprovider. This appears to be working for me and it is having the expected results.so far :) -- jonese http://www.jonese.us http://twitter.com/jonese On Wed, Apr 23, 2008 at 9:27 PM, rockstar77877 <[EMAIL PROTECTED]> wrote: > > > >

Re: [flexcoders] Combo Box trying to get a "deep" data...

2008-05-05 Thread jonese
Trying to match up selected items. IF i use the labelFunction attribute this runs ALL the time. basically i need to change the selected item when the combo box loads up and whenever the data changes. jonese On Mon, May 5, 2008 at 1:34 PM, Tracy Spratt <[EMAIL PROTECTED]>

[flexcoders] Combo Box trying to get a "deep" data...

2008-05-05 Thread jonese
tedIndex value. thoughts? -- jonese http://www.jonese.us http://twitter.com/jonese

Re: [flexcoders] Cannot convert Object to X

2008-04-29 Thread jonese
Thanks alex.I forgot to check my CF code, had updated my references it everywhere but there :) jonese On Tue, Apr 29, 2008 at 1:25 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > > > > > > > > > > It means that the currentTarget.selectedItem isn't a vo_Ta

[flexcoders] Cannot convert Object to X

2008-04-29 Thread jonese
r as i can tell) to what should be found in a vo_Task. Any ideas? jonese

[flexcoders] Opening ADG nodes after a refresh().

2008-04-18 Thread jonese
fter i've done my refresh how i can tell my ADG "open these nodes". thoughts? jonese

[flexcoders] Looping over Object of Objects..

2008-04-18 Thread jonese
I have an generic object which has 0 - N number of generic objects inside it. The internal objects don't follow any form of naming scheme. how would i co about looping over this object in order to access the internal objects? jonese

[flexcoders] ADG / Elixir Keeping grouped columns open

2008-04-17 Thread jonese
grab the open items store them in a var and then reapply them after refresh. Anyone provide similar guidance for an ADG and more possibly for the Elixir Gantt?? TIA jonese