Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
20k views

Blackberry User Interface Design - Customizable UI?

I am trying to design a Blackberry Application and I am wondering if there are any resources on how to create custom user interface elements, skin existing ones and what other possibilities are there? ...
8
votes
6answers
8k views

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 ...
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 ...
5
votes
4answers
204 views

Robust Hand Detection via Computer Vision

I am currently working on a system for robust hand detection. The first step is to take a photo of the hand (in HSV color space) with the hand placed in a small rectangle to determine the skin color. ...
4
votes
2answers
364 views

Creating GUI skins - Good or Bad? / Where to begin?

I don't know if it's just me, but I really enjoy some application's GUI designs, apps like iTunes/Avast, or some media players like KMPlayer. So I was thinking of making my GUIs look different and I ...
4
votes
1answer
3k views

How to set skin at runtime in Flex 4

I have a bunch of custom controls based on a SkinnableContainer. When adding the control at design time, I can specify a skin by using the skinClass attribute on the tag. I need to add some of ...
4
votes
1answer
355 views

Delphi - how to skin a form

I just finish reading delphi-skinning-libraries and sptbxtoolbar-skin-change but this is not what I wanted. I'm interested in how to apply a skin on a form, just like the classic WinAmp windows :) Any ...
3
votes
1answer
599 views

EmguCV Cut Face+Neck Skin Only And Save New Image

In my app, I will input a human image and I want to get the face and neck only of that person as output in separate image. Example: Below image as input:(Source:http://www.fremantlepress.com.au) ...
2
votes
1answer
26 views

Androd app with changable skin/theme

I am planing to build an android media player that has changeable skin. What i aim at is like the user can download skins and use it with his android media player. Is it possible to pack skins as a ...
2
votes
0answers
93 views

Any full Eclipse skin available?

Since I have some ocular problems and my eyes start bleeding when the display is too bright, I was wondering if there is any full Eclipse skin available. I already found darker theme for the code ...
2
votes
1answer
164 views

How to switch skins (or design themes) in iOS app?

I'd like to make my iPhone app to be able to switch between skins (or design theme, or look and feel, such as wooden, metal, earth color, men's, girls, etc...). I'll prepare some sets of skins that ...
2
votes
1answer
54 views

Isn't creating a Flex skin by copying code a Bad Thing?

I've created a number of skins for various components recently. Some of these were for Spark components and the default behavior of Flash Builder is to take the source code of the original skin and ...
2
votes
1answer
79 views

Android 3.0: Why can I not choose a mobile phone skin for >=Android3.0?

I would like to test my application on Android3.0 with a HVGA, QVGA or any mobile phone skin, but my installation only offers me one WXGA skin which then finally shows me a tablet screen. Neither is ...
2
votes
1answer
275 views

Why do my forms look like 'Windows Classic'?

Is there any free tool to style my C# Windows Forms, to make them look like Windows 7 Windows. **EDIT** In the designer mode, I have this : But when I run I get this : I don't know why I get ...
2
votes
1answer
151 views

C# GUI question

Does someone know some good C# GUI libraries (opensource / commercial). I want to develop my own graphics user interface, probably something Acronis-like. Skin support is welcome, but not necessary. ...
2
votes
2answers
447 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
809 views

how to change the skin of a button

Hello all I'm trying to change the skin (shape) of the button and textArea skin to another one. Some thing like the second picture .
2
votes
2answers
1k views

Intellisense in .skin files in ASP.NET 4

Is there a good way to apply intellisense in .skin files in ASP.NET 4? like a microsoft visual studio tool for example? I installed an intellisense schema for .skin files to my visual studio 2008 long ...
2
votes
1answer
205 views

Change skin colour programmatically

Does anyone have any information or advice about adjusting one image so that the skin tones in it will match that of another image? It is a bit of an obscure question but I was hoping there would be ...
2
votes
2answers
691 views

How to change theme of a total ASP.NET application dynamically?

Imagine an ASP.NET application with several theme defined within it. How can I change theme of total application (not just a single page) dynamically. I know it is possible through <pages ...
2
votes
3answers
724 views

How can I animate between states in a programmatic skin? [FLEX]

I have a button with the various states (up/over/down etc) that uses a skin file to render the display. I want to achieve animation between the states. For instance, between the change from 'up' to ...
2
votes
1answer
187 views

What's the best way to handle layout issues with multi-language support in WPF/XAML?

I'm creating a standalone WPF app with multi-language support. I've found some great resources (mostly on SO) on how to store and access the strings as needed. This part is pretty straightforward and ...
2
votes
4answers
534 views

Scrollbar skininng problem

I'm skinning scrollbar in my flex app and got one problem. This white square between scrollbars(view the image) ruibs all my design and i need to disable it, make it invisible, change it background ...
2
votes
1answer
4k views

How do i customize the skin of CKEditor 3.0 (their docs are complicated)

