skinning Questions
26
Solved
Is there a CSS-only way to style a <select> dropdown?
I need to style a <select> form as much as humanly possible, without any JavaScript. What are the properties I can use to do so in...
Linzy asked 13/12, 2009 at 3:33
5
Solved
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 "...
Hewes asked 24/6, 2010 at 7:48
3
Solved
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 t...
Sherwoodsherwynd asked 22/12, 2011 at 2:13
3
Solved
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" li...
Jacobjacoba asked 6/7, 2009 at 19:16
1
Solved
I would like to set the caret color for all JavaFX text inputs (e.g. TextField, TextArea, the ones in ComboBox:editable, DatePicker, etc...)
I found this Stackoverflow answer: How to change the ca...
2
I have a progress bar that is supposed to look like the attached image:
And I've made it a long way. I'm very close the only part that isn't working is the rounded corners for the progressDrawable...
Orianna asked 14/4, 2011 at 21:3
2
I have set up a Kinect device and written a simple program that reads the stream to a QImage using OpenNI 2.0. I have set up skeleton tracking with NiTE 2.0, so I have access to the coordinates of ...
4
Solved
I'm currently trying to export an animated blender model to three.js using the exporter of three.js (github.com/mrdoob/three.js/tree/dev/utils/exporters/blender/2.66/scripts/addons).
I've created ...
9
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 c...
Nuncio asked 16/7, 2011 at 13:18
1
I'm trying to convert this model to the three.js model format:
http://tf3dm.com/3d-model/ninja-48864.html
Here's what i've tried so far:
I've imported the ms3d file in blender using the default ...
2
Solved
I've got mavenized Android application and customer wants support for the skinning at build time.
For example:
mvn clean install -P Developer,
mvn clean install -P Customer1,
mvn clean install -P ...
2
I am looking for a method by which to generate 3D models for use in video games. The idea is virtual primitives that are simply points with associated data for size, shape, material and rotation.
...
2
Solved
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 usin...
3
Solved
I am creating a Textbox in the codebehind of a page like this:
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
TextBox test = new TextBox();
test.SkinkId = "MySkin";
placeHolder...
1
Found a glitch with VCL styles: when you update the form caption, other controls previously redrawn within the same procedure don't get repainted, and you are forced to call Repaint, losing valuabl...
Nasopharynx asked 6/4, 2012 at 1:30
1
I'm trying to write a parser for FBX files to my custom model format that can be used in my game engine but I'm currently stuck on extracting the matrices needed for each bone. I think I might be l...
1
Solved
I am trying to make a scrollpane with a scrollbar that has transparent (or at least solid) background by styling it with css in javafx 2.2.3.
.scroll-pane .track{-fx-opacity: 0;}
.scroll-pane .scr...
Artemus asked 2/11, 2012 at 17:41
6
Solved
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...
3
Solved
I'm needing to create 3 DIVs in a footer container DIV that are aligned left, middle and right. All the CSS examples I've seen make use of floats as I've done. However, for some reason DotNetNuke i...
Woodsum asked 29/5, 2012 at 17:58
1
I'm experiencing a very weird problem with VCL styles. Sometimes, when either starting the program with a predefined style, or setting one later on, one or some of the program windows dissapear.
T...
2
Solved
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...
Sherysherye asked 7/9, 2011 at 14:54
2
Solved
Is there any way how to disable all skins RichFaces apply? They ruin my layout and override fonts, links,...
2
Solved
Using SDK 4.1 I was able to access custom properties of a custom button component from a custom skin. The project I'm currently working requires SDK 4.5 and I'm unable to to access the properties. ...
Kreiner asked 7/6, 2011 at 16:10
3
Solved
6
Solved
1 Next >
© 2022 - 2025 — McMap. All rights reserved.