[flexcoders] inline SVG

2007-05-27 Thread Lincoln Mitchell
Does anyone have an example of inline SVG code(not embedded) working within the Flex/Apollo or Flex/browser environments. Apparently Mark Anders showed a flex component for inline SVG at flex360. Linc

RE: [flexcoders] Re: ComboBox icon

2007-05-25 Thread Lincoln Mitchell
Brill' thanks a million. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scalenine Sent: Friday, 25 May 2007 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ComboBox icon Something like this? http://flexibleexpe

RE: [flexcoders] DateChooser X and Y?

2007-05-23 Thread Lincoln Mitchell
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Tuesday, May 22, 2007 3:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DateChooser X and Y? yes _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Perth,Oz based flexoids?

2007-05-23 Thread Lincoln Mitchell
Hi all, I am based in Perth, West Australia. Is any other flex developers out this way? It's always good to know. Happy to chat / get together to talk all things Flex/RIA! Linc

[flexcoders] titleWindow cutomisation

2007-05-23 Thread Lincoln Mitchell
How do you remove ALL the space around a TitleWindow main content area? This is how far I have got: --- ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; title=title backgroundColor=red headerHeight=0 borderStyle=none

[flexcoders] XSLT/XPath and flex

2007-05-23 Thread Lincoln Mitchell
I want to make the best of the MXML file and generate various documents from it using XSLT and XPath. The kind of things I want to create are: 1. Lists of icons/images used in app - presented as HTML or pdf 2. List of Components used in app - presented as HTML or pdf 3. Variation of the mxml file

RE: [flexcoders] titleWindow cutomisation

2007-05-23 Thread Lincoln Mitchell
(TitleWindow extends Panel) for more details. On May 23, 2007, at 2:05 PM, Lincoln Mitchell wrote: How do you remove ALL the space around a TitleWindow main content area? This is how far I have got: --- ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx= http://www.adobe.com/2006/mxml

RE: [flexcoders] XSLT/XPath and flex

2007-05-23 Thread Lincoln Mitchell
. If interested contact [EMAIL PROTECTED] mailto:careers%40blinemedical.com l.com -Original Message- From: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com [mailto:[EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com] On Behalf Of Lincoln Mitchell Sent: Wednesday, May 23, 2007 4:49

[flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
I need to get a Label (or Text) as close as possible to an image sitting below it. Padding-bottom and height attributes only do part of the job. It's like there is a margin around the label. Any ideas? Linc

RE: [flexcoders] can't remove space around label

2007-05-22 Thread Lincoln Mitchell
Sorted! It had nothing to do with label or text but a layout issue related to the whole app. To fix I added the attribute verticalGap=0 to the ApolloApplication node. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Tuesday, 22

[flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
There appears to be no x and y attributes for this component but is it still possible to define exactly where the DateChooser will appear? Linc

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DateChooser X and Y? In what sense do these appear to be missing? I see them in the Language Reference as inherited properties. - Gordon _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell

[flexcoders] 100% wide VBox causing space on left to appear

2007-05-22 Thread Lincoln Mitchell
In the following example unwanted space appears on the left of the screen which then causes the horizontal scroll bar to appear. It seems to be caused by having width=100% on the VBox. Is this a bug? Example: ?xml version=1.0 encoding=utf-8? mx:ApolloApplication

RE: [flexcoders] DateChooser X and Y?

2007-05-22 Thread Lincoln Mitchell
in a location relative to the DateField. Are you trying to make it pop up in some location you specify? - Gordon _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Tuesday, May 22, 2007 1:50 PM To: flexcoders@yahoogroups.com Subject: RE

[flexcoders] How do you generate inactive icon states

2007-05-17 Thread Lincoln Mitchell
I am trying to generate an inactive icon state from an original color png file. It needs to be 50% alpha=0.5 and grey scale. Can this be done in code, if so how? TIA Linc

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Lincoln Mitchell
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Thursday, May 17, 2007 11:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do you generate inactive icon states I am trying to generate an inactive icon state from an original color png file. It needs to be 50

RE: [flexcoders] How do you generate inactive icon states

2007-05-17 Thread Lincoln Mitchell
] On Behalf Of Lincoln Mitchell Sent: Thursday, May 17, 2007 5:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How do you generate inactive icon states There doesn't appear to be a grayscale filter. However, BlendMode and ColorMatrixFilter sound promising. I am I on the right track

RE: [flexcoders] Re: access to flex app icon set?

2007-05-16 Thread Lincoln Mitchell
Thanks Mrinal, that worked fine. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mrinal Wadhwa Sent: Thursday, 17 May 2007 5:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: access to flex app icon set? Hi Linc, In your Flex Builder2

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-15 Thread Lincoln Mitchell
Fixed! I didn't have the correct version of 2.0.1. Ran the latest update and now works a charm. Thanks Matt for the response. Linc _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Saturday, 12 May 2007 11:29 PM To: flexcoders

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-12 Thread Lincoln Mitchell
I think this is related to me updating Eclipse 3.2. Because I created a new mxml file and got all the errors listed in post #60878 I will try to resolve this 1st and then see if the other errors still appear. Linc

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
flashComponent? Feels like there may be a classname problem that would confuse the compiler. Matt _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Thursday, May 10, 2007 3:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
Component Kit for Flash CS3 Did you maybe name your MXML flashComponent.mxml and it's in a package called flashComponent? Feels like there may be a classname problem that would confuse the compiler. Matt _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln

RE: [flexcoders] Flex Component Kit for Flash CS3

2007-05-11 Thread Lincoln Mitchell
and it's in a package called flashComponent? Feels like there may be a classname problem that would confuse the compiler. Matt _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lincoln Mitchell Sent: Thursday, May 10, 2007 3:30 AM To: flexcoders

[flexcoders] Flex Component Kit for Flash CS3

2007-05-10 Thread Lincoln Mitchell
Hi all, I have been trying to getting the Flex Component Kit for Flash CS3 to work. I am using Flex Builder version 2.0.143459 and working through the material at: http://labs.adobe.com/wiki/index.php/Flex_Component_Kit_for_Flash_CS3 In particular the example in swf9.pdf part of