How can i customize the skin for CKEditor 3.0 I downloaded a new skin and i have this js powering it at the moment: CKEDITOR.replace( 'pageBody', { toolbar : [ ...
2
votes
2answers
1k views

skinning MFC applications

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

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

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 ...
1
vote
2answers
153 views

How to customize SKIN in Richfaces?

I want to customize whole look and feel of my web application. Currently am using Richfaces 4.1.0. 1st Trial: To customize the SKIN I tried to follow ...
1
vote
1answer
44 views

QuickBox2D: Skin blending or transparency?

I'm wondering if I can lower the transparency of any skin in QuickBox2D, I have searched the documentation but I can't find it. Transparency value or filters(Multiply/Overlay). Anything is welcomed. ...
1
vote
1answer
62 views

Spark SkinnableComponent skinDestructionPolicy

As a part of trying to tackle a memory leak in our application, we discovered that for every SkinnableComponent, the skinDestructionPolicy is set to "never" by default. This means that when using ...
1
vote
2answers
87 views

Implement OS-based stylesheets in XUL

I'm a friend clean GUI's. Unfortunately I need to overwrite the "chrome://global/skin" stylesheets for some reason. What's the best method, to implement different os-based stylesheets into ...
1
vote
1answer
254 views

What is a good design pattern for skinning an (iphone) app?

I'm far far down the road of having built all my nice buttons and things in a XIB, and I had the sudden realization that people will pay $200 more for the lower quality laptop "Cause it's pink!" but I ...
1
vote
1answer
133 views

skin issue telerik contols

I am having styling issues with some telerik controls on an asp.net 3.5 page in DNN. The controls skin correctly in Chrome and Firefox but not in IE (even v9). This happens for 1 radGrid and 1 ...
1
vote
0answers
294 views

Flex error skin incorrectly drawing

I really hope there is someone that can help me out on this one. It took me days to implement a decent looking error skin for some custom text inputs but I am running into what seems to be a measuring ...
1
vote
3answers
1k views

Disable autocomplete on html helper textbox in MVC

Ok, I would in normal asp.net use a theme to turn off autocomplete on all text boxes on an entire site. However i cannot do this on MVC because nothing in the theme .skin files seems to work. I have ...
1
vote
3answers
911 views

Alternative to barColor property in progress bar + Flex 4

I had used a property 'barColor' in ProgressBar component for showing performance with filling colours. Now I am moving the application to Flex 4. So this property is not available in Flex 4. Can you ...
1
vote
1answer
52 views

Problems with tiny_mce skins

i having this controller for my blogs and im using tiny_mce there. my app consists of clans, which belongs_to clandesigns, this clandesigns have a column clandesign.tinymce_skin blogs belong_to clan ...
1
vote
0answers
165 views

GateIn - Why can't custom portal see all skins?

This is a rather specific question to GateIn, but I can't get help anywhere else. GateIn has a Skin Service which detects deployed skins automatically. This works fine for the default portal ...
1
vote
1answer
447 views

What is CSS, Themes and Skin in ASP.Net?

I am a beginner in ASP.Net. I want to know what is CSS, Themes and Skin in ASP.Net? and How to create and use these things in ASP.Net? Please explain with simple example. Thank you.
1
vote
3answers
257 views

How can I fix the unsecure_base_url on my Magento installation?

I've been having problems with uploading images and in trying to fix it, happened to change the base_url in the config which has now caused my website to appear without any styling at all (inc the ...
1
vote
1answer
499 views

TinyMCE Skins, Better than the

Are there better looking TinyMCE skins except the one of http://thebigreason.com/ and http://www.cirkuit.net/projects/tinymce/cirkuitSkin/? I couldn't find one that has: buttons for ALL features a ...
1
vote
1answer
361 views

Flex 3 - import skin from Illustrator : default position problem

I export a .swf skin file from Illustrator. (For my test i create the default Flex Skin Palette from Illustrator and I export it to .swf file.) Flex Builder side, the import is successfull (create ...
1
vote
1answer
498 views

Flex 4 Skin:Specifying state for an attribute in script

I'm trying to create a button skin, where i can set fillColors like in a Flex 3 button, using CSS. It was easy to set the color of the gradients, by reading them from the CSS: adding a few lines in ...
1
vote
1answer
520 views

Free/Open Source WinForms Skinner?

I am looking for a Free/Open Source WinForms "Skinner" (like AppFace and IrisSkin). Does anyone know where I can find such a project? If it is able to open .ssk .urf skin files, that would be nice.
1
vote
1answer
534 views

Flex 4 custom component with children inserted directly into view stack

I give up. Hopefully I am just missing something easy, but I feel like I am pulling teeth trying to get this to work. All I want is a custom 'wizard' component whose children are placed within a ...
1
vote
3answers
3k views

Anyway to change the style of datagrid?

Hello I am trying to change the header color and the row color of the datagrid. Apparently, its not a spark component so can't apply skin on it. Anyone knows how to style it? Thanks.
1
vote
2answers
5k views

Add icon on spark button skin

Hello all I am trying to add different icon on different buttons. I have my skin file ready but not sure if I have to create different skin class for different button. It sounds inefficient. Any ...
1
vote
2answers
4k views

How to customize the top status bar in an Android app?

Specifically I want to change the text and background colors. Is it possible to change the colors of the 'animated progress wheel' too? Can I use a theme to do this? Can anyone point me to an example ...
1
vote
1answer
219 views

how can i add concept of theme or skin to iPhone application

how can i add concept of theme or skin to iPhone application ? my app will download themes from location upon purchase and then it will be applicable to apply that theme to application .. does apple ...
1
vote
3answers
1k views

ASP.NET CommandField & skin

I'm tying to skin ASP.NET GridView CommandField. Everything si working fine, just when I move CommandField property declarations from page to skin file, the whole commandField properties are ignored. ...

1 2 3 4