CompuServe Thread

#Border Gadget

3 messages in this thread
#42656From: jack yorkSep 17, 1994 8:30 PM
I never needed to have a gadget in the top border until now and I am having trouble getting it to work. I set the GRELRIGHT flag and put TOPBORDER in the activation field. It works fine if the window doesn't use the drag bar flag. But if used, the drag bar covers my gadget. I can't find anything in the RKM mentioning this so I am assuming it should work. I have tried RefreshGadget() but it did not make a difference. Can someone tell me where I am going wrong on this? I appreciate any suggestions. _Jack
#42669From: Steve AhlstromSep 18, 1994 12:03 PM
System gadgets are rendered last. You'll have to refresh, probably using RefreshGList() with a 1, on that gadget after you've otherwise refreshed the window. -sja
#42735From: jack yorkSep 24, 1994 7:20 PM
Steve – I think I tried RefreshGList() but I'll give it another shot. Thanks for the suggestion. -Jack