hi i got a great idea, but i need help implementing it into a theme...i'll explain in great detail what i want done...
on the right side of the screen i want to have a taskbar that you can only see a icon 10x10 of any application open, then when i move my mouse close to it, i want it to make a rolling out animation and then display the text of the tasks that are there to click on :D. this will be a cool mod/replacement of taskbar3 that i'm currently using
thanks to whoever can help me figure this out...
i don't think that's possible... at least with animation.
of course you could make a module that does such things ;)
it's a nice idea tho...
of course its possible, i just need to know how to set lsbox to hook taskbar3
oh.. right :) that's simple!
put this in your *.box file:
*ModuleHook !TaskbarBoxHook
and don't forget to load taskbar3 before loading the box ;)
then you could use !LsBoxResize with a loop in mzscript :)
well i think it hooked it, but now the box doesn't show up at all
i was just playing around with the box, got it to come in and out, but i can't get it do desplay taskbar3 correctly now when i try to hook it...the entire box doesn't appear when i try to create it
also, do i keep the taskbar settings in the step? or move it to the .box?
never mind fixed it, loaded it wrong :D thanks for ur help
maybe a screenshot.. or a theme?
i still have a problem where the taskbar text goes on top of the icons on taskbar3 on long titles
use TaskbarButtonFontBorder ;)
yeah, that didn't help, it moved the text down and not to the right like i wanted it to...i don't think taskbar3 likes it when its made to scroll vertically and not horizontally :D
don't understand very well...
please upload a screenshot ;)
I agree with egonz, it would be easier to troubleshoot if could actually see what's happening.
how/where do i upload it to?
your profile. just add a screenshot.
in
http://www.lsthemes.com you can upload your theme to try it :)
angel, the themes not ready yet. he's trying to work out a problem he's having with his taskbar.
well i haven't quite worked it out and i don't really plan on releasing the theme because it is just a modification of NanoStep, another theme.
well the syntax is:
TaskbarButtonFontBorder 'int' 'int' 'int' 'int'
but i don't know which int goes for which side, so you have to experiment.
or, if you want the same border size on all sides, you can just put: TaskbarButtonFontBorder ##
TaskbarButtonFontBorder 'left' 'right' 'top' 'bottom'
;)
heh, i was using an earlier version when that wasn't implemented