The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
38 views

3DS Max to Unity 4 workflow with Turbosmooth and Skinmodifier

I am trying to import a fbx (2013) with bone-animations, turbosmooth and skinmodifier to Unity 4. Everything is working except the turbosmooth. In the fbx export settings the checkbox "turbosmooth" is ...
0
votes
1answer
40 views

BitmapFont in Skin doesn't draw labels correctly

I made a bitmap font using Hiero, called default.fnt and default.png. I can use these as a BitmapFont in LibGDX, and draw text with the font without problems, using font.draw(). But I can't use this ...
0
votes
1answer
66 views

C# - Custom Interface from Image

I'm creating a WinForm program in C# and I want to customize its skin or interface using PNG or other image files. I'm not only concerned at the buttons but also its background, progress bar, and ...
0
votes
3answers
83 views

Switching plone themes according to visitor's screen size

For plone 4.2.5 is there a non-complicated way to set up theme switching between desktop/mobile versions based on visitors screen size? Something like "if less than 640x480 then" serve the mobile ...
0
votes
0answers
43 views

How can I change a Spark WindowedApplication StatusBar skin programatically?

Currently I'm using the ideas in this post to skin my s:WindowedApplication, so in the declaration of my component I have skinClass="StatusBarSkin1". Also in my preinitialize function I have a method ...
1
vote
1answer
36 views

Magento custom theme pulling in images but not styles or scripts

I have a magento store where I am trying to develop a custom theme. I copied the files from skin/frontend/default/default and app/design/frontend/default/default to skin/frontend/occasions/occasions ...
0
votes
1answer
91 views

install shield 2012 professional skin customization kit fails

I have inherited a install shield project that was using 2010. I upgraded to 2012 IS professional. I also downloaded the skin customization kit which encounters the following problem. I am trying to ...
4
votes
1answer
76 views

Hiding minimize button in fullscreen Flex

I have a Windowed application with a custom skin and the skin contains Title bar which too uses a custom skin. Now the problem is that I need to hide the minimize and maximize button dynamically if ...
2
votes
1answer
81 views

How to extend instead of overriding WPF Styles

I want to use custom theme in my application and as far as I know I can accomplish this by using resource dictionary and referencing it in App.xaml. Styles would override the defaults like this: ...
0
votes
1answer
36 views

How to expose x:key from dll to host application

I have a 'theme engine' I have created that houses resource dictionaries and a custom combobox to change the skin of an application. This is wrapped in a .dll file and the intention is to be able to ...
0
votes
1answer
77 views

MAGENTO - get 404 error when acces skin directory

