On Sun, Jul 11, 2004 at 12:14:37AM +0200, Stefan Heimann wrote:
> I guess the cwin:goto() should be changed. I tried cwin:raise() but it
> did not work. What is the right function here?

cwin:manager():raise(), but you should perhaps do some checks on the
manager (and manager of it etc.). For example:

cwin:goto()
if obj_is(cwin:manager(), "WFloatFrame") then
    cwin:manager():raise()
end

-- 
Tuomo

Reply via email to