[flexcoders] Pattern for Global/Application Level Runtime Exception Handler

2007-03-29 Thread jeffrey_lage
I would like to know if anyone has any patterns/suggestions for putting a top level runtime exception handler into a Flex 2 app. Thanks -Jeff

[flexcoders] Looking for Flex Developer

2007-02-26 Thread jeffrey_lage
All, I am looking for an experienced Flex developer to join a rapidly growing startup that is building cutting edge applications for the financial services industry. If you are interested, drop me a line at [EMAIL PROTECTED] Thanks -Jeff

[flexcoders] Player Stack Traces and Mac for 8.5

2006-04-27 Thread jeffrey_lage
I am doing some eval of Flex2 on both windows and mac clients to the app.  I have noticed that on windows, when my application generates an exception in the player, I get a popup window with the statck trace.  This works in both IE and Firefox.  However, on Mac, I do not.  In Safari or Firefo

[flexcoders] Flex2 Framework Components Source Code

2006-04-14 Thread jeffrey_lage
Does anyone know if this is available? There are a host of things in the standard datagrid that don't quite meet my needs, and if I am going to go about writing my own, I would like to have a place to start. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/f

[flexcoders] Datagrid Row Spacing

2006-04-13 Thread jeffrey_lage
It seems to me that there is a 'couple pixel' spacing or gap btwn the rows of a datagrid. Can this be controlled? I would like to eliminate it. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/fle

[flexcoders] Flex2 B2 Remoting: null handling on java.lang.Map

2006-04-06 Thread jeffrey_lage
To Whom it May Concern: On the java side of the remoting, it is acceptible to place a 'null' as a key in a HashMap. This object will be remoted to the Flex side as an associative array. As you might know, you can't do something like this in AS3: var o:Object = new Object(); o[nu

[flexcoders] Extending DataGridItemRenderer ( Flex 2 )

2006-04-04 Thread jeffrey_lage
I am attempting to bind a DataGrid to an ArrayCollection of custom AS classes that don't easily lend themselves to the 'dataField' concept, as there are a couple of calcs that need to be run in order to determine the text that I want to place in the cell. As such, I am attempting to extend t

[flexcoders] Re: Flex2, JBoss and SonicMQ

2006-03-29 Thread jeffrey_lage
I also need to be able to access the SonicMQ JNDI store from a flex data service. Where you able to make any progress on this? --- In flexcoders@yahoogroups.com, "cshafer213" <[EMAIL PROTECTED]> wrote: > > Hello, > > I am running Flex2 on JBoss and it is working except for the > messaging. Is

[flexcoders] Re: Flex2: version control plugin

2006-03-28 Thread jeffrey_lage
Has anyone been able to get the subversion plugin to manage the user-classes linked folder? i can't seem to get it to, and therefore i can't committ my actionscript classes to svn --- In flexcoders@yahoogroups.com, "Kelly @ Dekayd Media Inc." <[EMAIL PROTECTED]> wrote: > > Subclipse is a gre

[flexcoders] Unable to iterate over results of a call to DataService.fill()

2006-03-27 Thread jeffrey_lage
http://www.adobe.com/2006/mxml"; xmlns="*" creationComplete="init()"> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yah

[flexcoders] Re: Unable to connect to RemoteObject

2006-03-25 Thread jeffrey_lage
ault that needs to reside at the real webroot without a > context root so you may need a web-app deployed with the default context > root "" to place a file here. (There are ways around this, but it's > simpler to do this). > > > -Original Message- > From

[flexcoders] Re: Remote Access to DataService in Flex2B2

2006-03-25 Thread jeffrey_lage
For anyone else that may run into this, I had set the url for the chaneel to be my machine name and had set the webapp contect root to its actual value. I changed it to use variables like {context.root} and then it worked. --- In flexcoders@yahoogroups.com, "jeffrey_lage" <[EM

[flexcoders] Unable to connect to RemoteObject

2006-03-24 Thread jeffrey_lage
am trying to make a call to a method on a remote object and get the following error: Error: faultCode:InvokeFailed faultString:'Error: Unknown destination 'reconResultAssembler'.' faultDetail:'Couldn't establish a connection to 'reconResultAssembler'' at mx.rpc::AbstractInvoker/http://www.adobe

[flexcoders] Re: Multple destinations on a single DataService

2006-03-24 Thread jeffrey_lage
sorry, just fixing my really hard to read post. updated below: --- In flexcoders@yahoogroups.com, "jeffrey_lage" <[EMAIL PROTECTED]> wrote: > > Is this possible? I have been trying to do this, and it only seems to see > the first one. I also > tried defining m

[flexcoders] Paging in DataService / DataGrid

2006-03-24 Thread jeffrey_lage
Does anyone have .mxml and flex-data-service.xml files that demonstrate working paging! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visi

[flexcoders] Remote Access to DataService in Flex2B2

2006-03-24 Thread jeffrey_lage
I have created a simple java-dao based adapter on an data-service. This service is configured with a RTMP channel as the default channel. In my main mxml application file, I am using the creationComplete event on the application to to call a fill method on the dataserive and populate a ListCo

[flexcoders] Multple destinations on a single DataService

2006-03-24 Thread jeffrey_lage
Is this possible? I have been trying to do this, and it only seems to see the first one. I also tried definting one than one service, each with a single destination, and that doesn't seem to work either. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/f

[flexcoders] Re: Dynamic Generation of DataGridColumns + "rowRenderer"

2006-03-21 Thread jeffrey_lage
great! couple of questions: ModelLocator, is that a utlity that you have created to locate a component by it's ID? What/when do you hook into this method to set the columns on the datagrid? i assume it needs to be done before the data is actually loaded into it? thanks! --- In flexcoders@ya