[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 Softwar

[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 bef

[flexcoders] State Changing Error

2006-11-06 Thread Graham Weldon
ore::UIComponent/setCurrentState() at mx.core::UIComponent/set 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:/

Re: [flexcoders] two direction binding and cairngorm

2006-06-09 Thread Graham Weldon
Item  - 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

Re: [flexcoders] getURL GONNNNNNNNNE

2006-06-06 Thread Graham Weldon
nt 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 redirecti

Re: [flexcoders] Datagrid itemEditor different per row

2006-06-04 Thread Graham Weldon
> there can be multiple view states inside the itemEditro/Renderer, > so why not use a if else clause inside data() then switch to > difference states ? > > psudo code: > > override public function data( o ){ > if(o.editor == "richText"){ &

[flexcoders] Tree control doubleClick="onDoubleClick()"

2006-06-04 Thread Graham Weldon
plicationEnvironmentTree.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 th

[flexcoders] Datagrid itemEditor different per row

2006-06-04 Thread Graham Weldon
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://www.mail-archive.com/

[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=projects&id=weather Regard

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

2006-05-24 Thread Graham Weldon
eturn null; } = Regards, Graham Weldon Tim Hoff wrote: Hi Graham, I'm not sure if it works, but have you tried this approach? var myTreeData:ICollectionView = new XMLListCollection(); var myCursor:IViewCursor = myArrayCollecti

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 Weldo

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

[flexcoders] XMLListCollection search [f2b3]

2006-05-24 Thread Graham Weldon
" as the parent. So the data type used 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 Searc

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

2006-05-24 Thread Graham Weldon
at it, and taking suggestions. Regards, 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. 

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

2006-05-23 Thread Graham Weldon
tion. For example, a request to insert an item will result in XML data describing the insert: Regards, Graham Weldon. XML Tree INSERTION data Sample                        

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: &

Re: [flexcoders] mx.automation

2006-05-22 Thread Graham Weldon
h the Docs and see where various existing classes use these Interfaces. Regards, Graham Weldon e. [EMAIL PROTECTED] w. http://graham.weldon.ath.cx [EMAIL PROTECTED] wrote: > IAutomationIdHelper > IAutomationMouseSimulator > IAutomationObject > IAutomationObjectContainer > IInte

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

Re: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread Graham Weldon
Hi Johnnie, Please feel free to post your questions to the group. There are a great deal of people here that are learning, and its more than likely that if you post your question, someone will jump in to assist you. Regards, Graham Weldon [EMAIL PROTECTED] wrote: > My name is Johnnie

Re: [flexcoders] Repeater Creationcomplete

2006-05-18 Thread Graham Weldon
reationComplete is not working. ... I hope this helps. Regards, Graham Weldon Franca Daniel wrote: > >   Hi All, > > I am trying to set a dataprovider to a Repeater > object on Createcomplete but Repeater dont

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
   resetMenuXML(); } I'm 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 f

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
luded correctly, 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

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
. Regards, Graham Weldon     xmlns:mx="http://www.adobe.com/2006/mxml"     styleName="myToolbar">                    styleName="myToolbarButton"     id="toolbar_fileNew"     tool

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: > > > > Note that in this example, when I use the text values "true" and > > "false", they

Re: [flexcoders] Re: MenuBar using databinding

2006-05-16 Thread Graham Weldon
use dataBinding from ActionScript? Or alternatively, there may be a way to completely define this component in MXML, allowsin us to use the curly-brace notation for databinding? Regards, Graham Weldon Tim Hoff wrote: > Did you try this: (curly braces for binding) > > > > --

[flexcoders] MenuBar using databinding

2006-05-16 Thread Graham Weldon
being set 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] p

[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 enable and disable items in MXML with dataProvider (f2b3)

2006-05-16 Thread Graham Weldon
bled despite being set to Boolean false. Here is "MyMenuBar.mxml" Any thoughts and ideas are appreciated. Regards, Graham Weldon ==     xmlns:mx="http://www.adobe.c

Re: [flexcoders] Re: xml framework

2006-05-15 Thread Graham Weldon
er a method to register 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

[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] Cairngorm Delegate Question

2006-05-11 Thread Graham Weldon
should be defined as a more concrete type? 2) var call = service.getProducts(); 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

[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

Re: [flexcoders] Re: Flex Component Directory

2006-05-11 Thread Graham Weldon
s, 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 comp

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 St

Re: [flexcoders] difficulties accessing tree branches

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

[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 Arch

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] mx:Tree control icon setting (f2b3)

2006-05-10 Thread Graham Weldon
ages/thingImages/thing.png"/>     theIcon="/images/thingImages/thing.png"/>                 ...     ... I hope this illustrates the effect I am trying to produce. Regards, Graham Weldon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fl

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'v

[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

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

2006-05-09 Thread Graham Weldon
is feature something that is imposed by the Eclipse base? Thanks. Regards Graham Weldon Sho Kuwamoto wrote: Hi Graham. This isn't a perfect solution, but you can open up two separate editor windows if you like. 1) Right click on the document tab and choose "New Editor" 2)

[flexcoders] Flex 2.0 Feature Request - Code view splitter

2006-05-09 Thread Graham Weldon
e bottom, its a pain 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/flexcode

Re: [flexcoders] Beta 3: All roads lead to Beta 2?

2006-05-09 Thread Graham Weldon
his has been of some assistance. Regards, Graham Weldon greenfishinwater wrote: I just tried to download Beta 3 of Flex and all the download pages refer to beta 2, I even downloaded the flex builder windows exe, and it is exactly the same size as beta 2. Where are the pages to

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

[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] Measure multiline text

2006-05-06 Thread Graham Weldon
You could use the result of this function to resize your text area, 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. 

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Graham Weldon
get the TITLE and PUBLISHED DATE from the RSS feed and display them in the datagrid. You could then (if you are trying to create an RSS Reader of sorts) create a text area that is bound to the selected item from the datagrid, and read the description element, or source the associated link and display

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Graham Weldon
Hi Faisal, Can you paste in the datagrid you're trying to use, and also a sample XML? I feel like you might perhaps be incorrectly referencing the data in the XML. Regards, Graham Weldon Faisal Abid wrote: Okay, Thanks to alot of people i got that webservice working however, Now I

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

2006-05-03 Thread Graham Weldon
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 where your going

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

2006-05-02 Thread Graham Weldon
is.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)?  Without a fatal > exception being thrown when you c

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 comme

[flexcoders] Re: Flex Component Directory

2006-05-01 Thread Graham Weldon
approach the solution by using Flex itself. I hope this answers some questions. Regards, Graham Weldon --- In flexcoders@yahoogroups.com, Robert Thompson <[EMAIL PROTECTED]> wrote: > > Are we talking about a site that allows component creators to post their components, go through and appr