skinning

Issue with animated .x files and multiple materials

I've been trying to export skinned and animated .x models with multiple materials on the same mesh but have found the skinning breaks when that happens. The animations work fine but the mesh stops wrapping around the bones properly (it seems) with what looks to be different vertices attaching themselves to different bones causing a stran...

how to round the corners of a DateField in Flex 4

I'm using Flash builder, with flex 4 sdk, I'm trying to create a DateField in which the TextInput component has rounded corners, this is my code, for some reason it doesn't work, anyone knows why? <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adob...

Global CSS Color Scheme / Skin

I am constucting a site using CSS that needs to be skinnable / brandable. In technical terms, for each "brand" I have a set of five color values in a database. What I want to do is construct CSS files so that the color scheme of the entire site is unified and the colors are reused, so I can change the value in one place and it changes t...

any good tutorials on skincrafter3 ?

anybody know how to use skincrafter3 ? I am new to vb.net and skincrafter ...

Implementing layouts in a multi-tenant site

Hi, I'm after a bit of advice on how to handle a multi tenant site in ASP.NET from a UI perspective. What I want to be able to offer is a choice of layouts to the client i.e. Layout 1: Navigation horizontal at the top. Search results in a table in the middle. Some text at the bottom. Layout 2: Navigation vertical on the left. Some ...

Easiest PHP Shopping Cart to Skin

After frustration with installing custom designed skins for ZenCart, I was wondering which, if any, of the PHP shopping carts out there have a good templating system that makes it easy (or easier) to install custom designs? ...

Did anybody know how to create skin for Android game aiMinesweeper?

Hi! I found that game aiMinesweeper support skins. I have a images but i don't know how they have to be packed. Try to find any documentation about this, but nothing. Please help! ...

AS3 Embed Image Instead of drawing graphics

I've got a custom AS3 scrollbar that I need to modify. The scroll thumb (the draggable part of a scrollbar) is currently just done by drawing a rectangle. But I need it to look more like a real scrollbar. Not sure how to modify the below code to import/use a scroll thumb image: scrollThumb = new Sprite(); scrollThumb.graphics.lineSt...

on some Windows machines, skinned applications sometimes loses their skin. any ideas?

Hi we are developing a skinned application, and under vista/windows 7, on some machines, skinned applications sometimes loses their skin. here's an example for the problem, and here's how the application looks when it's good. this happens to us whether we develop with native Win32 API or in QT. It happens spontanously, with no event th...

Existing web-site CSS replacement (re-skinning) best-practices without changing the HTML

I can see a number of other good answers to questions relating to CSS best-practices on stack overflow: How to Manage CSS Explosion CSS Conventions / Code Layout Models Are there any CSS standards that I should follow while writing my first stylesheet? What is the best method for tidying CSS? Best Practices - CSS Stylesheet Formatting ...

Stylizing/skinning applications in Actionscript-3

Hi, I'm working with a custom component library in Actionscript-3 where the majority of the elements are drawn in Actionscript. I am in the process of planning how to skin my applications as efficiently and robustly as possible. I am looking for any tips, tricks, suggestions or documentation on this subject. I am not sure if providin...

How to add a background image only on devexpress skinned mdi form.

I have a Delphi application skinned by devexpress skins and i want to add a background image on mdi form only without applying it also to childforms. I don't want to use multiple skin controllers. ...

Where is QT Skin maker

There is a tool - http://qt.nokia.com/doc/qtopia4.2/qtopiacore-qvfb.html#skins which allows to use predefined skins. But i cant find tool for skin generation. Does it exists or skins should be created manually. ...

Flex styling/adding filters to labels of tabs in a tabnavigator.

Using Flex 3 Is it possible to add a dropshadow filter to 1. Texts of labels of all of tabs in a TabNavigator? 2. Text of the label of an individual tab in a TabNavigator? Also, is it possible to specify filters(like Drop shadow filter) in CSS style? ...

MaxScript Export Vertices over Time

Hey, I have a skinned mesh that animates over time. I'm writing a quick export script to export out my verticies. How do I output the vertices per frame? I'm getting the verticies using getVert, but how do I specify which frame to get the vertex from? Thanks ASH ...

Flex Button CSS skinning

I have a CSS file containing the following definition : .Tab{ up-skin:Embed(skinClass='XUpSkin'); over-skin:Embed(skinClass='XOverSkin'); disabled-skin:Embed(skinClass='XDisabledSkin'); } And a Flex file : <mx:Button id="b1" style="Tab"/> Now, I want to use the disabled-skin defined in the CSS, as the upSkin of b1...

What is the best free skinning library for Windows Forms?

I would like my Windows Forms .NET application to be a bit nicer, having fancy rounded windows corners, non-standard color set, pretty controls. Though all this is possible to implement with custom ownerdraw, I'd like not to spend much time and take existing free implementation (if any). Please recommend the choice of yours. ...

Apply change when editing a mediawiki skin

I am editing a mediawiki skin but the change doesn't appear in my browser. Is there a way to force the myskin.php to see the update? ...

Seemingly simple skinning problem in Flex4; style gives disco effect

I'm doing something wrong, but I can't figure out what. Simple project in flex4, whereby I create a skinned combobox (fragments at end). If I turn on the 3 skin references (over-skin, up-skin, down-skin), the combobox appears to simply stop working. If I remove the up-skin, hovering over the combo produces a flickering effect, where it ...

How to skin UI using Forms?

I'd like to know if is there a way to "skin" a Form and every widget used inside it. Images should be on background and other elements shall be setup accordingly. In short, a way to implement a way to display the same Form in different flavors (i.e.: theme and eyecandy UI). ...