You are not logged in.
#26 Apr 29, 2008 8:02 am
- revision29
- Member
- From: Illinois
- Joined: Mar 22, 2007
- Website
Re: [Tool] ArtTools
Anyone figure out how to get rid of the black line on the bottom of the menubar? Has anyone discovered if the backdround of menus is in the SArtFile? I have dug around and nothing looks like a semi-transparent swatch of white.
Offline
#27 Apr 29, 2008 8:17 am
- so
- Member
- Joined: Jul 20, 2006
Re: [Tool] ArtTools
revision29 wrote:
I noticed that when you turn on the translucent menubar, the apple and menubar background are drawn with something else. Turn it off in sys pref, log back in and you should see a new apple if you changed it.
hmm, what about ppc users? we don't have that option, only the "on" apple has changed after modding both "off" and "on". hmm.
Offline
#29 Apr 29, 2008 8:30 am
- revision29
- Member
- From: Illinois
- Joined: Mar 22, 2007
- Website
Re: [Tool] ArtTools
so wrote:
revision29 wrote:
I noticed that when you turn on the translucent menubar, the apple and menubar background are drawn with something else. Turn it off in sys pref, log back in and you should see a new apple if you changed it.
hmm, what about ppc users? we don't have that option, only the "on" apple has changed after modding both "off" and "on". hmm.
I am a PPC user myself. I dug around on a MacBook to see what plist cahnges when the system preference to turn off menubar translucency is triggered. I then made the same modification on my system and thus was using the apple and background drawn from whatever draws the translucent, but mine were opaque. When I toggled the option (editing the plsit) during my testing of patches to the SArtFile, I noticed some odd things which eventually led me to find the background for the menubar of us who have a permanantly opaque menubar. But I ended up having to turn off the translucent option in the plist for my apple / menubar background to change
Offline
#30 Apr 29, 2008 8:33 am
- revision29
- Member
- From: Illinois
- Joined: Mar 22, 2007
- Website
Re: [Tool] ArtTools
1st-tiger wrote:
Did you guys find the file or image file that changes the menubar?
I want to make a theme, but I need to and want to change menubar...
but I want to keep the transparency..
102.png is the culprit. If you usually have an opaque menubar, then this will do the trick. Simply filling the image with a semi transparent fill will make it transparent (i.e. with the Photoship fill bucket set at 50% opacity). So if your menubar is normally transparent, disable the option is syustem preferences, mod the forementioned image, patch SArtFile, log out and log back in. Once that is done, your menubar will be drawn from SArtFile, not from CoreImage
Last edited by revision29 (Apr 29, 2008 8:36 am)
Offline
#31 Apr 29, 2008 9:18 am
- montazuma

- Member
- Joined: Nov 25, 2007
Re: [Tool] ArtTools
So by the looks of it, some of these we can tell what it is, but others are going to be trial and error.
Offline
#33 Apr 29, 2008 9:53 am
Re: [Tool] ArtTools
technici wrote:
i always get this message when i'm trying to pack the new SArtFile.bin:
Code:
Invalid or corrupt jarfile artfilesi even get this message when i don't edit one image. anyone could help?
Try:
Code:
java -jar artEncoder.jar artfiles/ SArtFile.bin SArtFile.new.bin
Offline
#34 Apr 29, 2008 10:01 am
- revision29
- Member
- From: Illinois
- Joined: Mar 22, 2007
- Website
Re: [Tool] ArtTools
I have created a workflow for automatically running the jar to recompile SArtFile, delete the one in CoreUI, copy the new SArtFile and rename it correctly. If you download and use it, you must have a directory in your documents folder called artTools (the same that was created when you downloaded artTools). In there you must have folder called artfiles (the one you would have created if you followed the Readme documents). You must also have permissions to edit the resources folder of the CoreUI framework and its contents. Given the above conditions, download and try this, or just see how I made it and make it as you want it.
http://www.revision29.com/mt/Patch_SArt … rkflow.zip
Offline
#35 Apr 29, 2008 10:02 am
Re: [Tool] ArtTools
thanks a lot! that worked great!
does one already know where to find the spotlight button?
Last edited by technici (Apr 29, 2008 10:45 am)
Offline
#36 Apr 29, 2008 10:32 am
Re: [Tool] ArtTools
technici wrote:
thanks a lot! that worked great! that worked great!
does one already know where to find the spotlight button?
JUST...WOW....
Offline
#37 Apr 29, 2008 10:42 am
- macprodan

- Member
- From: U.K
- Joined: Nov 11, 2007
Re: [Tool] ArtTools
Remember the Tiger Menu Bar anyone.?
Last edited by macprodan (Apr 29, 2008 10:43 am)
Offline
#38 Apr 29, 2008 10:48 am
- MiLToS_666

