Z-Ordering for Gadgets

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

Z-Ordering for Gadgets

Post by Hroudtwolf »

Hi,

I've a little wish again.
It would be very awesome to have a (crossplatform) function to order gadgets bei z position.

Such like...

Code: Select all

SetGadgetZ (lGadgetID , #PB_GADGET_TOP)
SetGadgetZ (lGadgetID , #PB_GADGET_BOTTOM)
Best regards

Wolf
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

But aren't gadgets ordered by the Enumeration -- EndEnumeration stack??? You just set them in the ocrrect order there... :?:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

quidquid Latine dictum sit altum videtur
Post Reply