[flexcoders] ComboBox and Switching State

2008-03-30 Thread Mike_Robinson_98
I posted this last week and never got a response, so here it is again. If I can get anyone to agree with my hypothesis, I'll post it as a bug in the Flex Bug Database. In a nutshell, the issue is this ... In Flex 2 if you initialized or set a ComboBox in state ONE, then switched to state TWO (with

[flexcoders] Re: Flex 3 ComboBox and Editable property

2008-03-26 Thread Mike_Robinson_98
foo.editable = true; > > foo.dataProvider = > ['Gordon', 'Alex']; > > foo.selectedIndex = -1; > > foo.text = "nuts"; > > > >

[flexcoders] Flex 3 ComboBox and Editable property

2008-03-25 Thread Mike_Robinson_98
Hi, I'm attempting to migrate from Flex2 to 3. One issue I'm have is with the ComboBox. In particular, with the Editable property set true. Previously, if I wanted to set an editable combobox to display a value OTHER than one of the values in the dataProvider (an ArrayCollection of Strings), I ju

[flexcoders] MessageBrokerServlet unavailable

2007-12-27 Thread Mike_Robinson_98
I have upgraded to LCDS 2.5 and FlexBuilder 2.0.1 Hotfix 2 (this was from FDS and Hotfix 1). I am having some real difficulty getting the MessageBroker to respond. I have checked the logs to see the the MessageBroker seems to startup without any issues. However, when I try to access it via (webapp)

[flexcoders] Re: Datagrid tabbing with itemEditor

2007-10-19 Thread Mike_Robinson_98
_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Friday, October 19, 2007 3:57 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Datagrid tabbing with itemEditor > > > > Thanks,

[flexcoders] Re: Datagrid tabbing with itemEditor

2007-10-19 Thread Mike_Robinson_98
cell if the data is > invalid. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Friday, October 19, 2007 2:09 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Datagrid

[flexcoders] Datagrid tabbing with itemEditor

2007-10-19 Thread Mike_Robinson_98
The scenario is there is a custom editor in say, column 2 of 4 in a DG and I need to a itemEndEdit event handler to extract data. In the handler I use the preventDefault() to take the default editor out of the picture and use destroyItemEditor() to remove the custom editor. This works OK. The probl

[flexcoders] Re: Keyboarding up/down editable columns in Datagrid

2007-05-09 Thread Mike_Robinson_98
___ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Tuesday, May 08, 2007 9:43 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Keyboarding up/down editable columns in > Datagrid > >

[flexcoders] Re: Keyboarding up/down editable columns in Datagrid

2007-05-08 Thread Mike_Robinson_98
to set the editor to > the new place. > > -Alex > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Tuesday, May 08, 2007 9:43 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Keyboarding up/down

[flexcoders] Re: Keyboarding up/down editable columns in Datagrid

2007-05-08 Thread Mike_Robinson_98
ilto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Monday, May 07, 2007 9:02 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Keyboarding up/down editable columns in > Datagrid > > > > --- In flexcoders@yahoogroups.com <mailto:flexcoders%

[flexcoders] Re: Keyboarding up/down editable columns in Datagrid

2007-05-07 Thread Mike_Robinson_98
--- In flexcoders@yahoogroups.com, "Mike_Robinson_98" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Manish Jethani" > wrote: > > > > On 5/8/07, Mike_Robinson_98 wrote: > > > Has anyone come up with a good way to

[flexcoders] Re: Keyboarding up/down editable columns in Datagrid

2007-05-07 Thread Mike_Robinson_98
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/8/07, Mike_Robinson_98 <[EMAIL PROTECTED]> wrote: > > Has anyone come up with a good way to let a user move up/down in an > > editable column of a datagrid using the key

[flexcoders] Keyboarding up/down editable columns in Datagrid

