Re: [flexcoders] Icons are not displayed in menuItem

2008-09-16 Thread Rajan Jain
] To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, September 15, 2008 8:03:38 PM Subject: RE: [flexcoders] Icons are not displayed in menuItem I’m surprised it picked up the icon in systemManager. getDefinitionByN ame.  It should have picked it up from document[icon] , which

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Haykel BEN JEMIA
*; myMenu.show(200,200); } } } } - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Sunday, September 14, 2008 1:09:59 AM Subject: RE: [flexcoders] Icons are not displayed in menuItem I think it should just

RE: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Icons are not displayed in menuItem I think the problem is else where, because when I use an array of objects to define the menu, the icons get displayed. I also displayed both menus at the same time and only the one defined from the array

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Rajan Jain
, September 15, 2008 2:06:26 PM Subject: RE: [flexcoders] Icons are not displayed in menuItem Object is a different code path.  In XML, everything is strings and we have to convert them to classes..  The key function is probably itemToIcon in ListBase.as   From:[EMAIL PROTECTED] ups.com

RE: [flexcoders] Icons are not displayed in menuItem

2008-09-15 Thread Alex Harui
the menu's document to your TestComponent instance. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rajan Jain Sent: Monday, September 15, 2008 1:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Icons are not displayed in menuItem I looked into function

Re: [flexcoders] Icons are not displayed in menuItem

2008-09-14 Thread Rajan Jain
= myMenu.show(200,200); } } } }if(myMenu == null)this, myMenuData,false);@icon;@eventName; - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Sunday, September 14, 2008 1:09:59 AM Subject: RE: [flexcoders] Icons

RE: [flexcoders] Icons are not displayed in menuItem

2008-09-14 Thread Alex Harui
: [flexcoders] Icons are not displayed in menuItem I think it should just be ( no curlys ): mx:XML id=myMenuData root menuitem label=MenuItem 1 eventName=copy icon=imgdeleteClass/ menuitem label=MenuItem 2 eventName=paste icon=imgeditClass/ /root

[flexcoders] Icons are not displayed in menuItem

2008-09-13 Thread Rajan Jain
Hi All I am trying to display icon in the menu. I am using example from livedocs language reference. I have added icon attribute to dataprovider myMenu.iconField=@icon but icons are not displayed. Any pointers are highly appreciated. Thanks Rajan

RE: [flexcoders] Icons are not displayed in menuItem

2008-09-13 Thread Alex Harui
:[EMAIL PROTECTED] On Behalf Of Rajan Jain Sent: Saturday, September 13, 2008 8:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Icons are not displayed in menuItem Hi All I am trying to display icon in the menu. I am using example from livedocs language reference. I have added icon

[flexcoders] icons

2007-03-24 Thread Kevin
Where do people go to get small icons for use in Flex apps? I need the little things like arrows check marks. For example I would like to display a check mark when an address has been validated. Is there a library of these little symbols somewhere? OR does everyone just design their

Re: [flexcoders] icons

2007-03-24 Thread Steve Hagenlock
http://www.iconbase.com/ There are many others... you can purchase icon libraries from places like this. -Steve Kevin wrote: Where do people go to get small icons for use in Flex apps? I need the little things like arrows check marks. For example I would like to display a check mark

Re: [flexcoders] icons

2007-03-24 Thread Troy Gilbert
http://famfamfam.com/ On 24 Mar 2007 13:54:27 -0700, Steve Hagenlock [EMAIL PROTECTED] wrote: http://www.iconbase.com/ There are many others... you can purchase icon libraries from places like this. -Steve Kevin wrote: Where do people go to get small icons for use in Flex apps? I need

[flexcoders] Icons disappear from Menu at Compile Time

2007-03-22 Thread missgiggygirl
When I use the same code for making a menu is the main app, it works, when I move it into its own component and call it from the main app, the icons disappear. And no, it is not a path problem, the code compiles fine with no warnings. Here are more details: I am using a menu that has labels and

RE: [flexcoders] Icons disappear from Menu at Compile Time

2007-03-22 Thread Alex Harui
Subject: [flexcoders] Icons disappear from Menu at Compile Time When I use the same code for making a menu is the main app, it works, when I move it into its own component and call it from the main app, the icons disappear. And no, it is not a path problem, the code compiles fine with no warnings

RE: [flexcoders] Icons on TabBar or ToggleButton Bar

2007-03-20 Thread Phil Chung
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of forrestmaready Sent: Monday, March 19, 2007 8:58 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Icons on TabBar or ToggleButton Bar Could someone let me know how they've succesfully populated the tabs

