Tordex Community

Full Version: I've asked this before....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A while back and Yuri was going to look into it.

Is there a way to make the latest beta appear transparent so the Icons appear to be free standing and not attached to the TLB.

Does that make sense?

Anyway, wondering if that is possible.

Thanks,

-Jeff
Personally, I would like to see seperate transparency settings for TLB background, menu icons, shortcuts, menus, icons inside the menus, menu text, and menu borders. Possibly even seperate settings for the different states of items (normal, down, active, etc). Maybe the easiest way to accomplish this would be something I've seen in other skinnable applications: alpha blending. Basically, for every bitmap in your skin, you have another greyscale bitmap that determines the tranparency level of that bitmap. White is opaque, black is completely transparent, and the different shades of grey are different levels of transparency. If you allowed icons to be bitmaps, you could pass this functionality on to them, as well. Or just have seperate trancparency sliders for icons. Here's an example of alpha blending:
I've noticed that those kinds of apps take major resources. Perhaps it could be an add on so users without uber systems can still use tlb?
Well, my idea was to essentially make it an add on, and the skin determines if it's needed. In other words, why both using the alpha tranparency code (which does slow down the computer some) if the skin doesn't need it? It'd be similar to the "Transparent = TRUE" (or FALSE) field in the current skin config file.