tasks.dll Thread last updated on 2003-09-12 11:43:01

Posted by member 7223 on 2003-09-05 22:31:15

Hi, I know taskbar3 is getting more and more famous (since jesus_migg anounced is working on the true transparency support) but I'm still playing with the excellent tasks.dll...

I'm on Win2000, then this modules works like a charm. But, under the XP machines of some friends of mine, TasksTitles are surrounded by a pink halo (with TasksTransparency).
I guess this is due to the f**ing anti-aliased way of displaying fonts under XP.

Does anyone interested in updating this module in order to avoid this ?

Hum, TasksTitleShadow would be great, too :)

Posted by member 1783 on 2003-09-06 06:50:37 link

if anyone is going to update tasks then add some flashing of the icons too ;)

Posted by member 39367 on 2003-09-06 11:02:13 link

That would be really nice, ive gotten into a habbit of converting all the themes i like into taskabr3 JUST for the flashing tasks :(

Posted by member 31 on 2003-09-06 13:31:05 link

Are you using "real" or "fake" transparency? I think if you use "real" that halo thing won't happen, but I might be wrong...

As for flashing tasks, it could be hacked in, but it wouldn't be too nice. Just the way it was written makes it a pain to do.

Posted by member 7223 on 2003-09-06 15:05:13 link

I happen with real transparency, too. But I use fake, generally.
Humm, something similar to the
TaskbarOnAdd !bang
TaskbarOnDel !bang

would be welcome, too :)

give her one finger, she'll ask you the whole hand...

Posted by member 31 on 2003-09-06 20:39:39 link

you can have that (kinda).

*TasksWrapCmd

and specify tasks to wrap every tile.... ask around, quite a few sneaky tweaks can be done to get what you want. :)

Posted by member 7223 on 2003-09-06 21:52:25 link

I've already tried *TasksWrapCmd (with tasks-0.92-b3) and it only works "OnTasksDel"; not "OnTasksAdd"

Posted by member 31 on 2003-09-07 14:00:19 link

yup that was a bug... it got fixed in some side release. Forget what the version was called though... I think there was a mailing list post about it.

Posted by member 7223 on 2003-09-08 06:02:59 link

I'll try to take a look. thanks

Posted by member 7223 on 2003-09-12 11:43:01 link

well, I've started a new theme with no taskstitle. Then, I won't need taskstitleshadow; at least, not now.

my new theme is full of balls and, of course, tasks tiles looks like balls. I know I can drag tiles to make them look like a brunch of grapes, but I thought it would be smashing if there were some rc settings like:
tasksoffsetx value
tasksoffsety value


then, tasks tiles will be positionned this way (assuming tasksdirection right, taskswrapcount 0):
tile1: tasksx+tasksoffsetx, tasksy+tasksoffsety
tile2: tasksx-tasksoffsetx+(tasksspacingx+taskswidth), tasksy-tasksoffsety
tile3: tasksx+tasksoffsetx+2(tasksspacingx+taskswidth), tasksy+tasksoffsety
tile4: ...