change a window's title text

BlitzPlus Forums/BlitzPlus Programming/change a window's title text

Kev(Posted 2004) [#1]
is it possable to change the window title without using an external dll? also is it possable to have button gadgets with image not using text?

kev


Beaker(Posted 2004) [#2]
Use SetGadgetText to change the windows title.

For button gadgets use a small panel and SetPanelImage.


Kev(Posted 2004) [#3]
thanks MasterBeaker


Kanati(Posted 2004) [#4]
Dont forget that a window is basically just a container gadget as far as blitz+ is concerned. A lot of the gadget commands will come in handy. HideGadget, ShowGadget, ActivateGadget...........