[flexcoders] State Changing Error

2006-11-06 Thread Graham Weldon
currentState() at main/___Button2_click() Any help appreciated. Regards, Graham Weldon Software Engineer -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

[flexcoders] Re: State Changing Error

2006-11-06 Thread Graham Weldon
This is a small bump. Has anyone encountered this or does anyone have any thoughts on a cause or fix? Cheers, Graham Weldon Software Engineer --- In flexcoders@yahoogroups.com, Graham Weldon [EMAIL PROTECTED] wrote: Hi all, I've encountered this before, but I cannot for the life of me

[flexcoders] Re: State Changing Error

2006-11-06 Thread Graham Weldon
Hi Dustin. Sure enough I had a docked ApplicationControlBar on the home state. This was been undocked, and moved to the top at 100%, and teh state changes are now happening without any issues. Thanks for your help on this one. Very much appreciated. Regards, Graham Weldon Software Engineer

Re: [flexcoders] two direction binding and cairngorm

2006-06-09 Thread Graham Weldon
- Bind to ModelLocator - Update ModelLocator with new data Regarding Question two: A command could quite easily perform the item selection after the data update had been retrieved and correctly assigned to the ModelLocator Hope this helps you some. Graham Weldon Larry Liang wrote: As far

Re: [flexcoders] getURL GONNNNNNNNNE

2006-06-06 Thread Graham Weldon
to find it. Oh, and use the URLRequest on the URL string. But that was all. Cheers, Graham Weldon Harris Reynolds wrote: The global getURL function appears to have been yanked from the Flex 2 Beta 3 release. Is that correct? What is the current state of the art for opening up or redirecting

[flexcoders] Datagrid itemEditor different per row

2006-06-04 Thread Graham Weldon
would show a button edit that would launch a rich text editor, but the next row might be a simple text input. Any suggestions would be helpful. Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Tree control doubleClick=onDoubleClick()

2006-06-04 Thread Graham Weldon
Tree.onDoubleClick:'); } I'm not seeing the trace in the output file. Other traces are working correctly. Additionally, the change="onTreeItemSelect()" event works correctly. Any thoughts on this? Is DoubleClick implemented correctly or is this another event thats not handled correctly i

Re: [flexcoders] Datagrid itemEditor different per row

2006-06-04 Thread Graham Weldon
== richText){ currentState = richTextEditor; else{ currentState = defaultButton; } } On 6/5/06, *Graham Weldon* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, Just wondering if anyone has managed to create a unique or different itemEditor in a Datagrid based on the row its

[flexcoders] Weather Application update

2006-05-30 Thread Graham Weldon
Just a note to all users that made use of the Weather application I'd created. It has been updated to Flex 2.0 Beta 3 as of today, and has also ave a visual and performance overhaul. It can be launched from this page: http://graham.weldon.ath.cx/?page=projectsid=weather Regards, Graham

Re: [flexcoders] Re: Cairngorm best practice with Tree data [f2b3]

2006-05-24 Thread Graham Weldon
, Graham Weldon Tim Hoff wrote: I would think that if you don't want to replicate the server-side logic, you could just refresh the XMLListCollection data (new call) after the insertion has occured. The binding would update the view. If you are using the view to allow an insertion point, you

[flexcoders] XMLListCollection search [f2b3]

2006-05-24 Thread Graham Weldon
needs to allow this type of operation. The next step will be to add a child to this found item. Any thoughts? Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] XMLListCollection search [f2b3]

2006-05-24 Thread Graham Weldon
In addition to the post below, I can operate on this XML document with the XMLList type in place of the XMLListCollection type. I cannot see any difference for the implementation I have presently. Regards, Graham Weldon Graham Weldon wrote: Hi all, I'm wondering if anyone has had any

Re: [flexcoders] XMLListCollection search [f2b3]

2006-05-24 Thread Graham Weldon
Hi Bryan, Thanks for that link. Unfortunately I don't read Korean too well (at all). Do you know if there is an English translation for this discussion, or do you have some code samples that are commented in English? Regards, Graham Weldon \ Bryan Choi wrote: Hi, Graham Weldon. I am

Re: [flexcoders] Re: XMLListCollection search [f2b3]

2006-05-24 Thread Graham Weldon
his.findItem(_id, new XMLList(x)); // Return the result if its not null, ending the recursion if (result != null) return result; } return null; } = Regards, Graham Weldon Tim Hoff wrote: Hi Graham, I'm not sure if i

Re: [flexcoders] mx.automation

