themes

List of themeable / skinable properties for ASP.NET controls?

Does anyone know how or where I can find a list of properties that can be defined in a skin file for standard ASP.NET controls? Thanks ...

Theming CCK node in Drupal 5

I need to add a few links to the bottom of node (custom type) form in Drupal 5. I've tried contemplate module, but it actually deals only with custom fields (contemplate template doesn't contain node title, description, taxonomy fields) - while I need to add links below or above actual body field. How can I make this possible? ...

Blackberry - can we change theme using our application?

Is it possible to do? can we change theme programatically using JDE 4.5? if possible give any link, or example. please help me. ...

Dynamic Masterpage Declaration - ASP.NET MVC

I'm attempting to create themeing system for my asp.net mvc application. I was able to create a custom view engine and a custom controller class to change the way views are output. My issue is masterpages. Is there a way to do this following: This is the @Page directive of the view <%@ Page Title="" Language="C#" MasterPageFile="<%= ...

How do I get the highlight color of the current Blackberry theme?

I've implemented some custom fields and would like to keep the look-and-feel consistent with the current Blackberry theme. So I would like the highlighting color of the fields to be consistent with the highlight color used throughout the BB apps. How can I get the this color? Edit: Apparently, there's no way to get those kinds of color...

Where to find WPF Classic Theme as XAML?

I am creating some custom controls in WPF and need to therefore create the default control templates for them. To help in this process I would like to see the XAML of the control templates for the builtin controls as a reference. I can open up the PresentationFramework.Class dll into .NET Reflector but cannot find anything inside it of ...

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 ...

Themes bad, skins good?

Hi I found few posts where people were basically complaining about themes and at the same time thought skins were useful: a) But aren’t skins only used in combination with themes, thus isn’t a skin inseparable part of a theme? b) So why are skins considered useful, while themes not so much? Thanx ...

Pros and cons of having CSS as part of a theme

What are some pros/cons in using CSS as part of a theme instead of manually supplying <link> tag in the <head> section of a web page? ...

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 look like this: <asp:Label ID="PhoneLabel" runat="server"></asp:Label> I'm wondering if I can set the theme programmatically and use a skin for that theme t...

Drupal: Adding content to a View

I've created a Block using a View and would like to add some information to it that cannot be obtained from the View itself. I need to write a small function that queries for some extra data. I thought of putting this function in the MYTHEME_preprocess_node but when I put a simple $variables['test'] = 'test' and then do a print $test in...

Find out to which highlight-group a particular keyword/symbol belongs in vim

I am coming to Vim from TextMate, and I would like to customise my vim colorscheme. It would be really helpful if I could find out to which highlight-group(s) any particular word or symbol belongs. In TextMate, I would place the caret on the word/symbol in question, then hit ctrl-shift-p and a tool tip would appear saying something like:...

Where does a theme end and an app begin?

We have created a portlet. We then went through some pain to move images from our portlet into a theme created for our portal vendor. I disagreed with this move, thinking that having application images within the theme overstepped the bounds of the theme. We are now having issues caused by having the images in the theme rather than th...

How do I "White Label" my ASP.Net MVC Application?

I have a "white labelled" application that is installed onto multiple customers' servers. On any given installation the differences will include content, style sheets and graphics but also some actual code / business logic. I want my TFS Server to build all flavours of my application automatically. What are my options for doing this? e.g...

Drupal » Print taxonomy terms

Hi all, I'm theming a node-MyContentType.tpl and I would like the ability to 'print' only a specific Vocabulary. In other words, I would like something like that: <Title> <Vocabulary [1]> <Body> <Vocabulary [2]> I think it should be fairly easy, but I'm struggling.... Ideally, I would love to pass arguments to: print the "label" ...

How do I put a theme chooser on my master page?

I put a drop down box on my master page with hardocoded theme values, and called it lstThemeChooser. I want to be able to set the page theme using it. I read that I should put this in each of my pages: protected void Page_PreInit(object sender, EventArgs e) { Page.Theme = Request["lstThemeChooser"]; } However the Request is null,...

Change appearance of window control

Hi, I want to change appearance of all common controls in my application. can I do it programmatically with an easy way. I have huge code base and I don't want to modify each and every resources. I prefer if I can inject DLL which change default look of windows common controls, which I fuse into window system while starting application...

How to assign theme in base class using master page?

Hi, I am trying to assign a theme based on browser type. I would like to do this in a base class so it would only need to be in one place (I am using a master page). I coded the following but the "OnLoad" here is performed before the "Page_PreInit". This needs to go in Page_PreInit, but why isn't it firing? Imports Microsoft.VisualB...

how can i make a TCheckbox without transparent text (ie: it ignores themes)?

how can i make a TCheckbox without transparent text (ie: it ignores themes)? i've been asked to do something unconventional--put a checkbox on the place of the caption of a group box. in XP, it doesn't look very good. next, i thought i'd try SetWindowTheme(CheckBox1.Handle, ' ', ' ') i'd heard about on the internet. then you get a ...

How to handle theming of modules in a web application?

Hi, I have made a CMS that allows users to choose which modules to show where on the website. I also have templates/themes that define how the site look. The problem I have goes like this: Suppose I have placed a voting booth module on the site. When I press "View results", it will display the results with graphical bars like on this d...