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
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