Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
269 views

How to disable VCL styles in Delphi

I am using the new VCL styles system in Delphi XE2. It works great, but I wish to disable it for a particular form that has a number of images on it (a splash/about form). Problem is I can't seem to ...
12
votes
3answers
7k views

What is the recomended way to skin an entire application in WPF?

I want my WPF application to be skinnable, by applying a certain XAML template, and the changes to be application wide, even for dynamic controls or controls that aren't even in the visual/logical ...
9
votes
3answers
15k views

Android Custom PopupWindow/Dialog

I'm trying to get a completely custom Dialog or PopupWindow, without any of the default Android UI controls (title, background, buttons, whatever). Is this possible at all? I've spent hours searching ...
9
votes
2answers
2k views

Avoiding Visual Studio designer errors when WPF resource is defined in separate project

How can I avoid Visual Studio designer errors when a WPF resource is defined in separate project? I have three projects in a composite WPF application: the main application, an "infrastructure" ...
7
votes
10answers
706 views

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 ...
6
votes
5answers
267 views

css to replace an image

I am familiar with CSS techniques to replace text with an image. For example, here are 9 of them: http://css-tricks.com/nine-techniques-for-css-image-replacement/ Are there any techniques for ...
5
votes
2answers
528 views

How can I apply Delphi XE2 skins to forms in a DLL?

Using Delphi XE2, you have the option to embed custom styles (skins) to a VCL project. Everything works fine. Now I have some forms into a separated dll that I show dynamically. Of course those are ...
5
votes
8answers
357 views

C++/WIN32 A professional looking application - is it really possible?

I've been looking everywhere to find a good solution / tip on how to release an application that has todays 'top-end' look. As we all know, when coding with windows we normally get windows-style ...
5
votes
3answers
39k views

Custom skin for facebook like button

Is there an (easy) way to customise the look of the facebook like button implemented via fbml? I am pretty sure I saw this somewhere, but I cant remember where and I cant find any documentation on ...
5
votes
5answers
343 views

How shoud I implement an application-wide color-code in a WinForm application?

I'm building a WinForms application, and I'm using specific colors on most controls. I do that sometimes from the WinForms designer, and sometimes directly into my code. I got a static class ...
4
votes
6answers
717 views

Looking for Fancy windows forms

Are there any ready made fancy windows forms on top of which I can build my application? I was able to find only one working so far..However,the titlebar and stuff don't maximize on double click and ...
4
votes
4answers
325 views

What are some *slick* UI libraries/frameworks/tools for, non-MFC, Win32 C++ apps?

What is a really good Windows, C++, UI library, framework, or tool that will allow me to very simply and easily add a slick look & feel to my native C++ win32 application? Also; Slick means ...
3
votes
2answers
33 views

Can DNN Skins have content panes with a blank element instead of a div?

All example skins I've seen use <div id="SomethingSomethingPane" runat="server"></div>. Is it possible to use something other than a div? Ideally I'd like to use something that doesn't ...
3
votes
1answer
71 views

Interchangeable JComponent skins for JButton

I'm attempting to create a custom JButton that has interchangeable skin components. Using CardLayout as the switching mechanism, I'm having difficulty with the JComponent (i.e. skin component) laying ...
3
votes
1answer
192 views

COLLADA: Inverse bind pose in the wrong space?

I'm working on writing my own COLLADA importer. I've gotten pretty far, loading meshes and materials and such. But I've hit a snag on animation, specifically: joint rotations. The formula I'm using ...
3
votes
4answers
479 views

Skinning WinAPI Controls

If you've ever seen an application in the Adobe Creative Suite 5 (CS5), you may have noticed that it doesn't look like the native Windows GUI.. They have modified it to have a different look to it. ...
3
votes
3answers
261 views

How to reskin a Delphi 6 application?

I just received some artist rendered images of my Delphi Pro 6 application that I will use to overhaul the look and feel of it. The problem is of course that my application, like any other Delphi ...
3
votes
1answer
198 views

Is it possible to create skinnable components in MXML using the Spark component architecture?

There are lots of examples of how to create skinnable components in AS3 using the new Spark component architecture, however I've yet to find any such examples using MXML. What I'm mainly referring to ...
3
votes
1answer
1k views

CKeditor skins, good ones and how to build them?

I was wondering if there is a resource of CKeditor skins anywhere? Like a list of downloadble skins. The default one is a little meh. Also where are the doc's for creating your own skin? Thanks!
3
votes
2answers
286 views

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 ...
3
votes
3answers
3k views

flex 4: custom css value

