4
votes
4answers
103 views
how to create themes and skin in asp.net mvc?
Anyone point me to any article that describes how to use themes and skins in an asp.net mvc application?
3
votes
1answer
124 views
Very best example of application using Themes with Skins & CSS
Can you share with me the very best example you have ever seen of a web application that is using skins, themes and CSS in near-perfect harmony? I'm talking best in show. I'm talki …
3
votes
2answers
420 views
Can WPF themes be used to include multiple skins for an application that can be changed at runtime?
WPF allows a control library to provide different resource dictionaries for different system themes, essentially allowing an application to match the operating system's selected vi …
2
votes
2answers
361 views
Can you set a page’s title via CSS or a Skin in ASP.net 2.0
I am using asp.net 2.0 I know can set the pages title via the code behind. But is it possible to set the page title using Theme, skin or css?
I need to display a different title d …
1
vote
3answers
68 views
Questions on ASP.NET themes?
1) If I create a theme and a skin file and a css file to go with that theme, does the skinfile automatically pickup the css file I created? What happens if you have multiple css …
1
vote
3answers
100 views
ASP.NET theme skins
Is there a way to apply a skin only to controls of a certain type and a specific ID? For instance, I have controls throughout a site used to display our company phone number that …
1
vote
2answers
130 views
VCL for Web skins/themes ?
Hi All,
Has anyone created a skin/theme wrapper for Intraweb/VCL for Web ?
The default look of the grids etc are very dated..
Any info appreciated..
Thanks
1
vote
1answer
122 views
Free/Paid Silverlight Video Players?
I'm looking for some nice looking silverlight video players to be used on a website. Similar to this question regarding flash: http://stackoverflow.com/questions/167072/free-paid- …
1
vote
3answers
895 views
Remove gradients from richfaces controls
I'd like to use the richfaces panel as its basically the right shape and is skinnable, so I can change font, colour etc. However, as part of the default skin the horizontal bar con …
1
vote
2answers
649 views
Does qt 4.5 have any skins?
Hello,
I am developing for the first time using qt 4.5. I am developing a desktop app that will run on windows xp/vista.
The client would like to have a skin that assemblies a so …
1
vote
3answers
2k views
How do I stop richfaces adding borders to panels and calendars?
I'm hoping to use a custom richfaces skin to handle the bulk of my presentation work. Unfortunately richfaces renders borders around every cell in a calendar component and around e …
1
vote
6answers
94 views
Where can I find information on getting started creating Skins for Flex/AIR?
I don't have any experience with creating Skins, but I have the tools to do it (Fireworks, etc.). I'm used to doing as much as I can with styles, but, I want to break out of the mo …
0
votes
1answer
17 views
Whats happening when switching themes in Sugar CRM or similar kind of application
Can anyone tell me what's happening when i click on a different color / Them icon in sugar CRM or new ORKUT. I am trying to develop a similar kind of application(in ASP.NET) where …
0
votes
1answer
22 views
How can I extract all default skins / styles / icons etc. from my Flex app?
I'm developing a Flex application. Since I'm not a very talented graphical designer, I leave all stylings etc. at their defaults. Once I finish the app, I would like to give it to …
0
votes
2answers
39 views
Using skins without embeding in css doc and swf in flex
The issue I am having is creating an application with nearly every component skinned using CSS. The majority of the components are skinned using:
Embed(source="file.png");
method. …