- Member
- From: Athens/Greece
- Joined: Nov 17, 2007
- Website
Re: [Tool] ArtTools
This blue apple and menu highlights look lovely! Green looks good too with spotlight!![]()
Offline
#39 Apr 29, 2008 10:49 am
Re: [Tool] ArtTools
It just totally stopped working for me. It's not extracting or recompiling.
Code:
Exception in thread "main" java.io.EOFException
at java.io.RandomAccessFile.readInt(RandomAccessFile.java:713)
at artEncoder.main(artEncoder.java:55)Last edited by ghall (Apr 29, 2008 10:55 am)
Offline
#41 Apr 29, 2008 11:07 am
- Philipp Antoni

- Moderator
- From: Austria
- Joined: Jan 3, 2005
- Website
Re: [Tool] ArtTools
Dustin wrote:
It would appear that 64-83 are the window texture backgrounds! (both inactive and active) However, I could be mistaken, I am by no means a themer.
64-83 are drawer borders
Offline
#42 Apr 29, 2008 11:20 am
- so
- Member
- Joined: Jul 20, 2006
Re: [Tool] ArtTools
revision29 wrote:
so wrote:
revision29 wrote:
I noticed that when you turn on the translucent menubar, the apple and menubar background are drawn with something else. Turn it off in sys pref, log back in and you should see a new apple if you changed it.
hmm, what about ppc users? we don't have that option, only the "on" apple has changed after modding both "off" and "on". hmm.
I am a PPC user myself. I dug around on a MacBook to see what plist cahnges when the system preference to turn off menubar translucency is triggered. I then made the same modification on my system and thus was using the apple and background drawn from whatever draws the translucent, but mine were opaque. When I toggled the option (editing the plsit) during my testing of patches to the SArtFile, I noticed some odd things which eventually led me to find the background for the menubar of us who have a permanantly opaque menubar. But I ended up having to turn off the translucent option in the plist for my apple / menubar background to change
details please.
Offline
#43 Apr 29, 2008 11:28 am
- Merlish

- Member
- From: Copenhagen
- Joined: Jan 13, 2008
Re: [Tool] ArtTools
macprodan wrote:
Remember the Tiger Menu Bar anyone.?
http://img.skitch.com/20080429-b8gkt5ct … 3dfqy1.jpg
Retrolicious
Did you remake the gradient, or did you find it somewhere?
Just curious, lol.
Offline
#45 Apr 29, 2008 11:32 am
- Merlish

- Member
- From: Copenhagen
- Joined: Jan 13, 2008
Re: [Tool] ArtTools
Ruiz wrote:
Awesome! Nice work man
I've changed my menubar a bit:
http://www.camtessadesign.com/uploads/arttools.png
Thanks
Wow, that's gorgeous.
Mind sharing? ![]()
Offline
#47 Apr 29, 2008 11:47 am
- so
- Member
- Joined: Jul 20, 2006
Re: [Tool] ArtTools
meh, this is frustrating, the only changes i see is the pressed apple..
Offline
#48 Apr 29, 2008 11:48 am
- macprodan

- Member
- From: U.K
- Joined: Nov 11, 2007
Re: [Tool] ArtTools
ghall wrote:
It just totally stopped working for me. It's not extracting or recompiling.
Code:
Exception in thread "main" java.io.EOFException at java.io.RandomAccessFile.readInt(RandomAccessFile.java:713) at artEncoder.main(artEncoder.java:55)
Make sure there is an SArtFile.bin in the folder even arfter you have extracted all images.. it uses this to repack the edited images into a new one called SArtFile.new.bin
I Remade the Tiger Menu Gradient in PS
here are some I found Lets make a detailed list, These are known to take effect with Graphite Enabled.
102 - Menu Texture
61 - Apple Menu Not Pressed
62 - Apple Menu Pressed
100 - Spotlight / Help Menu Texture
90 - Menu Hight Top Level
101 - Menu Hight Item
Offline
#49 Apr 29, 2008 12:01 pm
- Niklas Schröder
- Member
- From: San Antonio, Texas
- Joined: Apr 21, 2008
- Website
Re: [Tool] ArtTools
From quickly browsing the thread, it would appear that this is an application that helps with theming Leopard, correct? If so, MAJOR kudos for you. (You may want to add a description or a link to the original thread or something though...
)
Also... Could we get a mirror on an upload site that's a little better? Mediafire isn't exactly the pillar or trustworthiness in my opinion. ![]()
Offline
#50 Apr 29, 2008 12:10 pm
- macprodan

- Member
- From: U.K
- Joined: Nov 11, 2007
Re: [Tool] ArtTools

All we need is to be able to change Text color and Window Textures and with the Disable CoreUI (editing Extras.rsrc) method we nearly have a Complete Theming solution.
Perhaps all other files we need to not have to disable CoreUI are in ArtFile.bin.
Are you working on That. ?
Last edited by macprodan (Apr 29, 2008 12:11 pm)
Offline


