[flexcoders] problems installing latest FP 8.5 beta in firefox

2006-03-21 Thread Brooks Andrus
Im getting some super strange results when attempting to install the latest version of player 8.5 with FirefoxPlayer seems to be partially installed. I can see the rectangles where Flash content should be in Web pages and right clicking says About Player 8.5, but also says Movie failed

[flexcoders] Placing an icon in a ComboBox

2006-01-03 Thread Brooks Andrus
As an alternative to using a cell renderer, you can use the approach outlined here to specify icons for a combo box dynamically.Brooks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Re: selectedItem in a list shows an icon

2005-08-10 Thread Brooks Andrus
Does the list component in Flex not have setPropertiesAt() ? This method of the list takes two arguments: 1) the index of the row in the list you want to modify (listen for a change event and then check the selectedIndex property of the list). 2) a style object which allows 2

[flexcoders] MyEclipse xml editor mxml code hinting

2005-07-02 Thread Brooks Andrus
Can anyone point me to some resources on getting the MyEclipse xml editor to provide code hinting based on the mxml.xsd? Set this type of thing up before with other editors by just pointing to the schema file, but can't seem to get this sucker figured out. Brooks -- Flexcoders Mailing List FAQ:

[flexcoders] Re: MyEclipse xml editor mxml code hinting

2005-07-02 Thread Brooks Andrus
Never mind on that last question...found it...was suffering from some list learned-helplessness there for a second. On 7/1/05, Brooks Andrus [EMAIL PROTECTED] wrote: Can anyone point me to some resources on getting the MyEclipse xml editor to provide code hinting based on the mxml.xsd? Set

RE: [flexcoders] MXMXL Editor

2005-04-14 Thread Brooks Andrus
load the mxml schema upon editing a .mxml file? In that at the moment I have to assign it per file which is a pain in the butt as it takes a bit to process? I'm using the Home Edition? On 4/14/05, Brooks Andrus [EMAIL PROTECTED] wrote: http://www.altova.com/download_spy_home.html There's

RE: [flexcoders] MXMXL Editor

2005-04-13 Thread Brooks Andrus
Ive used XMLSPY home edition (free) and quite enjoy it. From: Matthew Shirey [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 10:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] MXMXL Editor I'd be interested in that answer as well.Flex Builder's

RE: [flexcoders] MXMXL Editor

2005-04-13 Thread Brooks Andrus
: [flexcoders] MXMXL Editor Is it altova.com ? Regards, Ketan Bengali Brooks Andrus wrote: I've used XMLSPY home edition (free) and quite enjoy it. *From:* Matthew Shirey [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, April 13

RE: [flexcoders] generating ActionScript doc (ala javadoc)

2005-03-04 Thread Brooks Andrus
You might look at NaturalDocs. It has full language support for AS2 and is easier (in my mind) to use from a commenting syntax standpoint. http://www.naturaldocs.org/ Regards, Brooks