[flexcoders] CSS type selectors are not supported in components

2006-07-20 Thread Tansht
Hi, there I'm experiencing a problem. I've checked FLEX 2 livedoc and found out all styles I defined in an external css files are supported style. However, the warning message "CSS type selectors are not supported in components" appeared when I run my application. Does any one know how I can re

[flexcoders] URGENT Question: CSS type selectors are not supported in components

2006-07-20 Thread Tansht
Hi, there I checked the Flex 2 livedoc and found out all formatting rules I wrote in my css file are supported styles. However, the warning messege "CSS type selectors are not supported in components" appears when I run my Flex application. Does any one know how to resolve this problem? Thanks i

[flexcoders] Skin Radiobutton - Flex 1.5

2006-03-14 Thread Tansht
Hi, there I'd like to skin the radiobuton using the symbol I created in the swf of Flash MX 2004. The following steps are what I've done: 1. Create a movie 2. Create 4 movie clip symbols for radio button 3. Export swf file into the folder where mxml file is located. 4. Add Script into mxml file.

[flexcoders] Height of Hslider

2006-02-15 Thread Tansht
Hi, Does anyone know how to set the height of HSlider? The "Height" property doesn't work at all. cheers David -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo!

[flexcoders] How to define a Global Histroy Manager

2006-01-25 Thread Tansht
Hi, there According to the Livedoc (Implementing the saveState() and loadState() methods in the History Manager charpter), it seems every component needs a customized History Manager function. Currently I am working on a large Flex project and there are a great deal of components in the applica

[flexcoders] Re: all UI controls malfunction

2006-01-23 Thread Tansht
Hi, Matt Thanks for the tips. I didn't work it out though. Since the workaround from Flashcomguru is for Flash, I am wondering how to modify it in order to apply it into Flex. cheers David -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Se

[flexcoders] all UI controls malfunction

2006-01-18 Thread Tansht
Hi, I experienced an extremely weird problem. I have to double/multiple click the controls to perform the action, e.g. select a radio button or check box, scroll the scrollbar. These problems occured after I loaded a Flash paper swf file into application. Bascially, the layout is 2 column alik

[flexcoders] HeadColors doesn't work in Panel properly

2005-09-09 Thread Tansht
Hi, there I tried in vain to use the headerColors in the panel. After I deployed it onto J2EE server, the page shows the following error message. "Failed to parse Array: 0xCFE4FB" or "Failed to parse Array: #CFE4FB" Could anyone please tell me how to solve it? Best Wishes David ---