Bring to front a canvas ?

BlitzPlus Forums/BlitzPlus Programming/Bring to front a canvas ?

Red(Posted 2003) [#1]
There is a way to bring to front a canvas.

I want to move a canvas over common gadgets.


skn3(Posted 2003) [#2]
create the gadgets in order from top to bottom.

So infront is created first, and behind is created last.


Red(Posted 2003) [#3]
Thx


marksibly(Posted 2003) [#4]
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.


Red(Posted 2003) [#5]
it's not clear. :/

I must use API function to bring to front the new group