FraBro1

Results 3 comments of FraBro1

sure. `; LoadShape 1,"blitzinc:_dat/iff/getfile.br" FindScreen 1 Window 1,0,11,600,200,$140f,"hello, click mouse",2,1 GTShape 1,1,100,30,0,1 GTText 1,2,100,50,50,24,"hello",0,"olleh" AttachGTList 1,1 Repeat MouseWait db.w=1-db If db=1 GTEnable 1,1 WLocate0,0:Print "enabled" Redraw1 Else GTDisable 1,1 WLocate0,0:Print...

thanks for trying. i did try GT_SetGadgetAttrsA_ myself but my Amigalibs.res in FSUAE (in BlitzBasic, where the same happens,) has no #GA_Disable/#GA_Enable included. It was for someone else, but i...

the GTShape gets drawn correctly disabled, if it was initialised as disabled at time of creation.