[Flashcoders] ColorPicker not closing

2009-08-10 Thread Mark Mulhollam
Hi all, I am using a ColorPicker in a dialog box that works fine except I can't get it to close without clicking off the stepper (focussing elsewhere). It starts out as the little chip but once clicked on, I can't get it to close back to the small chip unless I click off of it. I would muc

Re: [Flashcoders] Reach a single attribute value on a XML node withxpath AS3

2009-06-30 Thread Mark Mulhollam
Hi all, I want to run a function like onSaveFile() where I create "onSaveFile" from some variables ala: "on" + event.target.name + anotherVariable = "onSaveFile" I tried Function ("on" + event.target.name + anotherVariable )( ) but error says Function not supported to do that. The string

[Flashcoders] HTMLLoader issues

2009-06-15 Thread Mark Mulhollam
Hi all, I am having some event issues with an htmlLoader object which I populate with loadString(). When I click on a link inside that HTMLLoader object, sometimes the page opens up in the default browser as it should and sometimes not. Worse is that I have the HTMLLoader object to be draggab

RE: [Flashcoders] Flash CS3 Prof copy: missing Tree component.

2007-06-05 Thread Mark Mulhollam
I have used the tree extensively on my own website and am pretty disappointed in Adobe. What is the alternative to a tree component in CS3 within the Adobe world - is there something in Flex which replaces it? Mark Minneapolis, Minnesota http://www.tc.umn.edu/~mulho005 -Original Message-

RE: [Flashcoders] Close all brances in tree component

2006-09-14 Thread Mark Mulhollam
As suggested, resetting your dataProvider to whatever you started with is fast. I use this : myTree.dataProvider = myTreeDP.firstChild; Mark Mulhollam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lieven Cardoen Sent: Tuesday, September 12, 2006

RE: [Flashcoders] Multiline text in a Tree Component

2006-08-23 Thread Mark Mulhollam
You should post your cellRenderer script. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Darren Bowers Sent: Tuesday, August 22, 2006 11:07 AM To: Flashcoders mailing list Subject: [Flashcoders] Multiline text in a Tree Component Hi all, I am havi

RE: [Flashcoders] Different font sizes in Tree Component

2005-11-03 Thread Mark Mulhollam
Hi Claudia, You can do a lot with formatting in a tree component with cellRenderers. Please see http://www.tc.umn.edu/~mulho005/trees3.html for examples. The relevant files are at http://www.tc.umn.edu/~mulho005/trees3.zip Mark Minneapolis, Minnesota -Original Message- From: [EMA

RE: [Flashcoders] Modifying Tree components highlight

2005-10-25 Thread Mark Mulhollam
Claudia, I think you can get there by doing something like the following. The tricky part is figuring out the relationship of the other node to highlight to the node you are presently selecting. Here I just highlighted two nodes down the tree. Note that the tree only considers open nodes in it