[flexcoders] FlexBuilder / eclipse Question

2009-07-17 Thread Libby
earlier swapped to debugger perspective when you hit the debug button? Thanks for this and all your past help on this forum. Libby

[flexcoders] FlexBuilder Question

2009-06-03 Thread Libby
What option is it that, when you close a file, causes the Navigator to switch focus back to the previous area you were in before you opened the file? It doesn't do this in FlexBuilder plugin in eclipse, but it does it in regular FlexBuilder and it drives me crazy! not that I had that far to

[flexcoders] Which rows in a datagrid contain modified items (and which don't) ?

2009-04-29 Thread Libby
and comparing column by column, row by row? Thanks, Libby

[flexcoders] Running multiple copies of FlexBuilder Help window - is it possible?

2009-03-18 Thread Libby
be connected to the 'net so the Live Docs are not always an option. If anyone knows how to do this, please advise here. Thanks, Libby

[flexcoders] Re: Developing Rich Clients with Macromedia Flex - source code?

2009-03-13 Thread Libby
--Fifteen-Minutes-With-Flex--Episode-8--Custom-Item-Renderers http://www.theflexshow.com/blog/index.cfm/2008/12/24/The-Flex-Show--Fifteen-Minutes-With-Flex--Episode-13--DataGrids http://www.theflexshow.com/blog/index.cfm/2009/1/7/The-Flex-Show--Fifteen-Minutes-With-Flex--Episode-14-Item-Editors Libby

[flexcoders] Re: Developing Rich Clients with Macromedia Flex - source code?

2009-03-10 Thread Libby
: Hey Libby, I checked and the machine that had this code went offline. It's all Flex 1.0 code, you sure you really need it? Matt On 3/5/09 10:28 AM, Libby libbychan...@... wrote: Hi, I have this book but lost my copy of the source code I originally downloaded. The authors

[flexcoders] comboBox in datagrid

2009-03-10 Thread Libby
Hi People Maybe someone could remind me, I've done this before but apparently now have so much knowledge in my brain that the old stuff is getting pushed out : ) I have a ComboBox itemEditor in a datagrid. The datagrid dataprovider is bound to an arrayCollection which among other things

[flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Libby
no, I 'm saying my comboBox displays whats in its data part of its array collection, not its label, when it receives a new batch of data. Your checkbox appears to do the same thing. --- In flexcoders@yahoogroups.com, Anthony DeBonis anth...@... wrote: Are you talking about an example like

[flexcoders] Re: comboBox in datagrid

2009-03-10 Thread Libby
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Libby Sent: Tuesday, March 10, 2009 4:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: comboBox in datagrid no, I 'm saying my comboBox displays whats in its data part of its array collection, not its label, when

[flexcoders] Developing Rich Clients with Macromedia Flex - source code?

2009-03-05 Thread Libby
? Thanks, Libby

[flexcoders] Re: XML Parsing - maintaining a record pointer

2009-02-24 Thread Libby
Of Sam Lai Sent: Friday, February 20, 2009 4:12 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] XML Parsing - maintaining a record pointer You could use a different variable name in the inner loop, that way it won't change the object in the outer loop. On 2/21/09, Libby

[flexcoders] XML Parsing - maintaining a record pointer

2009-02-20 Thread Libby
xmlNode:XML read on into the file thanks, Libby

[flexcoders] AdvancedDataGrid.SelectedItem - ??

2009-02-05 Thread Libby
hierarchy the user has clicked the mouse. Could someone give me a little nudge in the right direction? :) thanks, Libby Flex 3.x

[flexcoders] Is there a way to tie a popup window to an object on a window such that...

2008-12-22 Thread Libby
because I need to move my popup into another layer or something... Thanks, Libby

[flexcoders] Finding out the size of a component when everything is relative?

2008-10-28 Thread Libby
this are a private property. What am I missing here? Thanks, Libby

[flexcoders] Re: Finding out the size of a component when everything is relative?

2008-10-28 Thread Libby
On Tue, Oct 28, 2008 at 7:36 AM, Libby [EMAIL PROTECTED] wrote: Flex 3 At run time I am trying to find out if user has expanded a canvas or not. When I query the component or its parents, I always get the original size, x y = 0, etc. In the debugger I can see $height and other

[flexcoders] Question for the authors of RIA With Adobe Flex Java - ch 10 - RSLs