is there any way to create a custom css value for a component and have it available to the skin class that component is using? for example, if i define this in a css file: s|Panel{ skinClass: ...
3
votes
3answers
4k views

Flex: HSlider - Set different skins for different thumbs?

I am going to use a HSlider to set a range of values. I would like the left thumb to look like ( and the right thumb to lok like ) so they appear to encompass the range like (range) instead of ...
3
votes
10answers
4k views

Need user friendly WYSIWYG DotNetNuke skin editor

Client wants to edit DotNetNuke skin and he is not a programmer, so I'm looking for some WYSIWYG skin editor. Either web or desktop solution will do.
3
votes
5answers
4k views

Free DotNetNuke skin resources

Does anyone have any quality resources for some free (or cheap) DotNetNuke skins? Most of the skin resources in the DotNetNuke ecosystem are to costly when you need a simple skin for a site that may ...
3
votes
1answer
1k views

Switch data templates at runtime – refresh problem

I use MVVM architecture to decouple my application. That is, you often see something like var u = new UserControl(); u.Content = new MyCustomType(); // MyCustomType is not a control The UI is ...
3
votes
1answer
1k views

Custom painting Windows Forms Scrollbar?

I know how to do custom drawing of a standalone Windows Forms ScrollBar because there are plenty of examples at places like codeproject.com. But how do you custom draw the scrollbars in controls you ...
2
votes
1answer
58 views

.NET MVC3: Prevent 404 for missing CSS files? Or ensure files exist before writing HTML?

We have a requirement to provide skinning capabilities to an ASP.NET MVC3 app. My approach so far has been to tackle this with a cookie and child actions for the css files: Client links to our app ...
2
votes
1answer
129 views

Using multiple GSP templates/skins with Grails multi-tenant-core plug-in?

I have an application that uses the grails multi-tenant-core plug-in to host multiple versions of a site. I want to be able to create custom GSPs for each site beyond what simple skinning will allow ...
2
votes
1answer
115 views

WPF Designing application to be dynamically skinnable

I'm designing a fairly complex WPF application, many modules that are going to be loaded with Prism v4 (some user controls will be in separate dll's, as well as some other functions/plugins). Since ...
2
votes
2answers
786 views

Defining Flex 4 Skins with CSS

I am trying to define my Flex 4 Skins via CSS but I my custom skin will not display. Here is what I am doing: In my application I import my css and define the styleName in my button: ...
2
votes
1answer
139 views

How to define more than one stylesheet in adf framework

I am facing a problem with adf skining. My style sheet crossed 1800 classes. IE has a limitation of 4000 style classes. While rendering, ADF adds its own classes. So it crosses 4000 and the styles I ...
2
votes
2answers
446 views

Is there any free .NET library for skinning application?

I was looking for a .NET library for skinning c# applications, I've found http://www.skincrafter.com I was wondering if someone knows something like that but free?
2
votes
4answers
1k views

Skinning: Using a Color as StaticResource for another Color

I implemented skinning in my application. The application loads its Brushes.xaml resource dictionary which uses colors which reside in a skin-specific resource dictionary. So only one Color.xaml is ...
2
votes
3answers
557 views

What is your workflow for skinning Flex apps?

Also, where do you start if you want to create a complete Flex 4 skin? Is there a list of all the "pieces" (component parts) you need to create graphics for somewhere, or some complete, example skins ...
2
votes
2answers
552 views

OpenGL skeletal animation performance

I'm in a bit of a situation. You see, when rendering my model with my renderMesh() function, the game was at about 30fps. When rendering to a display list, and running that, the fps went to about ...
2
votes
3answers
207 views

Free delphi skinning library?

Does anybody of you know a good, free delphi skinning library for my software? I can't find any free libraries except for AlphaControls Free. Thanks in advance.
2
votes
1answer
411 views

WPF Setting the colour of the ComboBox down arrow button

I am trying to style a WPF ComboBox so that it matches a black-theme that is being considered for our next project. My problem is that if the ComboBox's background is black, the button doesn't show ...
2
votes
1answer
796 views

Skinning a Spark HSlider in Flex 4

The application I'm working on needs to have a slider to allow the user to select a Date. However, the Spark hSlider component does not have a 'labels' field like the halo hSlider does - into which ...
2
votes
1answer
278 views

how to create skin in dnn 5.0

I am working on dnn 5.04.04 and getting some problems in skinning.I want to create a new customized skin,How can I do it?
2
votes
1answer
255 views

How to re-skin a website at the client end?

Any ways to re-skin a website (at the client end) where the format and layout of the page is mostly known and constant? For example, changing the language of a certain form on eBay to Japanese. I ...
2
votes
1answer
125 views

How can I add a login area with a custom skin in DotNetNuke?

I am developing a skin where I would like to bring in the login area (similar to account login module) so that a login area would appear in all the pages where this skin is applied. How can I achieve ...
2
votes
1answer
2k views

Unable to resolve resource bundle “*” for locale “en_US” (Flex, Flash Builder)

since I'm using custom skin classes in Flex I'm getting an error, when trying to open the design view in Flash Builder: Description Resource Path Location Type Unable to resolve resource bundle ...
2
votes
2answers
486 views

What's the best way to skin my iPhone app (similar to how the Notes app is skinned)?

If you look at the Notes app on the iPad, you can see it uses all native iPhone controls, but they're "skinned" to look like a pad of paper. What's the best way to implement something similar to ...
2
votes
2answers
571 views

Design tools for creating skins for Flex 4 components

I'm looking for a tool to create just the skins for different kinds of Flex 4 components. Are there any? I'd like to be able to create the components myself and have the designer/artist do the skin, ...
2
votes
1answer
573 views

YUI Calendar: how does it load the Sam's Skin CSS?

I'm using YUI 2's calendar in YUI 3. How does it load Sam's skin CSS? I didn't manually include it (though it seems like I should so the user can download it in the one request I make to the combo ...
2
votes
1answer
558 views

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 ...
2
votes
2answers
77 views

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

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 ...
2
votes
1answer
3k views

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? ...
2
votes
1answer
198 views

How do you create a different theme for each server in phpMyAdmin?

Is there any way w/o majorly rewriting the phpMyAdmin source code to have a different theme chosen based on server? I see it's easy to change themes, but it applies to all servers. Reason I'd like ...
2
votes
1answer
546 views

Creating ASP.NET web application with multiple skins?

I'm currently in the process of developing an ASP.NET WebForms application that will have multiple skins. The way I'm thinking of approaching this is to have each skin in a completely separate ...

1 2 3 4 5