ID:155533
 
Hello. I have a question about interface. I have few grids which I use as slots. Behind the grids there is a label with an image. Is there a way to make grids transparent or anything to make it display contents over the label, but not show grid boxes?
BYOND won't make it transparent if the grid is apart of a child, the only way to make it transparent is to make a whole new window. And it probably won't follow the main window unless you make a loop for it to follow which it still looks ugly since loops are only as fast as ticks.Only if thats what you're trying to do. You probably can't just make the grids transparent if there is something behind it because from my understanding it would still make everything transparent.
In response to Tobirachi
I was trying to make an illusion it's transparent by adding underlays to the objects that are added to the grid, but I got another problem- grid always displays bigger than 26x26 icons smaller, but I need it to display 28x28 icon in full size, so it would cover all background of it. Is it possible to force grid to display icons in their full size even if they don't fit or both grid's and icon's sizes are the same?