2007-10-19 Thread Libby
initializing - I'm assuming I need to reduce the size of it by using RSL's. Am I headed down the wrong street? Is there perhaps a way to circumvent the ScriptTimeoutError? Thanks, Libby using Flex 2.0

[flexcoders] Re: Parsing mxml - is there an attribute or method of the

2007-09-27 Thread Libby
has add events for when children are added. Container has childAdd event for when child components are created. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Wednesday, September 26, 2007 7:19 AM To: flexcoders

[flexcoders] Parsing mxml - is there an attribute or method of the

2007-09-26 Thread Libby
exists yet, so I can force its creation if necessary. Thanks, Libby

[flexcoders] Remote Objects - a reflective way to determine class?

2007-08-27 Thread Libby
Object is without parsing it to look for a specific field - not very object-oriented : ( Thanks, Libby

[flexcoders] Re: Remote Objects - a reflective way to determine class?

2007-08-27 Thread Libby
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Monday, August 27, 2007 8:50 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Remote Objects - a reflective way to determine class? Does anyone know of a technique to determine the true class of an object

[flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Libby
Anybody? As far as I can tell, DateField doesn't take a maxChars property, which would be the logical solution. --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I used a keyboard listener to keep track of the length of the text entered, but Flex ignores my demands

[flexcoders] Re: DateField - is there a way to limit the amount of input allowed?

2007-01-23 Thread Libby
to typing beyond a certain length. How can I do this in Flex, as so far my attempts at stopping the event propagation have been ignored by the Flash player? Thanks, Libby --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 23 January 2007 13:45, Libby wrote

[flexcoders] DateField - is there a way to limit the amount of input allowed?

2007-01-22 Thread Libby
I used a keyboard listener to keep track of the length of the text entered, but Flex ignores my demands to preventDefault() and/or stopImmediatePropagation(). Does anyone have the secret they could share with me? Thanks, Libby

[flexcoders] Re: BindingUtils.bindProperty versus mx:Binding

2007-01-20 Thread Libby
One reason NOT to use binding tags, curly braces, etc is this practice departs from the object oriented MVC concept. If possible, there should not be any code in the view, just --- In flexcoders@yahoogroups.com, Alex Uhlmann [EMAIL PROTECTED] wrote: Closer to your mx:Binding tag is:

[flexcoders] warning: multiple describeType entries for 'selectedItem'

2007-01-17 Thread Libby
declaredBy=mx.controls::ComboBase The binding works but obviously I am doing something wrong. Could someone shed some light on it? Thanks, Libby

[flexcoders] Binding ComboBox that has no dataProvider yet

2007-01-17 Thread Libby
was wondering if anyone knows how this null reference situation is being handled in the binding tag? Maybe I shouldn't be binding to selectedItem, but to something else? Thanks, Libby

[flexcoders] Re: Flex 2 - Event after a screen is fully constructed, but before it can be see

2007-01-08 Thread Libby
Anybody? Is this too hard to help with, or so easy I shouldn't have wasted u guys time with it? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: Hello flexSperts : ) I want to do some prep work within my screen that requires all parts of it to be constructed first

[flexcoders] Flex 2 - Event after a screen is fully constructed, but before it can be seen

2007-01-07 Thread Libby
addChild() to my viewStack? If so, what would that event be? If not, how do you guys handle this situation? Thanks, Libby

[flexcoders] Example in Adobe® Flex™ 2 Language Reference doesn't compile....

2006-12-05 Thread Libby
In Adobe® Flex™ 2 Language Reference, the entry for Class DateField, this example is at the bottom (click on Examples). It won't compile, giving an error on the line where DateField is being cast in the change event. The error is 1119: Access of possibly undefined property selectedDate through a

[flexcoders] Never Mind! Re: Example in Adobe® Flex™ 2 Language Reference doesn't compile....

2006-12-05 Thread Libby
I will repost my _real_ problem shortly --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: In Adobe® Flex™ 2 Language Reference, the entry for Class DateField, this example is at the bottom (click on Examples). It won't compile, giving an error on the line where DateField

[flexcoders] Flex 2 - Locate a document within a document

2006-11-27 Thread Libby
someone give me a hint, or a tiny example? Thanks, Libby

[flexcoders] ViewStack.addChild() / createChild()

2006-10-30 Thread Libby
children to a viewstack in 2.0? Thanks, Libby -- 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 visit your group on the web, go to: http

[flexcoders] FB2 - How do you open an existing project not defined to your client?

2006-10-26 Thread Libby
I want someone else to open my project on the remote server. In an eclipse java app I could accomplish this by exporting the project and having them import it. So far in FB2 I am not successful... Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] FlexBuilder 2.0 - null pointer exception when you try to create a new project

2006-10-25 Thread Libby
java.lang.nullpointer exception. Has anyone else encountered this, and if so, how did you fix it? It feels like there is a flag turned on or off somewhere in the flex server installation... Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] A file found in a source-path must have the same package structure