2007-05-07 Thread Mike_Robinson_98
Has anyone come up with a good way to let a user move up/down in an editable column of a datagrid using the keyboard? These columns use a TextInput as the itemEditor. Right now I use a handler for the keyFocusChangeEvent on the datagrid to handle TAB and Shift-TAB keys to move horizontally throug

[flexcoders] Re: Datagrid Tabbing breaks when itemrenderer is added to one cell

2007-02-16 Thread Mike_Robinson_98
--- In flexcoders@yahoogroups.com, "jfournet" <[EMAIL PROTECTED]> wrote: > > When I add a custom itemrenderer to a cell of my datagrid, the tabbing > order of my screen is broken, i.e., the cell with the itemrenderer is > skipped over in the tab order. Any ideas on how to fix this? > What you ne

[flexcoders] Re: 2nd datagrid - no headers, wrong size

2007-02-07 Thread Mike_Robinson_98
--- In flexcoders@yahoogroups.com, "Mike_Robinson_98" <[EMAIL PROTECTED]> wrote: > > I've been spending a lot of time trying to overcome this issue without > any success. Hopefully someone out there has a suggestion. > > I have datagrid within a vbox in a co

[flexcoders] 2nd datagrid - no headers, wrong size

2007-02-07 Thread Mike_Robinson_98
I've been spending a lot of time trying to overcome this issue without any success. Hopefully someone out there has a suggestion. I have datagrid within a vbox in a component. The grid takes up as much space as is available (height='100%'). There is another state which does the following: 1) redu

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-21 Thread Mike_Robinson_98
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Friday, July 21, 2006 5:00 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: AMF serialization of floats (REPOST) > > > > Dave, than

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-21 Thread Mike_Robinson_98
se containing Java and > AS source as an example of the issue? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 > Sent: Friday, July 21, 2006 5:00 PM > To: flexcoders@yahoogroups.

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-21 Thread Mike_Robinson_98
> Adobe Flex Alliance Partner > http://www.cynergysystems.com > http://www.cynergysystems.com/blogs > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > > > > > > --- In flexcoders@yahoogroups.com, "Mike_Robinson_98" > wrote: > > > > My orig

[flexcoders] AMF serialization of floats (REPOST)

2006-07-21 Thread Mike_Robinson_98
My original post seems to have gotten removed, so I am posting again with hopes someone has experience with this issue. I am transfering float values from Java DTOs to corresponding AS objects using both FDS and remote objects. The Java float values have a precision of 4 decimal places (verified b

[flexcoders] Re: So? What are folks here actually building...?

2006-07-20 Thread Mike_Robinson_98
An ambitious project to convert a client/server order entry/inventory management/purchasing system for a stainless steel distributor with offices in several countries. This may not be the best project to use as an introduction to Flex but it is certainly not boring. I am coming from a j2ee backgrou

[flexcoders] Editing datagrid w/nested properties

2006-07-20 Thread Mike_Robinson_98
Can someone tell me if this is possible or should I give up and remove the nested properties from the datasource. I have a datagrid bound to an arraycollection. The collection is a list of Order Items. Each Order Item has a Product which in turns has several properties to display. I have used a La

[flexcoders] Re: MenuBar itemClicked event not firing

2006-07-18 Thread Mike_Robinson_98
I just ran into this issue. Apparently menu items refer only to submenus. Menus without submenus are not considered menu items are therefore do not respond to the itemClicked MenuEvent. However, they will respond to the click MouseEvent. So it looks like you'll need 2 handlers - one for itemClicked

[flexcoders] Serialization issues with floats

2006-07-18 Thread Mike_Robinson_98
I have a rounded float value on the server of, say 0.7887. When it gets servialized and arrives at the client it becomes 0.7886999845504761. Is there a way to maintain the precision of the source value during serialization? Or is my only choice to round it again after arriving at the client? Has an

[flexcoders] Re: Cairngorm ServiceLocator and FDS

2006-07-11 Thread Mike_Robinson_98
o Fernandes > > > -Original Message- > From: flexcoders@yahoogroups.com on behalf of Mike_Robinson_98 > Sent: Tue 11-Jul-06 7:16 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Cairngorm ServiceLocator and FDS > > Is it possible to define a in the

[flexcoders] Re: Cairngorm ServiceLocator and FDS

2006-07-11 Thread Mike_Robinson_98
or( "No MessageAgent found for service name " + > serviceId ); > > return this[ serviceId ]; > } > > - Original Message - > From: "Mike_Robinson_98" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, July 11, 2006 2:16 PM > Subj

[flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Mike_Robinson_98
Is it possible to define a in the ServiceLocator or is ServiceLocator useful only for and ? In the examples I have seen you retrieve a service from the ServiceLocator with something like this: ServiceLocator.getInstance().getService("ordersService"); However, the getService() method returns an

[flexcoders] Re: Tomcat and jdk version for Flex

2006-07-05 Thread Mike_Robinson_98
Be sure to use a recent version of 5.5 as version 5.5.7 had a severe memory leak. Personally, I am using 5.5.17 and it is very stable in that regard. --- In flexcoders@yahoogroups.com, a a <[EMAIL PROTECTED]> wrote: > > Hi all! I have just a simple question for starting develop Flex application wi

[flexcoders] Re: Font changes to FlexBuilder IDE (2b3)

2006-06-30 Thread Mike_Robinson_98
Will, I would be interested in knowing how to do this as I cannot find the right place either. Could you post your solution? Thanks, Mike --- In flexcoders@yahoogroups.com, "Will Morgan" <[EMAIL PROTECTED]> wrote: > > Found it. No help needed...:) > > On 6/5/06, willmorganuk <[EMAIL PROTECTED]>

[flexcoders] Re: Signaling errors in POJO

2006-06-29 Thread Mike_Robinson_98
throwable types using > [RemoteClass(alias="xyz")]). > > > > > > > > > > > > > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_98 >

[flexcoders] Signaling errors in POJO

2006-06-29 Thread Mike_Robinson_98
When calling a POJO method what is the preferred way to signal the RemotingService that an error condition has occurred? This error may not necessarily throw an exception in the POJO (maybe it just did not find any results). And how you include in that signal specific information about the error th

[flexcoders] Re: Remote object invocation failure

2006-06-27 Thread Mike_Robinson_98
Mistake found. I inadvertently removed the servlet mapping for the MessageBrokerServlet in the web.xml file. Sorry, but I'm just getting used to all the configuration files. Thanks, Mike --- In flexcoders@yahoogroups.com, "Mike_Robinson_98" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Remote object invocation failure

2006-06-26 Thread Mike_Robinson_98
ged the > configuration but not restarted the server nor forced a recompile of > your SWF (i.e. doing a clean and forcing FB to recompile)? > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Mike_Robinson_9

[flexcoders] Remote object invocation failure

2006-06-26 Thread Mike_Robinson_98
I'm trying to call a method on a Java object and keep getting "Connection failed" when I try the method call. I know it must be a configuration issue but have been plugging away at this all morning with out making any headway. Maybe some of you can see the problem easily. I'm using Tomcat. Thanks i

[flexcoders] Re: Flex dataservices and Spring

2006-06-22 Thread Mike_Robinson_98
the mxml after > changing the configuration? > > If you can't solve it, would it be possible to send a .war of the app to > me off line? > > Pete > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Be

[flexcoders] Re: Flex dataservices:

2006-06-21 Thread Mike_Robinson_98
ow you launched > Tomcat) for an indication as to whether there were such errors, and, > hopefully, a clue as to what is wrong with the config? > > Pete > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >

[flexcoders] Flex dataservices:

2006-06-21 Thread Mike_Robinson_98
I have read some of the posts on issues similar to this one. Especially the Hank Williams and Peter Farland exchange. However, this problem is different enough that their posts did not help. I am trying to adapt the samples examples to work with an app I am developing. (BTW, all the samples work o