[flexcoders] Help with Regular Expressions XML!!

2007-11-14 Thread djdyland
Say you have some xml like so.. api classType name=containers class name=flowing property name=width version=1.0 paramenterTypeString/paramenterType returnTypevoid/returnType /property property name=height version=2.0

[flexcoders] Help with Regular Expressions XML!!

2007-11-14 Thread djdyland
Say you have some xml like so.. api classType name=containers class name=flowing property name=width version=1.0 paramenterTypeString/paramenterType returnTypevoid/returnType /property property name=height version=2.0

[flexcoders] Re: Tree: Removing expand triangle from select nodes

2007-11-02 Thread djdyland
Of djdyland Sent: Monday, October 29, 2007 3:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree: Removing expand triangle from select nodes So I guess to simplify my question... how do I apply myTree.setStyle(disclosureOpenIcon, null); myTree.setStyle(disclosureCloseIcon

[flexcoders] Re: Tree: Removing expand triangle from select nodes

2007-10-30 Thread djdyland
] On Behalf Of djdyland Sent: Monday, October 29, 2007 10:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tree: Removing expand triangle from select nodes Hi, Thanks for the reply. Like I said I have a ITreeDataDescriptor. But I don't see how I can use that to disable

[flexcoders] Tree: Removing expand triangle from select nodes

2007-10-29 Thread djdyland
Hello, I'm building a scripting reference app that is populated from an XML file. The structure is something like this. groupOfAssociatedClasses name=name of container class name=className property name=propertyName typetheType/type /property method

[flexcoders] Re: Tree: Removing expand triangle from select nodes

2007-10-29 Thread djdyland
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djdyland Sent: Monday, October 29, 2007 8:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree: Removing expand triangle from select nodes Hello, I'm building a scripting reference app

[flexcoders] Re: Tree: Removing expand triangle from select nodes

2007-10-29 Thread djdyland
So I guess to simplify my question... how do I apply myTree.setStyle(disclosureOpenIcon, null); myTree.setStyle(disclosureCloseIcon, null); to individual nodes instead if the whole tree? Anyone have any idea --- In flexcoders@yahoogroups.com, djdyland [EMAIL PROTECTED] wrote: Hi, Thanks

[flexcoders] combobox question

2007-09-26 Thread djdyland
Is there a way to remove the scrolling on a drop down from a combo box.. so instead of scrolling it displays all the elements in a long list? Thanks Dylan

[flexcoders] Re: combobox question

2007-09-26 Thread djdyland
nevermind rowCount is what I was looking for --- In flexcoders@yahoogroups.com, djdyland [EMAIL PROTECTED] wrote: Is there a way to remove the scrolling on a drop down from a combo box.. so instead of scrolling it displays all the elements in a long list? Thanks Dylan

[flexcoders] Re: Parsing a flat file in flex?

2007-09-21 Thread djdyland
the property names of the object as the datafield for each column. On 9/20/07, djdyland [EMAIL PROTECTED] wrote: Hey Gordon, Thanks for the reply. I got it to work using split like you said. I'm now stuck trying to put the data in a datagrid. The data is now in an array but I'm not sure

[flexcoders] Re: Parsing a flat file in flex?

2007-09-21 Thread djdyland
={dataProvider} mx:columns mx:DataGridColumn dataField=col0 headerText=Date textAlign=center / mx:DataGridColumn dataField=col1 headerText=Date textAlign=center / ect, I hope that helps On 9/20/07, djdyland [EMAIL PROTECTED] wrote: I understand what your saying.. but I'm not sure how

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
the property names of the object as the datafield for each column. On 9/20/07, djdyland [EMAIL PROTECTED] wrote: Hey Gordon, Thanks for the reply. I got it to work using split like you said. I'm now stuck trying to put the data in a datagrid. The data is now in an array but I'm not sure

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djdyland Sent: Wednesday, September 19, 2007 10:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Parsing a flat file in flex? Can anyone point me in the direction

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djdyland Sent: Wednesday, September 19, 2007 10:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Parsing a flat file in flex? Can anyone point me in the direction

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
: mx:DataGrid id=dg width=100% height=100% rowCount=5 dataProvider={dataProvider} mx:columns mx:DataGridColumn dataField=col0 headerText=Date textAlign=center / mx:DataGridColumn dataField=col1 headerText=Date textAlign=center / ect, I hope that helps On 9/20/07, djdyland [EMAIL PROTECTED

[flexcoders] Re: goto flex command?

2007-09-11 Thread djdyland
--- In flexcoders@yahoogroups.com, djdyland [EMAIL PROTECTED] wrote: How do you jump to a section of a page or panel kinda like how you can in html.. like Go To Top of Page? Thanks Dylan Anyone?? maybe I'm not explaining myself right.. I have a canvas that contains many elements

[flexcoders] Re: goto flex command?

2007-09-11 Thread djdyland
].meetsMyCriteria...) { foundIt = true; scrollableBox.verticalScrollPosition = currBox.y; break; } } hth Scott djdyland wrote: --- In flexcoders

[flexcoders] goto flex command?

2007-09-10 Thread djdyland
How do you jump to a section of a page or panel kinda like how you can in html.. like Go To Top of Page? Thanks Dylan