2006-10-25 Thread Libby
actionscript files, or could someone steer me in the right direction here? Thanks, Libby -- 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 visit

[flexcoders] Re: A file found in a source-path must have the same package structure

2006-10-25 Thread Libby
Yeah, me too. I have confirmed (about 10 times) that everything has been converted... -- 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 visit your

[flexcoders] Flex 2 - WARNING: Cannot set header. Response already committed.

2006-10-12 Thread Libby
I just installed Flex 2 on WebSphere 6. While doing the lessons in the introductory tutorial, I keep see the message above in the server log. Has anyone else see this, what does it mean, and how do I get rid of it? Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] FlexBuilder 2.0 SDK plugin with IBM RAD 6.0?

2006-08-23 Thread Libby
? : | Thanks, Libby -- 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 visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders

[flexcoders] Exiting or transferring out of Flash Player

2006-07-10 Thread Libby
an exception from the gateway, Request received was not Flash-based (not of the binary AMF protocol). Thanks, Libby Yahoo! Groups Sponsor ~-- Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA

[flexcoders] Re: Exiting or transferring out of Flash Player

2006-07-10 Thread Libby
_self... not sure. Anyway, try that. - Original Message - From: Libby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 3:42 PM Subject: [flexcoders] Exiting or transferring out of Flash Player Flex 1.5 I know this is heresy to you guys : ) but I

[flexcoders] Re: Syntax for using mx:Binding Tag with ComboBox.selectedItem.data?

2006-06-15 Thread Libby
Anybody? Maybe an example exists somewhere? I haven't been able to find any complete examples utilizing mx:binding tags or coupling them with comboboxes. Maybe binding tags are a no-no??? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I am trying to use a mx:Binding tag

[flexcoders] Syntax for using mx:Binding Tag with ComboBox.selectedItem.data?

2006-06-14 Thread Libby
can write a function to collect the change and put the outcome into a bound variable, but I am trying to avoid scriplets in the .mxml files. Below is my code: mx:Binding source=myComboBox.selectedItem.data destination=modelObject / Thanks, Libby Yahoo! Groups Sponsor

[flexcoders] Re: Authentication with Macromedia Flex

2006-05-16 Thread Libby
Any news on the article? Inquiring (desperate) minds want to know --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: Are you talking about our article? It will be for Flex 2.0 but will be 100% compatible with Flex 1.5. There is no date yet but I see it coming

[flexcoders] Flex 1.5 Standard config Flex-error setup not working...

2006-05-10 Thread Libby
. Error Page Exception: : com.ibm.ws.webcontainer.webapp.WebAppErrorReport: HTTP method POST is not supported by this URL Can someone perhaps tell me what I need to change? Below are the pertinent entries from the web.xml as supplied by macromedia. Thanks, Libby servlet servlet

[flexcoders] Re: Flex 1.5 - How do you tell a validator about an nested TextInput?

2006-04-17 Thread Libby
on the Validator to point to that TextInput. I would have hoped the binding would have figured that out for you automatically, but sometimes it can't. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Friday, April 14, 2006

[flexcoders] Flex 1.5 - Is it possible to pass in an argument to a validator constructor?

2006-04-17 Thread Libby
My goal is to provide the pretty name of the field for use in the eventual error message. I was thinking I saw how to do this on this list several months ago, but so far my search for that topic has come up empty. Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: Flex 1.5 - How do you tell a validator about an nested TextInput?

2006-04-16 Thread Libby
Can anyone tell me anything at all to help me do this?? Please??? Thanks, Libby --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I have a .mxml file which contains a TextInput. Then that object is within a FormItem on another .mxml page. When I declare my validators

[flexcoders] Flex 1.5 - How to Dynamically Size Text Control?

2006-03-30 Thread Libby
insists on making the width just a few bytes wide, even if I put width=100%. Any pointers on handling this would be much appreciated. Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Flex 1.5 - When IsStructureValid()==False, where to find all the error messages