2006-05-22 Thread Graham Weldon
. Regards, Graham Weldon e. [EMAIL PROTECTED] w. http://graham.weldon.ath.cx [EMAIL PROTECTED] wrote: IAutomationIdHelper IAutomationMouseSimulator IAutomationObject IAutomationObjectContainer IInteractionReplayer Anyone know how these are used? Any examples out

Re: [flexcoders] FlexBuilder bug: unwanted, incorrect code completion

2006-05-22 Thread Graham Weldon
Hi Tom, The option is turned off by going to: Window Preferences Flex Editors Actionscript Editor and turn off the Wrap string automatically option. Regards, Graham Weldon w. http://graham.weldon.ath.cx Tom Bray wrote: Check out his snippet: onlineUsersPanel.users = new

Re: [flexcoders] Possible player bug (kills the browser) f2b3 ie 6.0

2006-05-21 Thread Graham Weldon
Hi Dima, I was able to reproduce this error exactly as you describe. Good work on identifying this issue. I will pass this forward to the Flexcoders owners list also, so we can be sure someone at Adobe picks this up. Good work. Regards, Graham Weldon

[flexcoders] MenuBar enable and disable items in MXML with dataProvider (f2b3)

2006-05-16 Thread Graham Weldon
Any thoughts and ideas are appreciated. Regards, Graham Weldon == mx:MenuBar xmlns:mx=http://www.adobe.com/2006/mxml dataProvider={menuXML} labelField=@label mx:Script ![CDATA[ import

[flexcoders] Flex Style Explorer in Flex Builder

2006-05-16 Thread Graham Weldon
this would be a great addition to Flex Builder. Regards, Graham Weldon -- 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] MenuBar using databinding

2006-05-16 Thread Graham Weldon
upon instantiation and initialisation of the component. Thanks in advance! Regards, Graham Weldon == import mx.collections.XMLListCollection; [Bindable] private var menuXML : XMLListCollection = new XMLListCollection(rawMenuXML); [Bindable] private var

Re: [flexcoders] MenuBar enable and disable items in MXML with dataProvider (f2b3)

2006-05-16 Thread Graham Weldon
The SAVE_AS public variable is a Boolean type. Regards, Graham Weldon Manish Jethani wrote: On 5/16/06, Graham Weldon [EMAIL PROTECTED] wrote: snip Note that in this example, when I use the text values true and false, they are enabled and disabled appropriately. However, when

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
, Graham Weldon mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml styleName=myToolbar !-- = -- !-- = FILE OPERATIONS -- mx:LinkButton styleName=myToolbarButton id=toolbar_fileNew

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
, but is not capable of producing a data binding effect. Regards, Graham Weldon Tim Hoff wrote: One other thought. Instead of using the curly braces in the XML, do you think that you could use the special characters like /n7B and /n7D? --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
not sure if this will work, but I am pretty sure it doesn't fit in with the Cairngorm best practices and framework. Steven or Alistair, if you're tuning in, what are your thoughts on this particular situation? Regards, Graham Weldon Tim Hoff wrote: In for a penny, in for a pound. What if you

Re: [flexcoders] Re: xml framework

2006-05-15 Thread Graham Weldon
er a Class type with an associates string: registerClass(Person, "Person"); I hope this helps somewhat. Regards, Graham Weldon Suzy Lawson wrote: Sorry, for clarification, I'm very familar with the Cairngorm framework. This would be *completely* outside of it. This XML framework

Re: [flexcoders] Re: Flex Component Directory

2006-05-11 Thread Graham Weldon
, for the secure payment. I'm uncertain as to whether this step can be integrated into the "plugin download" style wizard or not. Thanks for the suggestion, I'm certainly taking into consideration. Regards, Graham Weldon pk_wasp wrote: Will we be able to access this component exchange throu

[flexcoders] Cairngorm with HTTPService

2006-05-11 Thread Graham Weldon
Hi, Just wondering if anyone has some samples of Cairngorm using HTTPService, not relying on the Flex Data Services, or Flash remoting. Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Cairngorm Delegate Question

2006-05-11 Thread Graham Weldon
(); This, for a HTTPService, would be replaced with service.send(parameterd); Correct? Any thoughts on this would help a heap, basically I am trying to base an application off the 6-part article, and using only HTTPServices as connections to the backend. Regards, Graham Weldon -- Flexcoders

[flexcoders] Cairngorm 2 mx.utils.Delegate

2006-05-11 Thread Graham Weldon
Hi all, In addition to my last question, I'm having trouble finding the Delegate class. Using the code completion tool, mx.util.Delegate doesn't seem to exist. Is this part of the Flex Data Services? Or am I missing something? Thanks in advance. Regards, Graham Weldon -- Flexcoders

Re: [flexcoders] Re: Caringorm with f2b3 issues

