skin

Separator attribute not working in SolPartMenu on DotNetNuke skin.ascx

I can get rootmenuitemlefthtml and rootmenuitemrighthtml to emit but not separator. Tried CDATA wrapping and setting SeparatorCssClass. I just want pipes between root menu items. <dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU" Separator="<![CDATA[|]]>" SeparatorCssClass="MainMenu_SeparatorCSS" usearrows="false" userootbreadcrum...

VB.NET How Do I skin a vb.net app

I want to skin a vb.net app I made ive googled some stuff and I've seen skinned vb.net apps. However it seems like any time i try to find someone explaining it its a link to a pay for product. Does anyone have anything useful on this? ...

Can you get SkinID Autocompletion in ASCX Controls

Working in VS 2008 When working on on ASPX file in Source mode, if i've specified a StyleSheetTheme in the page directive of the file, then Visual Studio will provide me with AutoCompletion lists of the possible skinID values for a control e.g. <asp:Button ID="myButton" runat="server" SkinID=" //Having typed this much, I'll get an in...

Changing NetBeans UI Look/Feel

Is it possible to somehow change the look/feel of NetBeans? I know it uses Swing and that usually apps using Swing for its UI can usually have their UI scheme changed. The default appearence for OSX is vomitastic and would even settle for just some sort of barebones "default" look. The whole look is just too distracting and unnecessary....

Skinned C# form with huge black flicker while resizing!

Hi, I'm trying to create some skinned forms (just the border and caption) with a different approach than you usually see but I'm having some issues with form flickering while I resize the form. I don't know how else to explain the problem, so here's a video I created to demonstrate the problem: http://www.screencast.com/t/AIqK9Szmz Als...

How to make my applications "skinnable"?

Is there some standard way to make my applications skinnable? By "skinnable" I mean the ability of the application to support multiple skins. I am not targeting any particular platform here. Just want to know if there are any general guidelines for making applications skinnable. It looks like skinning web applications is relatively ea...

What is the best Framework to use for developing a skinned application?

I need to develop an application for windows, and it needs to support skins. I am looking for a framework to use. I would much prefer to not use QT, because of it's licensing - GPL is not an option for me, and it is otherwise to expensive (and I can't put off developing this application till March, when QT is supposed to go LGPL). Doe...

How to skin an ASP.NET GridView column?

The idea is simple - I want all Command columns in my GridViews to have a specific button image for, say, the "Delete" button. Sounds like a job for skins, but I cannot find the right syntax for that... ...

Do you mix and match CSS 'and' ASP.NET .Skin files?

Is it CSS for HTML elements and SKINS for ASP controls? Or is it CSS all the way even thought it seems to take longer? And what has Specivity SKINS or CSS? I ask because I'm creating my first ASP.NET web application (using a book), while at the same time reading another about CSS. I'm now at the point where I need to start thinking abo...

SkinID on usercontrol

I have created a usercontrol (a custom button control), how to apply skin on that control. What to write in the skin file for eg for a asp:button i will write <asp:button SkinID ="btnSkinBlue" runat = "server"/>. What to write for a user control? ...

How to skin all ASP.Net validators?

I want all of the validators in an ASP.Net 3.5 website to have a CssClass value of "error". My initial thought was to do this in a theme skin like so: <asp:CompareValidator runat="server" CssClass="error" /> <asp:CustomValidator runat="server" CssClass="error" /> <asp:RequiredFieldValidator runat="server" CssClass="error...

Need help with my CSS on my DotNetNuke Skin

I have created a skin for DotNetNuke 5.x and I attempted to do as much of the layout using css as I could. My issue is the consistency between IE and FF/Chrome/Safari. With most sites I'm able to overcome this, but in this skin I have tried everything I could think of and spent many many hours trying to get the look consistent between ...

skinning MFC applications

Hi All, I have seen some cool applications with great looking skins. I'm new to MFC and I want to create an application with the capability of changing skins. How is it done in MFC? I've checked some tutorials but are a bit outdated. Thanks... ...

Minimal theme for Eclipse

I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a small screen, the real estate left for actual coding is ludicrously small. Is it possible to apply a theme or skin to Eclipse to make it s...

In Mediawiki is there a way to force a group of pages to have a particular skin?

The reason I am keen to do this is that we have a wiki which works great, but I would like to store help pages for an internal application in the wiki and link to those pages direct from the app. Although we wouldn't have concerns with people seeing the non-article stuff (i.e. the help pages) when viewing the pages from the rest of the w...

Skinnable wiki

Are there any wikis that can be skinned with html/css/images? We've gone through the process of getting custom html for a blog (wordpress) and for our app and would like to be able to use those designs with a wiki. ...

DotNetNuke solpartmenu submenu alignment

Hi. I'm an experienced developer, but new to DotNetNuke. I've created a skin which uses solpartmenu. On a portal that uses submenus, I'm getting different behavior in different browsers: On IE and Firefox, the submenus drop down just below the parent items, as I would expect. However on Safari and Chrome, the appear on the far left of t...

WPF: Skinning with Images

There are a lot of samples around showing how to skin WPF applications using DynamicResources and ResourceDictionaries loaded dynamically from .xaml files. My problem is that my skins use images and I would like to include the style definitions and the images in a single file, so that a user only needs to download this. Any ideas how t...

Flex : Disabled canvas look and feel

Is there a way in Flex by which a disabled canvas looks exactly the same as an enabled canvas? I haven't been able to make sense of disabledOverLayAlpha and disabledColor properties for a Canvas component. ...

Themes/Skins doesn't work any more in VS2008

I couldn't make the theme/skin thing work in VS2008. Same asp.net2.0 code works fine in VS2005. I am using Masterpage, and inside content page I would have something like: <asp:Button ID="testid" runat="server" SkinID="RedBlueButton" Text="TestButton"></asp:Button> and in the App_Themes/Default/button.skin file, I would have somethin...