2006-03-28 Thread Libby
), aren't all the errors accumulated somewhere where I can get to them, or would I have to poll each individual validator? Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-23 Thread Libby
OK, that puts me halfway there by changing the color of the ToolTip. Is there a way to also change the border color of the TextInput (that shows when a validation error occurs)? Right now it is Red. Where are the default stylesheets where StyleManager is getting its information? I have searched

[flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-23 Thread Libby
the appropriate style attribute is at this point. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/23/06, Libby [EMAIL PROTECTED] wrote: OK, that puts me halfway there by changing the color of the ToolTip. Is there a way to also change the border color of the TextInput

[flexcoders] problem with the newsgroup search?

2006-03-22 Thread Libby
would someone go to this link and do a search and see if u also get an error like me? (I thought maybe a firewall problem or something). http://www.mail-archive.com/flexcoders@yahoogroups.com/ Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Flex 1.5 - Looking for an example of using ValidationFailedEvent class

2006-03-22 Thread Libby
(). Is this how it works? Thanks, Libby -- 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 visit your group on the web, go to: http

[flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Libby
PROTECTED] wrote: It looks like they're having some temporary issue with the server Why don't you use the search function at http://groups.yahoo.com/mygroups/flexcoders ? Libby [EMAIL PROTECTED] wrote: would someone go to this link and do a search and see if u also get an error like

[flexcoders] Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Libby
I've been messing with StyleName, borderColor, errorColor to no avail. Nothing I do changes the red border. If this attribute is not modifiable, is it possible to extend the TextInput in order to get to the errorColor? If so, any hints? Thanks, Libby -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Libby
Is this code Flex 2.0? My StyleManager (v1.5) doesn't seem to have the method getStyleDeclaration(). Thanks, Libby --- In flexcoders@yahoogroups.com, Jason Y. Kwong [EMAIL PROTECTED] wrote: It's controlled by a global style as it's not specific to the TextInput component: mx:Style

[flexcoders] Flex 1.5 - Use SQL Server SELECT FOR XML as Data Model?

2006-03-20 Thread Libby
anywhere of how to save XML output and use it as a data provider to a Flex control? Thanks, Libby -- 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

[flexcoders] Re: Flex 1.5 - Use SQL Server SELECT FOR XML as Data Model?

2006-03-20 Thread Libby
That will give you a properly formated xml for flex. just add it to the end of your query. hope this helps jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Libby Envoyé : lundi 20 mars 2006 18:23 À : flexcoders@yahoogroups.com Objet

[flexcoders] Flex 1.5 - Automatically Lengthen dataGrid based on #rows

2006-03-20 Thread Libby
to it with the now deprecated heightFlex attribute, but experimenting with the replacement height attribute is not producing the desired result. Is there perhaps an example somewhere that you guys could point me to? Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

[flexcoders] How can you make an object not Draggable?

2006-02-03 Thread Libby
? I need to allow the click event, and somehow need to know that the user has begun to drag the window, like a dragBegin event. Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] How do you reference an object to get attributes for a tag?

