Hello.
I'm creating Java Web Applet in NetBeans and I want my final application to have design named "Metal". I can set it, it's OK. But when I'm editing the GUI using "NetBeans GUI editor" I must work with typical Windows design. Is it possible to use "Metal" skin in editor too? Each design has different sizes of buttons, fonts etc.. S...
Hello All, New to the site and loving it so far.
Here's my issue in Sharepoint 2007 MOSS 2007 3.0
I've been creating custom themes for sharepoint by:
1) adding new theme folder under C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES
2) updating the themes .INF file.
3) Adding the new theme in SP...
Icons have been provided in the SDK for either "Light" or "Dark" depending on the theme set on the phone. On the application bar when the theme changes the icons automatically change with it. Also, when you press the button the image is reversed (so it's still visible) no matter which theme you're on. I can easily figure out how to chang...
We have an ASP.Net site using Themes. So, ASP.Net is placing our the LINK tags automatically to embed the CSS files. Everything works fine...until we start output caching.
When we output cache a page, every once in a while, the path to one of the CSS files in App_Themes gets screwed up. Without output caching, we get a path like this...
Let's say we define button style in .Resource tags. The style is apply to all button (TargetTye=Button, x:Key is not set). In some parts of my application, I want to turn this style off.
I seek for a solution where a "style undo" feature can happen. Like typing in MS Word, when you try some formation (bold/underline) - should read as a...
Let's say in my application, there are two regions: 1) used customized theme, and 2) used the system theme (the theme selected by the user in his Windows OS). Region 1 uses the customized themes whilst Region 2 uses the default themes.
The official default WPF themes can be downloaded here. What I need is to know the current theme that ...
I just imported new fonts and colors for Visual Studio 2008. I want to change the color on the ref keyword on a parameter to stand out a little more. Anyone know what option that is in the Display Items under Fonts and Colors?
...
I am designing a website in wordpress. I have 1 custom home page & another are single themed pages. Now I want to add some more landing pages with different design. How can I get this?
...
As you know, the built-in themes all define styles for the standard controls such as the TreeView control. We're trying to create something that looks an awful lot like a TreeView but isn't actually one, nor is it a subclass of one. It just has parts that we want to look like one for consistency.
For instance, our control too has a se...
hi
i'm trying to create a new drupal theme which has many different pages and many diffrent style pages and many css files.
The template is for a specific website with specific modules and ofcourse each module has it own template
i am developing my theme under zen.
in template .info i had defined manay css files and my problem is:
I WAN...
Hi,
I set a session var at template preprocess function in a theme I use, but the first time I open the site I cant read the session var, if I refresh the page it works fine, anybody know what can be the problem??
This is the code I use in the preprocess function:
function m_preprocess(&$vars, $hook) {
$default_location = array(
...
Let's say i have a layout with style:
<LinearLAyout ... >
<TextView ... style=someStyle />
<ImageView ... style=someImageStyle ... />
</LinearLayout>
the style will be defined in an xml in my project.
How can i override that style with an external xml ? (i'm asking because i've noticed the View does not have applyStyle\setStyl...
Much as the title says, I am wondering how to style a program like Photoshop CS4 or Autodesk Maya 2011. These programs are styled to where the UI looks completely custom. Right now I am using C# to program, but I can easily switch to C++ and WinAPI if it is easier. I have done multiple google searches for styling controls in C#, but ther...
Very strange thing happening:
I had a whole bunch of TFrame's (might have been TCustomFrame, don't remember because I made an intermediate class between the 40 odd frames and the parent) that I was inheriting to make up the configuration part of a 'really cool' HL7 formula editor. What was weird, but not to the point, was that the DFM o...
I'm pretty new to Drupal, but I guess I know how things work. I separated the Advanced Search Form from the search page and made a block from it (that was part 1). Woohoo. Part 2 is the pager-from-nowhere in the search results. Drupal search results are paged by tens and I can't seem to find a way to change it.
Not a decent way that is....
Basically in the left block (the one w/ red boxes) is a product gallery block where it should spit thumbnails of products (the red boxes). the thumbnail is a "custom field" of a product page, the name of the custom field is "gal_thumb" and is link to it's page.
At the right side (the one w/ blue box and some text) is a Services Block....
i'm trying to work out how to organize an android application that will have multiple themes. here's a simplified example of my problem,
2 themes, "light" and "dark",
within each theme, two text colors: "enabled" and "disabled"
now the problem is that when i define my TextView, i don't want to call out "light" or "dark" there, i want t...
Creating this theme, I'm pretty new to jquery and struggling as usual.
Just watched this tutorial and decided to have a shot at making my own theme settings to simplify customization.
This is what i have so far:
(function($){
$.fn.themeSettings = function(options) {
var
slideshow = {
...
Microsoft Windows lets programmers draw GUI elements using the look and feel of the current theme using functions like DrawThemeBackground and DrawThemeText. The elements are specified by Class, Part, and State, as described at the Parts and States page at MSDN.
Unfortunately, the page is not very informative (at all!). So the question ...
I want to create a simple table and make it available for user to sort on the headers.
Using the tablesort_sql() function and sending the $header into theme() this can be done easy and nice.
But i want to sort by default on a field that is not visible to the users.
as example:
I want the content to be sorted by the created date, but i d...