japskar
Programmer
- Feb 13, 2002
- 27
how can I use frames in such a way that the border remains visible, but the rest of it being transparant to all other objects.
Right now I more or less solve this with raise and lower, but since I don't know my widgets in advance, I can only do this once.
Namely, I tell each frame to put it directly after my toplevel in the stacking order with the lower command, but you can imagine what happens when I place frames on top of each other. Depending on size, the larger, low in the stacking order, remains visible while the rest disappears.
-Jasper
Right now I more or less solve this with raise and lower, but since I don't know my widgets in advance, I can only do this once.
Namely, I tell each frame to put it directly after my toplevel in the stacking order with the lower command, but you can imagine what happens when I place frames on top of each other. Depending on size, the larger, low in the stacking order, remains visible while the rest disappears.
-Jasper