2006-01-30 Thread Libby
I wanna do something like this: mx:Label text = a dynamic custom object / So far I have not hit upon the magic combination through research and trial and error : ( Thanks, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

[flexcoders] Syntax question about conditional expressions

2006-01-26 Thread Libby
I can do IF statements instead of this, I am just playing with the conditional statement. Thanks, Libby -- 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

[flexcoders] Can CSS Inheritance be Controlled?

2006-01-24 Thread Libby
provide a suggestion? Thanks, Libby -- 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 visit your group on the web, go to: http

[flexcoders] Re: Flex 1.5 - How to Set Link Object to look selected

2006-01-23 Thread Libby
on the children I want to change, but the change doesn't happen. When I do this on a separate Link, the style changes as expected, but if I do it on a child Link of the LinkBar, it does not change. Please, please give me some suggestions as this simple thing is driving me nutty! Thanks, Libby

[flexcoders] Re: Flex 1.5 - How to Set Link Object to look selected

2006-01-19 Thread Libby
inheritance? --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: Hi Libby, If you've managed to control the Link and hijack the click event etc, why don't you try Link.setStyle(textDecoration, underlined); you will have to build the logic to set the textDecoration back

[flexcoders] Flex 1.5 - How to Set Link Object to look selected

2006-01-18 Thread Libby
some idea of how to do this? Thanks, Libby -- 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 visit your group on the web, go to: http

[flexcoders] Re: Null vs undefined vs

2006-01-12 Thread Libby
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Wednesday, January 11, 2006 5:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Null vs undefined vs Hello people! This question is about Flex 1.5. My app passes some String vars thru the Flex

[flexcoders] Null vs undefined vs

2006-01-11 Thread Libby
never be set back to undefined again. So my actual question is, what can I set the object to be that will translate as null going thru the gateway? I have tried: setting them to undefined; setting myVar = null; setting myVar = x (an undefined variable); several other combinations. Thanks, Libby

[flexcoders] Need Help with Complex Array Syntax

2006-01-04 Thread Libby
of these objects (below), but Flex doesn't like my : syntax in the array definition. What am I doing wrong? public var myArray:Array = new Array(x:xClass,y:yClass,z:zClass); myArray[0] = new xClass(); Thanks for your help, Libby -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

[flexcoders] Is there a way to find out the instance name of an anonymous object?

2005-12-28 Thread Libby
= existingObject.getName(); var x = class.forName(s).newInstance(); existingObject = instanceNameIfIJustKnewIt(x); Any suggestions would be great. Thanks, Libby Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome

[flexcoders] Flash Player v8 Debug Version?

2005-12-19 Thread Libby
it? Thanks, Libby Yahoo! Groups Sponsor ~-- AIDS in India: A lurking bomb. Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/nhFolB/TM ~- -- Flexcoders Mailing

[flexcoders] Cairngorm Question about the Store Example

2005-12-14 Thread Libby
read thru all the files several times and cannot find it. The reason I am looking is that in my Master/Detail screen, when Master updates the Model, the Detail, that is bound to the model, doesn't notice it. I think I need to broadcast that a change has occurred, they way they did. thanks, Libby

[flexcoders] 2 Easy questions - fields that begin with '_' and location of javadoc

2005-12-08 Thread Libby
that is loaded on our hard drive, or do you always have to go out to FlexDocs to see it? If it is on the HD, what is the path to it? I can't find it in the ActionScript 2.0 / MXML Tag doc. Thanks, Libby Yahoo! Groups Sponsor ~-- Most low income

[flexcoders] Re: 2 Easy questions - fields that begin with '_' and location of javadoc

2005-12-08 Thread Libby
Wow! no wonder I couldn't find the answer. My friends are all stumped too. --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: 2 Easy Questions for you experts that have been nagging at me: 1. Is it safe to refer to fields that begin with a '_', or are these names subject

[flexcoders] Does Flex utilize the keyword: abstract?

2005-12-07 Thread Libby
I guess not since I can't find it anywhere, but thought I would ask you gurus to be sure... would like to do this: abstract public function foo():Void; Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the

[flexcoders] Cast Object Name from string then do object.function() - is it possible?

2005-12-07 Thread Libby
)); objectA.bar(); } Thanks, Libby Yahoo! Groups Sponsor ~-- 1.2 million kids a year are victims of human trafficking. Stop slavery. http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/nhFolB/TM

[flexcoders] Re: Cast Object Name from string then do object.function() - is it possible?

2005-12-07 Thread Libby
want strict-typing, you can do: objectA = object1(ViewStack.getChildAt(0)); objectA.bar(); This assumes object1 is an imported class. - Original Message - From: Libby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, December 07, 2005 1:00 PM Subject

[flexcoders] Re: Cast Object Name from string then do object.function() - is it possible?

2005-12-07 Thread Libby
of UIComponent. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Wednesday, December 07, 2005 1:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cast Object Name from string then do object.function

[flexcoders] Could someone point me to an example of validator.hasErrors()

2005-12-01 Thread Libby
I can't find an example and I guess I don't understand how it is to be used from actionscript. I am expecting to be able to do something like this: if(theDocument.validators.myValidator.hasErrors()) { // handle it; } but I can't figure out how to get there from here. thanks, Libby

[flexcoders] Re: Could someone point me to an example of validator.hasErrors()

2005-12-01 Thread Libby
I would like to disable a button, from ActionScript, if the validator.hasErrors(). It can't be that difficult, can it? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I can't find an example and I guess I don't understand how it is to be used from actionscript. I am

[flexcoders] Re: Could someone point me to an example of validator.hasErrors()

2005-12-01 Thread Libby
Ok, 2 questions - 1, how do you know that, is it written down somewhere where I can look it up, and 2, if you have extended the validator then in order to do this you would need to overload the validate() function, right? Thanks, Libby --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL

[flexcoders] Re: Question about Enable / Disable Validator

2005-11-16 Thread Libby
that the mx:Model you are validating against was declared on. So from a view helper, the 'view' property does this. -Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Tuesday, November 15, 2005 6:25 AM

[flexcoders] Two ViewStack Questions - easy for you guys : )