I developed a module in magento. I placed a package of flash and php files in skin directory (ex. myhost/skin/frontend/base/default/lib/xxx/xxx.swf and ...
1
vote
1answer
164 views

Custom skins engine for WPF

I would like to let the users of my apps (C# + WPF) to build their own themes and skins. What is the best way to achive that? Are there some examples or maybe some sort of "skin engine" I need to look ...
0
votes
0answers
102 views

Flash Player CSS Styles in Full screen mode

Hi I am trying to replicate the skin (css Styles) in Full screen mode. Problem: Since in full screen mode Falsh object is visible and nothing else. The play button, and other controls are from the ...
0
votes
0answers
80 views

Mediawiki: entering code into skin to only appear on certain pages?

Background I am trying to add a Facebook Comment box into my Mediaskin php file, but when I use the code below the box appears on every page. Code <!-- /debughtml --> </div> <br ...
1
vote
0answers
162 views

Magento Move skin and media folder to another URL (subdomain)

we have booked an own url (domain) for our skin and media datas and we use Magento 1.7.0.2 (pls note: it is NOT a sub-domain. It is a stand alone domain with its one URL) If we write in the System / ...
0
votes
0answers
81 views

flex skin for datagrid cannot be found

I defined one componnet that extends bordercontainer,and Add some display object. when i popup the container,it throw error like this,"skin for datagrid cannot be found." it is weired. the container ...
0
votes
1answer
235 views

Horizontal scrolling skin for mediawiki

I want to create a mediawiki horizontal scrolling skin based on the wikipedia metro app. wikipedia metro github video of wikipedia metro The skin is intented for a normal website and not a metro ...
0
votes
0answers
45 views

Apply Visual Style in vc++ application

I already have a vc++ application buyt it look of a bit old version. Now I want to apply visual style in that application. Can anybody tell me how to go about that as I did that in my c# application ...
0
votes
0answers
320 views

Animating Blender collada export in three.js

http://www.diviniaro.com/WGClient/js/three.js/examples/webgl_loader_collada_Gate.html After trying several things we're just left at a loss to get the exported animation from blender to load. I have ...
0
votes
1answer
451 views

Change Flex Button Icon Alpha using skin

I have a custom skin for spark buttons. I need to control the alpha of the image i set as the button icon using the skin. i.e. I need the image to change its opacity with change in the button states. ...
1
vote
2answers
334 views

DNN Custom Skin not loading correct CSS

I have installed DNN7 Community edition. I want to modify 'Gravity' skin as per my needs, so i created a folder as below Portals\_default\Skins\GravityCustom Then i copied all content from ...
0
votes
2answers
194 views

FLVPlayback Flash Skin not showing in wordpress

Im trying to insert a flash video with controls in my website. I can see the video but not the controls with FLVPlayback. I put all my files at the same level of my page, so i shouldnt have a path ...
0
votes
0answers
158 views

Flex spark to 'wear' button skin for dropdownlist component

I have a custom dropdownlist component (inherited from a previous project). I would like to 'wear' a button skin for this custom dropdownlist (The custom dropdownlist's behaviors are unchanged). Is ...
2
votes
1answer
64 views

RichFaces: Load different stylesheets based on active SKIN

It concerns the following: There is a base stylesheet.css for the web site (by using a <link> tag). Depending on user is logged in the skin changes through SkinBean.setSkin("SKIN") when the ...
0
votes
2answers
150 views

Use Flex.SWC Symbols in a Customized ImageButtonSkin

First, I have a skin ImageButtonSkin.mxml <?xml version="1.0" encoding="utf-8"?> <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
votes
1answer
49 views

Magento theme page

This is my first time working with Magento so this might be a n00b question. i've set up 2 store views NL & UK. Both have the same theme. It all works fine in my UK store. But when I go to ...
0
votes
1answer
58 views

Formating text with CSS in a DNN skin

I have this html in a web page. <span>Inovative International Industry<span/> I'm trying to make it look like this Innovative International Industry But by using ...
2
votes
1answer
100 views

GWT / SmartGWT / cross site relative paths issue

I am struggling with following issue described in short: Loading module cross site results in no skin due to wrong image paths etc. What am I trying: I am trying to provide an HTML code snippet which ...
0
votes
0answers
62 views

How can I merge CssClass variable from Skin and control?

I have skin file with style: <asp:Button runat="server" CssClass="btn" /> And on page: <asp:Button runat="server" CssClass="btn-save" Text="Save" /> Skin style overwrites my button's ...
0
votes
0answers
70 views

Change the input font selection

I want to change the smart phones in Samsung. Input associated vocabulary font choice. 4.0.4 version of the font is too small. I want to extend it. I would like to ask the relevant API Where can I ...
5
votes
1answer
2k views

OpenCV Skin Detection

I've been doing some skin detection but can't get a smooth one. The image below contains the input (left) and output (right) using the code also attached below. Now, the desired output should have ...
0
votes
1answer
107 views

Skin control, different syntax with CSS

I have a question about the layout control by skin (Theme) I want the img to be horizontal centered, however, the syntax of *.skin is a little different with CSS, I write like this <asp:image ...
0
votes
1answer
63 views

What is used by Toad for MySQL to change skins?

I've just installed Toad for MySQL and on startup, I'm being asked to select a skin for the (winforms?) application. The impressive thing is that you can select from a huge list of skins and the app ...
1
vote
1answer
961 views

flex 4.6 background image skinning

Hi everyone I'm new in flash builder with flex 4.6... I created a mobile app with navigator view theme but I want my own personalized theme which is a simple image jpg attached in my skin: ...
0
votes
2answers
250 views

Is it possible to connect to the SugarCRM database without using a skin?

I have made a design of a UI and have web page now. Now I want to use and modify information from the SugarCRM database. Is there a way to connect my web page to the database? The UI needs to combine ...
0
votes
1answer
127 views

Custom Module - Best practise for Template/Layout file: base or default package?

I wonder what are the best practice for a custom module about the correct path for template/layout files and skin files as well. Usually I put files in /default/default/ however this is not in my ...
0
votes
1answer
114 views

Mobile Skin search different than normal skin search

I have a Magento setup with a mobile skin and a separate customized skin. When I use the mobile skin and search, the same 5 results are returned. If I search on the normal front end though, the ...
0
votes
0answers
202 views

Changing a MXML skinnablepopupcontainer layout with a skinclass

I have been trying for a while to create a simple skinnablePopUpContainer that I can change its layout using a skin class. Each time I do so the skin class fails to put the items in the correct order. ...
1
vote
1answer
183 views

BitmapData with Scale9Grid

I have a Skin for SkinnableContainer. Skin contains only the original contentGroup and s:BitmapImage as background. Background image stretchers out according to width and height content. The used ...
1
vote
1answer
68 views

Enforcing a Maven skin dependency

I would like to use the Fluido skin for my Maven-based project. If I add it only in src/site/site.xml the mvn site fails because the artifact is missing. It ask to manually install the artifact, but I ...
1
vote
1answer
1k views

Link CSS into SKIN file in asp.net

I have a skin file inside the App_Themes and also a css file . I have used a Gridview styling css and import that in the skin file. <asp:GridView CssClass="GridViewStyle" runat="server" > ...
0
votes
0answers
104 views

Dotnetnuke postback failure

I had a problem in my previous version of a DNN site (6.1.2): Both the "Copy Page" and "Export Page" functionality don't do anything. I access the forms/pages of either functionalities but when I try ...
3
votes
1answer
296 views

Flex desktop library project can't find mobile skin definitions

I'm trying to make a Flex desktop library project and its complaining about lines like these in my code: import spark.skins.mobile.ButtonSkin; I've tried importing all the SWC's which look relevant ...
0
votes
2answers
328 views

How do I generate a python GUI using an XML based layout of the GUI?

I designed a customized UI in Photoshop and now I would like to use XML to create and GUI for python. I saw this website http://wiki.xbmc.org/index.php?title=WindowXML and they use WindowXML GUI ...
0
votes
2answers
170 views

How to understand the “id” attribute of flex skin?

I'm reading some source of flex skin, and found there are some id attributes, which seems important. Take a "button" skin for example: <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" ...
0
votes
1answer
137 views

How to understand the layers of flex skin?

I'm reading the source of an example in TourDeFlex(Button With Icon), and I found it hard to understand the skin layers. See the code of TDFPanelSkin.mxml: <s:states> <s:State ...
0
votes
1answer
133 views

Is there any 3rd-party skins for flex applications?

I'm new to flex, and found the new spark library in flex 4, has a feature of changing skins. So I wonder if there is any 3rd-party skin libraries to change the skin of my flex applications easily. ...
-1
votes
2answers
1k views

How to apply themes to WindowsForm in C#?

This question is in my head for way too long. How this guy made a form with a custom border and custom controls without a ".dll" file or something like that. It's just a ".exe". My question is ...
0
votes
0answers
200 views

Flex skinning with CSS (dropdownlist)

Yesterday I asked a question, but I forgot to mention that I wanted to use CSS to skin the DropDownList in Flex. I received a nice link in response, but I wasn't able to understand it. I have managed ...
1
vote
1answer
274 views

How change the white skin face to dark skin face in iOS?

I need to change the white skin face to dark skin face... For example American white face to African face(i.e color tone)... I pick the color value of the pixel by digital color meter it gives the ...

1 2 3 4 5