[flexcoders] How to specify filenames in custom mxml components?

2007-09-19 Thread fsawitzki
Hello, due the fact, that i'm not able to set the skinning of a checkBox Component via CSS, i like to create a custom checkBox. ?xml version=1.0 encoding=utf-8? mx:CheckBox xmlns:mx=http://www.adobe.com/2006/mxml; disabledIcon=../assets/passiv.gif downIcon=../assets/passiv.gif

[flexcoders] Re: Fisheye component

2007-03-01 Thread fsawitzki
a Attachment(not stored) and a fixed container would be great for all those, who try to test your code via the fisheye side. Attached. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fsawitzki Sent: Tuesday, February 27

[flexcoders] Re: Fisheye component

2007-02-27 Thread fsawitzki
I have also the problem to find the missing CachedLabel file. On Elys page is only one FisheyeProject.zip file stored, dated 12-13-06. And there is no CachedLabel file inside. Also not in the srcview folder. Can you or anyone else post a link, where i can find it? thanks in advance, Frank ---

[flexcoders] Re: How to create a date timeline

2006-10-04 Thread fsawitzki
I started looking into the flex charts, but I can't seem to 'force' the charts to behave in a timeline way. I guess charting is not the way to go to solve this problem. I uploaded the current status of my project on my university webspace. If you're interested, take a look at

[flexcoders] Re: How to create a date timeline

2006-10-03 Thread fsawitzki
Hi, I started looking into the flex charts, but I can't seem to 'force' the charts to behave in a timeline way. I guess charting is not the way to go to solve this problem. The delivered charting components were to complicated for me to understand, so i decided to build up my visualization

[flexcoders] Re: Set variable in custom component

2006-10-03 Thread fsawitzki
Many thanks for your correction of my code. It works fine, but i tried to do some modifications, which will not work. My problem is, that i also need the passed datestarty property to set the size of my rectangle inside the createChildren() function. But inside this function, the datestarty

[flexcoders] Set variable in custom component

2006-10-02 Thread fsawitzki
Hello, inside a repeating component i try to draw some rectancles via a custom component. * main.mxml * ... mx:Repeater id=ER dataProvider={parentDocument.dbData} myComp:ShowEvent datestarty=99/ /mx:Repeater ... * ShowEvent.as * package

[flexcoders] Re: How to create a date timeline

2006-10-02 Thread fsawitzki
I want to create a timeline to visualize dates, for example to show the reignlengths of the kings of a country. How can I do this? Jeroen. I started to work on a similar project, but i have no working code till now. My idea is to draw rectangles inside a canvas. The x-position is the value

[flexcoders] Re: Rotatation works with Label but not Button

2006-09-15 Thread fsawitzki
--- In flexcoders@yahoogroups.com, Steve Gustafson [EMAIL PROTECTED] wrote: In the following code sample, the mx:Label rotates exactly as it should, the text displays vertically. However in the mx:Button, the button rotates but the text disappears. I have not found any work-arounds for