2006-05-10 Thread Graham Weldon
Hi Tim, Thanks for that, the error exists only in my email, as i hand-typed the code into the email. The code has the correct spelling cairngorm. Regards, Graham Weldon sufibaba wrote: Graham, I noticed that cairngorm is mispelled. You've got

[flexcoders] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Graham Weldon
/thing.png/ treeItem theLabel=thing theIcon=/images/thingImages/thing.png/ treeItem theLabel=thing theIcon=/images/thingImages/thing.png/ /treeItem /treeItem /mx:XML ... ... /mx:Tree I hope this illustrates the effect I am trying to produce. Regards, Graham Weldon -- Flexcoders

Re: [flexcoders] Flex 2.0 Feature Request - Code view splitter

2006-05-10 Thread Graham Weldon
Thanks for that Sho. This will do great, until a split-pane feature is available. Thanks for your help on this. Regards, Graham Weldon Sho Kuwamoto wrote: Hi Graham. If you follow my steps, you do get multiple views on the same file which update in real time as you type

[flexcoders] XMLSocket communiation (F2b2)

2006-05-10 Thread Graham Weldon
information on the XMLSocket, and how to react to data incoming to the client. I can 'send' ok, but I am not sure how to receive. Any thoughts? Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

Re: [flexcoders] difficulties accessing tree branches

2006-05-10 Thread Graham Weldon
I use the Change attribute: mx:Tree width="100%" height="100%" id="employeeTree" dataProvider="{treeHttpSrv.result}" change="onClick(employeeTree);"/ I hope this helps somewhat :-) Regards, Graham Weldon. Alin DICU wrote: Hi,

Re: [flexcoders] Cairngorm Sample Store

2006-05-10 Thread Graham Weldon
The sample ships with Cairngorm v 0.99 http://www.iterationtwo.com/open_source_cairngorm.html Regards, Graham Weldon stefan_schmalhaus wrote: I'm reading Steven Webster's six part series on Cairngorm at the moment. Are the Flex files for the sample store ("Cairngorm Store")

[flexcoders] Flex 2.0 Feature Request - Code view splitter

2006-05-09 Thread Graham Weldon
to have to scroll up and down constantly to recall the event names. Thanks. Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Caringorm with f2b3 issues

2006-05-09 Thread Graham Weldon
have included my code below). It is reporting the following errors: 1 . Definition com.objectconnections.mypackage:ClientController could not be found. 2 . Type was not found or was not a compile-time constant: ClientController. Any help at all would be appreciated. Kind Regards, Graham Weldon

[flexcoders] Flex Component Directory - wiki online

2006-05-07 Thread Graham Weldon
weeks until we can flesh out a complete spec for the project. At that point development will begin. Looking forward to making some progress. Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

Re: [flexcoders] Flex Component Directory - wiki online

2006-05-07 Thread Graham Weldon
Touche! Sorry about that, in my frenzy, I forgot the link: http://graham.weldon.ath.cx/wiki Regards, Graham Weldon Michael Schmalle wrote: what link? ;-) Peace, Mike On 5/7/06, Graham Weldon [EMAIL PROTECTED] wrote: Hi all, The wiki as promised is up and online

Re: [flexcoders] Measure multiline text

2006-05-06 Thread Graham Weldon
, based on some pixel multiple of the number of lines used in the text area. Regards, Graham Weldon sergio_trejo_r wrote: Is there a way in Flash to measure the height of multiline text assuming that the width is fixed. I need a procedure to autosize a TextArea control where the width

Re: [flexcoders] Re: Please Help. Http Service WTH

2006-05-03 Thread Graham Weldon
oject, and should work for any HTTPService that you need. This allows you to have a dynamic HTTPService accessing any resource. Drop me an email if you have any issues with this sample (The code is from my head, not a working copy) Regards, Graham Weldon Faisal Abid wrote: Okay i see wh

Re: [flexcoders] Re: Flex Component Directory

2006-05-02 Thread Graham Weldon
. Regards, Graham Weldon Manish Jethani wrote: On 5/2/06, Graham Weldon [EMAIL PROTECTED] wrote: It would be a model of the SourceForge approach of project posting and hosting. Two things would be nice to have: 1) A way for users to rate a component and leave comments about it 2

Re: [flexcoders] Has anyone successfully put one TabNavigator inside another? (Flex 2)

2006-05-02 Thread Graham Weldon
.addChild(tn2); this.addChild(tn1); this.setVisible(true); } } } --- Regards, Graham Weldon rigidcode wrote: In Flex 2, has anyone put a TabNavigator onto the Canvas of a tab of another TabNavigator (in Actionscript, not mxml