[flexcoders] Icons on TabBar or ToggleButton Bar

2007-03-19 Thread forrestmaready
Could someone let me know how they've succesfully populated the tabs on a TabBar or the buttons on a ToggleButtonBar with icons? I've tried putting the styleName tag on everything to no avail. Thanks! ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml

RE: [flexcoders] Icons formerly included in Flex SDK (Beta)

2006-10-09 Thread Matt Chotin
[mailto:flexcoders@yahoogroups.com] On Behalf Of dougmccune Sent: Friday, October 06, 2006 11:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Icons formerly included in Flex SDK (Beta) An older version of the Flex SDK had a folder called Icons that contained a series of various UI icons. I

[flexcoders] Icons formerly included in Flex SDK (Beta)

2006-10-06 Thread dougmccune
An older version of the Flex SDK had a folder called Icons that contained a series of various UI icons. I think I read in some readme that the idea was to provide some basic GUI elements to help standardize the look and feel of Flex apps. So a few questions for someone from Adobe: 1. I have the

Re: [flexcoders] Icons in menu - not working

2006-08-25 Thread Doug Arthur
embedded images. I use them very successfully for button icons. - Kelly From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Deepa SubramaniamSent: Wednesday, June 28, 2006 4:46 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Icons in menu - not working

Re: [flexcoders] Icons in Datagrid

2006-07-20 Thread Tom Chiverton
On Wednesday 19 July 2006 23:37, Josh Johnson wrote: In re-creating the application, one of the issues I'm stumped on is how to get icons in a data grid cell. Ideally, I want to key off an You'll need to create what is known as an itemRenderer:

[flexcoders] Icons in Datagrid

2006-07-19 Thread Josh Johnson
Hi All, I'm new to Flex, but I'm hoping to be able to use it for prototyping and testing our desktop client application. In re-creating the application, one of the issues I'm stumped on is how to get icons in a data grid cell. Ideally, I want to key off an attribute in the XML datasource and

[flexcoders] Icons in menu - not working

2006-06-28 Thread Kelly Birr
I've been racking my brain trying to get icons in themenu bar. I think I'm doing exactly what the docs say but I cannot get any icon to render. Thelabel and actions work perfectly but the icondoes not show up. The icon is embedding properly as I can see it in the "icon" property of a

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kelly Birr Sent: Wednesday, June 28, 2006 4:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Icons in menu - not working I've been racking my brain trying to get icons in themenu bar. I think I'm doing

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Kelly Birr
the @icon field of the xml. - Kelly From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kelly BirrSent: Wednesday, June 28, 2006 4:26 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Icons in menu - not working I've been racking my brain trying to get icons in them

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
] On Behalf Of Kelly Birr Sent: Wednesday, June 28, 2006 4:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Icons in menu - not working I found my problem. It appears that the menu cannot bind to static vars for images. I solved the problem by specifying { public const

RE: [flexcoders] Icons in menu - not working

2006-06-28 Thread Deepa Subramaniam
:[EMAIL PROTECTED] On Behalf Of Kelly Birr Sent: Wednesday, June 28, 2006 4:48 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Icons in menu - not working I found my problem. It appears that the menu cannot bind to static vars for images. I solved the problem by specifying { public

[flexcoders] Icons Buttons

2006-05-12 Thread s_hernandez01
Would anybody know how to create an icon button in Flex simiilar to the way MSN Messenger created theirs? Where the icon is above the text label and blended in to the background, but has a rollover effect that shows the border of the button. Here's an example:

Re: [flexcoders] Icons Buttons

2006-05-12 Thread Michael Schmalle
Hi, You just need to create a Skin class that has no graphics for the upSkin style. Set labelPlacement to 'bottom' Adjust padding and you are set. See the docs Skinning programatically section for more info on how to create the ButtonSkin class. Peace, MikeOn 5/12/06, s_hernandez01 [EMAIL

Re: [flexcoders] Icons Buttons

2006-05-12 Thread Michael Schmalle
Not to mention, This is a perfect example of where an MXML component is perfect. Peace, MikeOn 5/12/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, You just need to create a Skin class that has no graphics for the upSkin style. Set labelPlacement to 'bottom' Adjust padding and you are

[flexcoders] Icons on Buttons, no alpha

2005-07-04 Thread Stacy Young
When embedding icons on buttonsthe icons dont fade when the button is disabledIm currently embedding pngsdoes it need to be swf? *starts digging for flash IDE CD-ROM* Thanks! Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt