View Full Version : SkinUI: changing list colour?
c-j-archer
08-23-2007, 06:42 AM
Is it possible to change the background colour of a list with SkinUI? I tried the "Vista Inspirat" skin from Dmitry's Site and with the default the combination of background colour/font coulour the content of the list is hard to read. I tried to change the colours through the "Edit" function of SkinUI - but no go, it didn't work :( .
Are there any other possibilities for changing the colour of the lists?
What I mean is this:
http://cjarcher.pytalhost.eu/sonstiges/SkinUI_Liste.jpg
dmitrygr
08-23-2007, 11:25 AM
yes, deselect skin, select "edit", edit colors, find the page that has "object background", change it, save, reselect skin
c-j-archer
08-23-2007, 11:49 AM
Hmmm, thats strange... I can't find such an option on any colour editing page :confused: :
Page 1 has:
Buttons, Selectors, Pushbuttons
Page 2 has:
Checkboxes, Radiobuttons, Popuptriggers
Page 3 has:
form titles, alert boxes
Page 4 has:
Field options
Page 5 has:
Command bar/Menu
Page 6 has:
text halo
I am using SkinUI v.2.1.0.0.
palmgeek5394
08-25-2007, 12:01 PM
Hmmm. I only have v2.0.5.0. There is a later version? BTW, I don't see it either. Do you mean the "Colorize" option? :confused:
tosbsas
08-25-2007, 04:37 PM
same here - no edit helped, colorize did some effect, but this color is locked for example to the skins name and else. If anyone could change that -this would be the best skin out there
Ruben
palmgeek5394
08-25-2007, 10:15 PM
You'd have to get the source for it, then edit it and recompile it. :rolleyes:
tosbsas
08-25-2007, 10:23 PM
yep,but as far as I know -developer is gone (:-((
Ruben
dmitrygr
08-26-2007, 01:06 AM
you can edit it in rsrc edit
c-j-archer
08-26-2007, 02:17 AM
How? Can it be changed with Bird, too?
tosbsas
08-26-2007, 09:05 AM
rsrc edit sounds good - but how - archer you going for it??
Ruben
c-j-archer
08-26-2007, 10:49 AM
I tried it with BIRD, but without luck - I don't know what to change.
ABMPs seem to be the pictures. I don't think one has to patch the file here. And in the other rescources I can't find a possible place for the changes..
dmitrygr
08-26-2007, 12:23 PM
from skinui cobalt skin source:
//values of 0x31 0x33 0x33 0x37 mean let system decide this color
HEX "skCl" 0
0x31 0x33 0x33 0x37 //UIObjectFrame --nothing anymore
0x00 0xFF 0xFF 0xFF //UIObjectFill --nothing anymore
0x00 0x00 0x00 0x00 //UIObjectForeground --text color of controls/labels
0x00 0x99 0x99 0xFF //UIObjectSelectedFill --nothing anymore
0x00 0xFF 0xFF 0xFF //UIObjectSelectedForeground --nothing anymore
0x00 0xCC 0xCC 0xCC //UIMenuFrame --command bar border color
0x00 0xFF 0xFF 0xFF //UIMenuFill --menu unselected background
0x00 0x00 0x00 0x00 //UIMenuForeground --menu unselected text
0x00 0x00 0x99 0xFF //UIMenuSelectedFill --menu selected background
0x00 0xFF 0xFF 0xFF //UIMenuSelectedForeground --menu selected text
0x00 0xFF 0xFF 0xFF //UIFieldBackground --field background, should be same as form background
0x00 0x00 0x00 0x00 //UIFieldText --field lines
0x00 0xDD 0xDD 0xDD //UIFieldTextLines --same as above...I think
0x00 0x00 0x00 0x00 //UIFieldCaret --the vertical blinking thing - its color
0x00 0x00 0x00 0x00 //UIFieldTextHighlightBackground --field selected text background
0x00 0xFF 0xFF 0x66 //UIFieldTextHighlightForeground --field selected test color
0x31 0x33 0x33 0x37 //UIFieldFepRawText --fep = chinese/japanese recognition - let system deal with this
0x31 0x33 0x33 0x37 //UIFieldFepRawBackground --fep = chinese/japanese recognition - let system deal with this
0x31 0x33 0x33 0x37 //UIFieldFepConvertedText --fep = chinese/japanese recognition - let system deal with this
0x31 0x33 0x33 0x37 //UIFieldFepConvertedBackground --fep = chinese/japanese recognition - let system deal with this
0x31 0x33 0x33 0x37 //UIFieldFepUnderline --fep = chinese/japanese recognition - let system deal with this
0x31 0x33 0x33 0x37 //UIFormFrame --nothing anymore
0x00 0xFF 0xFF 0xFF //UIFormFill --color of forms' background
0x31 0x33 0x33 0x37 //UIDialogFrame --nothing anymore
0x00 0xFF 0xFF 0xFF //UIDialogFill --color of dialogs' background
0x00 0xFF 0xFF 0x66 //skinUI_FormTitleTextColor --color of form title text //was UIAlertFrame
0x00 0xFF 0xFF 0xFF //UIAlertFill --color of alerts' background
0x31 0x33 0x33 0x37 //UIOK --system never uses this
0x31 0x33 0x33 0x37 //UICaution --system never uses this
0x31 0x33 0x33 0x37 //UIWarning --system never uses this
0x31 0x33 0x33 0x37 //UIFieldFepConvertedUnderline --fep = chinese/japanese recognition - let system deal with this
each value, as you see, is 4 bytes long, and resource type is ('skCl', 0)
the one you need is "UIObjectFill", so you need to edit the 4 bytes at offset 4 from the start of the resource. Make the first a "00", and edit the next three to be the color in RGB in hexadecimal, you can find a color-picker here: => [LINK (http://www.asahi-net.or.jp/~FX6M-FJMY/java09e.html)] <=
thus to make it light blue, you need to make the four bytes at offset 4 "00 CC CC FF"
tosbsas
08-26-2007, 01:31 PM
thanks dmitry - but no uiobjectfill here - only abmp
At least in rsc edit
Ruben
BrentDC
08-26-2007, 01:59 PM
Tosbas, this is totally different than what can be done in a resource editor. Dmitry, what was this compiled on?
c-j-archer
08-26-2007, 03:03 PM
With Dmitry's list I managed to change the background colour of the list http://cheesebuerger.de/images/smilie/froehlich/d055.gif .
Get the result here (http://cjarcher.pytalhost.eu/go.php?id=skui_vista_mod).
http://cheesebuerger.de/images/smilie/froehlich/d040.gif
I thought it would be much more difficult.
Edit: now it just has to be implemented in SkinUI - doing all these steps onboard without PC is a bit difficult :)
tosbsas
08-26-2007, 07:42 PM
no the only thing missing in this skin is those little animated icons (:-))
Thanks cj archer
newworld
08-26-2007, 08:29 PM
Thanks for sharing cj archer.
palmgeek5394
09-03-2007, 10:04 AM
Cool.. looks great! :cool:
dmitrygr
09-03-2007, 10:30 AM
you can make the icons easily,they are stored as simply a set of bitmaps
tosbsas
09-03-2007, 04:03 PM
@dmitry
Could you imagine to help us fast and quickly?
Ruben
dmitrygr
09-03-2007, 05:20 PM
make the images, i can put them in the skin for you
tosbsas
09-03-2007, 07:08 PM
just use the ones you made for cobalt (:;-))
Ruben
tosbsas
11-07-2007, 10:31 AM
got the skin back from dmitry -archer where do you want it sent to, to upload it
http://www.files.to/get/93964/wh0cc49e3z
Ruben
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.