2005-11-16 Thread Libby
like me and my listener. Thanks, Libby Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM

[flexcoders] Re: Question about Enable / Disable Validator

2005-11-15 Thread Libby
: Hmm, disabling the validator usually does clear any borders, you sure you disabled the right one? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Monday, November 14, 2005 5:52 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Question about Enable / Disable Validator

2005-11-15 Thread Libby
question as I am pretty new to Flex development. Thanks, Libby --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I am disabling the right one, but that's all I am doing. It seems to me I need to do something to tell flex to repaint the screen, which would then remove the red border

[flexcoders] Question about Enable / Disable Validator

2005-11-14 Thread Libby
If you have a validator enabled and an error has been thrown (the field is red border), then you disable the validator, the border stays red. How can you force the red border to go away after you disable the validator? Somehow you need to repaint the screen...? Thanks, Libby

[flexcoders] Programatically Setting DataProvider - Help!

2005-11-08 Thread Libby
is the right way to do this? We want minimal code in the mxml components (like JSP with MVC); Do I need to hardcode a reference to the dataProvider into the mxml component in order for the ChangeEvent to be triggered? thanks, Libby Yahoo! Groups Sponsor

[flexcoders] Can you hardcode a debug breakpoint in flex scripts?

2005-10-31 Thread Libby
, this would be a real time saver. Is there such a thing built in? Thanks, Libby Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: Usage of CreateClassObject CreateComponent

2005-10-26 Thread Libby
( Button ); // or createClassObject ( Button, my_btn, getNextHighestDepth() ); } ]] /mx:Script - Original Message - From: Libby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 26, 2005 2:49 PM Subject: [flexcoders] Usage of CreateClassObject

[flexcoders] Is it possible to dynamically create a compound object that is saved as .mxml

2005-10-26 Thread Libby
at run time? I am trying to do this using CreateComponent and the object never becomes visible. The .mxml file is a couple of containers containing a mix of standard and custom components - part of a screen. If you know how to do this please show me. Thank you, Libby

[flexcoders] How to do constructor when extending Container

2005-10-24 Thread Libby
that illustrates this, or tell me the right way to do it? Thanks, Libby Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: FlexBuilder Ghostly Image

2005-10-04 Thread Libby
The blue image is fluctuating, like it is in a loop. It is making the pc unstable... I think this is a bug. --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: My FB has become haunted or something... Starting in the last week, when I minimize it, a blue image stays on the screen

[flexcoders] Good code just stops working with no changes...

2005-09-29 Thread Libby
into the offending files and type a few spaces and save out of them, which causes everything to start working again. Other times this does not help. Has anyone encountered this and if so, what was your solution? It is driving me nuts!! : ) thanks, Libby Yahoo! Groups Sponsor

[flexcoders] Re: Good code just stops working with no changes...

2005-09-29 Thread Libby
/msg13518.html Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Thursday, September 29, 2005 5:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Good code just stops working with no changes

[flexcoders] Trying to compile with mxmlc - can't find JVM

2005-09-20 Thread Libby
JVM on my machine in addition to eclipse. If I ever get it to work, I would like to invoke it via ant if anyone wants to take a stab at assisting me with that... Thanks, Libby Yahoo! Groups Sponsor ~-- Most low income households are not online

[flexcoders] How to overload methods in Actionscript?

2005-09-15 Thread Libby
When I use same method name more than once (with additional arguments), Flex compiler says I can't use the same name more than once. Is this really true (Flex doesn't support method overloading?) or do I need to do something different? Thanks, Libby Yahoo! Groups

[flexcoders] Re: How to overload methods in Actionscript?

2005-09-15 Thread Libby
sense? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Thursday, September 15, 2005 7:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to overload methods in Actionscript? When I use same method name

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
No takers so I guess it is not possible? How do you Flex gurus get your model updated dynamically, or, am I asking in the wrong group? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: In my class file I call EventBroadcaster to dispatch an event that eventually retrieves

[flexcoders] Re: How to create a binding from within an actionscript class file - Impossible?

2005-09-13 Thread Libby
. Then in the onResult method call use this attribute to return a call back to your class file with the data you want set. This is a lot of coupling and you really should look at what you are trying to accomplish before going this route. Renaun --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED

  1   2   >