xTaskbar or other taskbars, question about items Thread last updated on 2008-07-14 16:38:15

Posted by member 355874 on 2008-07-14 00:33:36

I've looked around the theme XPMC2, and I noticed that the png's for the taskbar items (windows, items, whatever) are only something like 6 or 8 pixels wide. I figured that the image is being stretched, but I can't figure out what's causing it to stretch or how to code that. XPMC2 is using xTaskbar for the module, and I didn't see anything that seemed to show me what I was looking for when looking at the .rc files associated with the taskbar. Any ideas? Should I sample the code in the taskbar .rc file?

Posted by member 32550 on 2008-07-14 04:10:27 link

The images in xTaskbar are stretched by default. Just look at the docs http://www.xdocs.ls-universe.info/pie.php?xTaskbar2 and additionally since xTaskbar-2. uses xPaintClass-1.0 look at the xPaintTexture docs http://www.xdocs.ls-universe.info/pie.php?xPaintTexture

Posted by member 355874 on 2008-07-14 16:38:15 link

Huh. I'll definitely look over those. Should save me a bunch of time.