Thanks, Lyle and others, for your assistance.
The reward for answering questions is always the same...
you get to answer more. ;)
I didn't know a widget could be "deaf" to events (although
experimentation had convinced me that this one was).
Anyone as clumsy with Fox as I am may find this function
as useful as I have:
def snag(obj,msg) # for debugging
obj.connect(eval(msg)) { puts "#{obj.class} object got #{msg}" }
end
My next question is:
Given an MDIClient, how can I redisplay its contents after I
resize a child or add a new child?
I've tried various combinations of repaint and refresh and recalc
and show and whatnot.
Thanks,
Hal
|