Forum: Poser Python Scripting


Subject: Picture in Button

Grammer opened this issue on Apr 13, 2002 ยท 5 posts


Montressor posted Sun, 21 April 2002 at 12:41 PM

First construct at label like this:

label = Label(root,bitmap=, ...other options ...)

use the place geometry manager to put it inside your button wherever you want it.

If you need more code, let me know...

Montressor