|
Here G, this should get you started:
<?xml version="1.0"
encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" xmlns:local="*"> <mx:Style source="index.css"
/>
<local:NextMonthButton /> <mx:DateChooser /> </mx:Application> NextMonthButton
{ /* ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); */ /* ClassReference("mx.skins.halo.DateChooserYearArrowSkin"); */ /* ClassReference("mx.skins.halo.DateChooserIndicator"); */ disabledIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); downIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); icon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); overIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); selectedDisabledIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); selectedDownIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); selectedOverIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); selectedUpIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); upIcon: ClassReference("mx.skins.halo.DateChooserMonthArrowSkin"); } ----- Original Message -----
From: Douglas
Knudsen
Sent: Thursday, July 20, 2006 10:56 AM
Subject: Re: [flexcoders] Flex arrows? I looked around the Flex SDK source and see no arrow pngs at all, many other pngs though. My guess is the arrows are compiled in a swc somewheres, which means they should be 'grabable' eh? Be nice to use any graphics in the SDK in custom components to maintain the 'Flexiness', eh? What I'm trying to do is create a next/previous month browser. We have reports that users run on a month end basis, the datechoser is really not the right tool for this. I'm just using mxml to do this currently...suppose I will have to go off and lear the way of the force for building components soon. DK On 7/19/06, JesterXL
<[EMAIL PROTECTED]>
wrote:
-- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- Re: [flexcoders] Flex arrows? JesterXL
- Re: [flexcoders] Flex arrows? Douglas Knudsen
- Re: [flexcoders] Flex arrows? JesterXL
- Re: [flexcoders] Flex arrows? juan sanchez
- Re: [flexcoders] Flex arrows? Douglas Knudsen
- Re: [flexcoders] Flex arrows? Douglas Knudsen
- Re: [flexcoders] Flex arrows? JesterXL
- Re: [flexcoders] Flex arrows? Douglas Knudsen
- Re: [flexcoders] Flex arrows? JesterXL
- Re: [flexcoders] Flex arrows... Douglas Knudsen
- Re: [flexcoders] Flex arrows... JesterXL

