[flexcoders] Adding and removing values from a VAR

2009-03-17 Thread Frank Griffin
dataValue for Data Value). Conversely, when a user unselects a checkbox I need to remove the respective values in the two VARs. Data Examples: Display Value = Orlando dispValue = Atlanta, New York Data Value = 004 dataValue = '001', '002', '003' Best regards, Frank G.

[flexcoders] Where is the error?

2008-08-09 Thread Frank Z
Maybe I'm a dumbo but it's very frustrating when Flex Builder tells me I have an error in my code but does not specify the file or line unless I have that particular file open. Is there any way to get to this file without have to go through each file in my project? It's not obvious to me.

[flexcoders] Adding non-XML property to an XML object

2008-06-19 Thread Frank Sommers
Object(); o.date = d; But using the same notation for the XML object creates an XMLList, i.e., a child of the XML object: x.date = d; // x.date is now an XMLList. Is there a way to override this behavior so that d is added as a Date? Thanks, -- Frank

[flexcoders] compc and filesets

2007-11-14 Thread Frank Z
Are there any plans to improve compc so I can use real filesets? It's a real pain in the butt to have to type in the name of every single class name instead of just passing a wildcard list of .as files. It is a library builder after all! Is there any solution to this?

[flexcoders] Access to the WindowedApplication instance??

2007-10-03 Thread Frank Z
Is there any way to access the instantiated WindowedApplication via code? I can't seem to figure it out. Do I really have to put another container in between when I want the main window to be the container?

[flexcoders] Re: Access to the WindowedApplication instance??

2007-10-03 Thread Frank Z
. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Should be Application.application. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Frank Z Sent: Tuesday, October 02, 2007 8:07 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Maven plugin outputDirectory is READONLY

2007-05-02 Thread Frank
Network. If you do not have the time to set it up, maybe I can do it for you. Frank --- In flexcoders@yahoogroups.com, Christian Gruber [EMAIL PROTECTED] wrote: Yeah. Others have asked. I don't have a public svn repo right now. I'm going to try to set one up, but my current project

[flexcoders] List item selection with filterFunction

2007-03-20 Thread Frank Sommers
be appreciated. Thanks, -- Frank

[flexcoders] Re: Maven plugin outputDirectory is READONLY

2007-03-20 Thread Frank
Thanks for the reply, Christian. Great plugin, BTW. I wanted to get access to the sources with the eclipse .project files so I can alter it to enable changing the default directory, but the SVN access is not working. Are going going to fix access to that? Thanks again, Frank P.S. If you need

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-19 Thread Frank
Sorry, I meant to thank you, Alex. Frank --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I suppose you could subclass DG and override selectItem(). -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-19 Thread Frank
at the bottom which allow the user to order them as they please. The user selects items on the left from each slider by just clicking on them and they appear on the right list. The right list keeps the users' order, even as the user adds/removes items. Frank --- In flexcoders@yahoogroups.com

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-18 Thread Frank
Sorry, I did not want to get into a religious war ;-) It's just that my current app does not need the ctrl key to be pressed and there is no training involved if you do not have to teach people to hold down the control key. Frank --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL

[flexcoders] Re: DataGrid multiple selection without CNTL key

2007-03-18 Thread Frank
the functionality of my HTML ajax controls and I plan on contributing them to open source. This forum is great. Frank --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I suppose you could subclass DG and override selectItem(). -Alex

[flexcoders] DataGrid multiple selection without CNTL key

2007-03-17 Thread Frank
not intuitive to force the user to hold down the CNTL key to make multiple selections, specially when you are coming from a HTML web app. Or should I be using another component? Frank

[flexcoders] Re: Maven plugin outputDirectory is READONLY

2007-03-15 Thread Frank
It doesn't appear that the author of the Maven Flex plugin has been around for awhile. Too bad, he did an excellent job on the plugin. I would love to get access to the source code to patch (read-only access), but the directions on the web site do not seem to work.