0
votes
2answers
44 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 …
0
votes
1answer
53 views
What’s the second-best way to make a skinnable user interface component?
I've been asked to make one of the components, which mimics a real-world appliance, in our application have a custom appearance, which varies depending on the make of the appliance …
2
votes
6answers
534 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.
1
vote
1answer
27 views
In Flex, What is the difference between a skin and an itemRenderer?
Indeed they both (skins and itemRenderers) seem to do drawing using the flash.graphics.* package. I have copy pasted code between skins and itemRenderers before, so I really don't …
2
votes
5answers
1k 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 …
1
vote
4answers
83 views
How do/can designers work with ASP.NET
On most projects I've been one, designers has produced HTML code, then developers turned it into ASP.NET, including master-pages etc that should really be a part of design.
After …
0
votes
3answers
36 views
Letting users custom skin
As an exercise, I'm trying to wrap my head around what goes into letting a user custom skin their profile (like myspace as an example). I'm using PHP. Since I'm clueless as to the …
0
votes
1answer
43 views
What is a good jQuery plugin (or plain JavaScript library) for skinning HTML Web forms?
I'm looking for a high-quality plugin or library for creating custom cross-browser-compatible skins for HTML form controls. I want to eliminate the inconsistency of visual appearan …
0
votes
3answers
972 views
Adding jquery include to a DotNetNuke 4.8 skin does nothing
I'm trying to include JQuery in my DotNetNuke skin by adding these two lines of code at the top of my DNN skin:
<%
Page.ClientScript.RegisterClientScriptInclude("jquer …
0
votes
0answers
39 views
VCLSkin, TDBGrid column header skinning?
Hi,
Having tried VCLSkin from http://link-rank.com, i came to an issue where column header skin didn't work on TStringGrid descendants including TDBGrid.
I want it to display hea …
6
votes
5answers
203 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 te …
0
votes
1answer
96 views
SkinID in CodeBehind
Hi,
is there any way to change skinId in codeBehind?
I tried it during setting other property, but it's not working. The skin is not applied.
public GlobalImageButtonType Skin …
0
votes
1answer
36 views
How to get an HSlider with skins for each side of thumb
I'd like to create an HSlider so that the skin of the track is different on either side of the thumb. So, for example, the track on the left side of the thumb is green, but red on …
0
votes
1answer
133 views
Skinning HorizontalList scrollbar with Degrafa
I am having some issues when trying to skin the scrollbar on a horizontalList with Degrafa. The scrollbar doesn't show up at all. I checked to see if the scrollbar is supposed to …
1
vote
1answer
64 views
Degrafa Best Practices
I've been learning Degrafa recently, and I have noticed that there is not much consistency amongst examples posted on the web. Is there a place where I can find degrafa best pract …
