|
|
#1 |
|
Android/UI Development
|
Color Editor 2.1.0 released
New version. Working with Winamp5.31. New functions...
Changelog: - 2.1.0 added thinger icon added editboxes for exact input (thanks Leechbite) added support for Winamp5.31+ new lock png - now with gammagroup new about box Grabb it here: http://download.nullsoft.com/customi...itor_2_1_0.exe |
|
|
|
|
#2 |
|
Junior Member
Join Date: May 2006
Posts: 12
|
..uiii, very nice!!! big thx!!
..i have a double entry of "Color Editor" after installation in the main menu and the first entry works, the other one not! wa 5.31 |
|
|
|
|
#3 |
|
Android/UI Development
|
perhaps check if you have 2 coloreditor.wac in wadir/plugins/freeform/wacs/
and delete the one that is not in ColorEditor dir |
|
|
|
|
#4 |
|
Junior Member
Join Date: May 2006
Posts: 12
|
..nope, only one coloreditor.wac ! i have the color editor in to a fresh w5.31 installed.
|
|
|
|
|
#5 |
|
Android/UI Development
|
that's really strange!
Has anyone else this bug? Perhaps use windows search in winamp folder for coloreditor.wac to ensure! |
|
|
|
|
#7 |
|
Major Dude
Join Date: Jan 2006
Location: /\/¯¯¯¯¯\/\ , South-Africa
Posts: 1,026
|
Do you have Winamp 5.31 released on Oct 25 2006... Maybe you have one of the earlier builds of v5.31?
ClassicPro© v2.01 : This plugin allows you to use cPro skins in Winamp. ClassicPro skins are all SUI skins and loads very quickly. ClassicPro skins is even easier to skin than Winamp Classic skins. A new layout have been added since version 2. |
|
|
|
|
#8 |
|
Junior Member
Join Date: May 2006
Posts: 12
|
..mhh, no its gone!
dont know why, it is the Oct 25 2006 version..ok, i have testet the co2.1.0 and works fine with most skins! ..still missing some bugs! ![]() can you help me with another major problem? http://forums.winamp.com/showthread.... last two msg from me.. winamp bug or skin bug? |
|
|
|
|
#9 |
|
Junior Member
Join Date: Dec 2006
Posts: 8
|
hey!
I've installed this cool tool (on winamp 5.3.0.920) in order to make a color theme for the original winamp skin to match my windows theme The original winamp theme isn't zipped I can't seem to get to edit the color themes: I huess it's somehow locked somewhere but I don't know how to make it editable anyone can help? thx |
|
|
|
|
#10 |
|
Senior Member
Join Date: Feb 2005
Location: Kent, England
Posts: 353
|
You can't edit existing themes because they are defined in the skin XML. What you need to do is click the New Theme button in the bottom right corner, and them make your own one from there.
I hope that is what you needed to hear. |
|
|
|
|
#11 |
|
Junior Member
Join Date: Dec 2006
Posts: 8
|
thanks for helping me out: everything is ok now that i got it
|
|
|
|
|
#12 |
|
Guest
Posts: n/a
|
i just wanted to post this to see if anyone else was having problems too...but in version 5.33 and using the color editor some bugs have appeared. custom themes i create, although saved in the CE, do not reappear when if i close winamp and restart it. also some odd behavior when switching color themes...now i notice that when i restart winamp, the color theme always switches back to the default, regardless of what it was on before.
this is on a clean install of version 5.33, using vista (32 bit). Last edited by kearnemj; 21st February 2007 at 05:16. |
|
|
#13 |
|
Android/UI Development
|
hm noticed some updating lacks, but this could have to do sth w/ my current skin!
otherwise no prob! wa 5.33 (win xp) |
|
|
|
|
#15 |
|
Android/UI Development
|
uh, your ask thinks! i dunno now if the ce has a static guid, perhaps check studio.xnf! here YOUR guid must be in!
|
|
|
|
|
#16 |
|
Senior Member
Join Date: Sep 2002
Location: BG
Posts: 265
|
didn't succeed in finding a guid, but the group id "wasabi.coloreditor.main" can be used instead, at least for what i want to do.
I want to make something like this: ![]() and i managed to put the color editor inside another container: PHP Code:
I even tried to get references to color editor's controls by using PHP Code:
tried assigning action="ABOUT" action_target="coloreditor"; action="FAQ" action_target="coloreditor" and so on, and some of those work if i start another instance of ColorEditor by: PHP Code:
![]() well i can hack the original coloreditor.xml to add the color swatch there Latest skin: fCrcl |
|
|
|
|
#17 |
|
Major Dude
Join Date: Jul 2003
Location: UK
Posts: 1,316
|
the swatch type thing has been done in a previous skin (think it was for Quads baseball cap skin)but not for the color editor but to set a specific layer a color
|
|
|
|
|
#19 |
|
Android/UI Development
|
randomei, perhaps you try FIRST to add all the things you want to do in the original coloreditor window - create a new box or something else!
then try to exclude it in a skin! |
|
|
|
|
#20 |
|
Senior Member
Join Date: Sep 2002
Location: BG
Posts: 265
|
thanks martin. tried to do what you said, but could't get it to work.
anyway, figured out that if the color editor component is held inside another container and after the component is loaded, the objects defined in the coloreditor.xml are accessible (because they become child objects of that container) but i can't think of a working way to autoload the component when my container is shown. autohide seems to work, but autoopen doesn't. i assume the only way to load the color editor is by using the system menu or the thinger icon. the thinger icon is a guiobject and an attempt to trigger a left click event on it results in a guru meditation. sooo, i'd be very happy to know what functions are executed when a thinger icon is clicked
Latest skin: fCrcl |
|
|
|
|
#21 |
|
Android/UI Development
|
uh, you want to stimulate a thinger click, hm i have done real crazy things w/ wasabi, but here i havn't an idea! i might take a look in a old wasabi sdk, but i think this is impossible!
one question: can u view some coloreditor controls (test some Coloreditor:... objects) in a different wnd when coloreditor wnd isn't shown? Nevertheless, you will have problems w/ your skin and CE isn't installed! |
|
|
|
|
#22 | |
|
Senior Member
Join Date: Sep 2002
Location: BG
Posts: 265
|
Quote:
but i found a workaround: i call showWindow("wasabi.coloreditor.main","my container's id", Boolean transient) when the layout that holds the coloreditor component.. and coloreditor is loaded! and everything works like a charm.. i hope this method works with older versions of coloreditor and winamp. i'll post a working example .wal when i complete it. ah, and the skin will check whether coloreditor is installed Latest skin: fCrcl |
|
|
|
|
|
#23 |
|
Android/UI Development
|
the crash should be normal
CE wasn't build for this aim...how can u detect if coloreditor is installed? the only way i could imagine is checking for the coloreditor logo in CE directory, any other method? |
|
|
|
|
#24 |
|
Senior Member
Join Date: Sep 2002
Location: BG
Posts: 265
|
here is another method:
i'll get the number of children objects of my layout before and some milliseconds after i call showWindow; if coloreditor is installed and loaded properly by showWindow its controls (objects) will become children objects of my layout as well, so the total number of objects will grow and getNumObjects() should return a greater number than before calling showWindow Latest skin: fCrcl |
|
|
|
|
#25 |
|
Junior Member
Join Date: Mar 2007
Location: Varna, Bulgaria
Posts: 30
|
Hi all.
First, thx for the plugin, it's very useful (: I use WA 5.33 & Color Editor v2.1. How can I change the color of the text shown on this pic (http://i24.photobucket.com/albums/c48/crazye_/wa.png) in red rectangle? I want the display to be in white, but when I set it, the text in question disappears (coz it's white). ECS nForce3-A | AMD Sempron 2800+ @ 2000 | 1GB DDR400 A-Data | WD Caviar Black 500GB | ATi Radeon 9550 128MB/128bit | Yamaha YMF724F-V & Sennheiser HD-555 | Samsung SyncMaster 206BW |
|
|
|
|
#26 |
|
Android/UI Development
|
hm, if you've created the skin, ensure that you have defined a gammagroup for the coresponding text
|
|
|
|
|
#27 | |
|
Junior Member
Join Date: Mar 2007
Location: Varna, Bulgaria
Posts: 30
|
Quote:
|
|
|
|
|
|
#28 |
|
Android/UI Development
|
does this color change if you select build-in colorthemes?
|
|
|
|
|
#29 |
|
Junior Member
Join Date: Sep 2007
Posts: 2
|
I can't get the thing to work at all. Can somebody walk me through step by step.
I click on View, then "Color Editor", but nothing happens. why? |
|
|
|
|
#30 |
|
Android/UI Development
|
update to winamp 5.5 beta
http://forums.winamp.com/showthread....hreadid=277166 - and download the new coloreditor! http://forums.winamp.com/showthread....hreadid=276400 damn i close this thread now! |
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|