Hello,
How does one go about calling a skinClass on a DropDownList component without compromising the typicalItem functionality?
<s:DropDownList id="appList"
skinClass="skins.IconComboBoxSkin"
requireSelection="true"
change="combobox_changeHandler(event)"
typicalItem="{appList.selectedItem}">
If I remove the skinClass it beha...
I need to create a lot of custom Flex 4 skins, in most of the examples I found on the web people use FXG in order to create the skins but if a lot of the icons I use are not resizeable should I still use FXG or better use just plain old bitmap images (jpg. png)?
...
I'm trying to create a button skin, where i can set fillColors like in a Flex 3 button, using CSS.
It was easy to set the color of the gradients, by reading them from the CSS:
adding a few lines in updateDisplayList: fillGradient1.color = fillColors[0]; ...
How can i set the colors for the other states, from script?
I tried adding fil...
Hello. How can I modify standart style of progress bar controll?
...
Hi,
I need to skin the titlebar of an alert. I can't find a way to get it working ...
Here's my code :
mx|Alert
{
color: black;
fontFamily: frutigerDG;
fontSize: 18;
titleStyleName : "title";
}
.title
{
color: black;
fontFamily:frutigerDG;
fontsize:12;
...
Hi all,
I export a .swf skin file from Illustrator. (For my test i create the default Flex Skin Palette from Illustrator and I export it to .swf file.)
Flex Builder side, the import is successfull (create automaticaly a CSS file).
But, all my components are a default position problem, that is to say, for example i have a button in my ...
I have a shared code i want to run on the data binding of EVERY gridview in website. conveniently enough i placed the code itself in a base class in App_Code that all my pages inherits from, and i link to that function in every page i place a grid view in the databind event.
I am looking to make it one step further and place that linkag...
Hi all
i have a .skin file inside my app.themes folder. To access .css file from asp page we have to give link. but i couldn't find any thing on asp header to give link for .skin file..
i got the following error..
A SkinID has been specified but the page is not configured to use a page theme or stylesheet theme. This is acceptab...
Hi!
Are there better looking TinyMCE skins except the one of http://thebigreason.com/ and http://www.cirkuit.net/projects/tinymce/cirkuitSkin/?
I couldn't find one that has:
buttons for ALL features
a nice layout
...