Hi,
I wrote a little RubyTk application to keep track of different times in world
timezones I need to be aware of. Picture attached.
I have a problem, the application should stay always above all other
windows in all desktops. It does so for a while, but after many hours
of work it happens that basically all applications window start to lay
above it !
In am using WindowMaker in FreeBSD-11.2
This is the Window configuration in Tk, the best I cound find:
bye
Nicola
I wrote a little RubyTk application to keep track of different times in world
timezones I need to be aware of. Picture attached.
I have a problem, the application should stay always above all other
windows in all desktops. It does so for a while, but after many hours
of work it happens that basically all applications window start to lay
above it !
In am using WindowMaker in FreeBSD-11.2
This is the Window configuration in Tk, the best I cound find:
Code:
$root = TkRoot.new { borderwidth 1; relief "solid"; wm_overrideredirect true ;
wm_attributes :type => "utility", :topmost => true }
bye
Nicola