Bring to front a canvas ?
BlitzPlus Forums/BlitzPlus Programming/Bring to front a canvas ?
| ||
| There is a way to bring to front a canvas. I want to move a canvas over common gadgets. |
| ||
| create the gadgets in order from top to bottom. So infront is created first, and behind is created last. |
| ||
| Thx |
| ||
| Hi, You should not really rely on this. Gadgets within the same group should not overlap - if you need overlapping behaviour, create another group to stick your 'frontmost' things on. |
| ||
| it's not clear. :/ I must use API function to bring to front the new group |