Displaying 4 results from an estimated 4 matches for "frontmost".
2008 Mar 31
1
WinXP exhibits sluggish graphics window movement & mouse tracking (repainting?) over windows graphics devices
...ows()" to open the
device does not cause any slowdown), but the behavior starts after a
"plot(rnorm(100))". The slowdown seems to depend on the area of the R
graphics window that is visible. The slowdown also occurs when moving
the plot window. For example, if the graphics window is frontmost,
and I want to move it until it is mostly offscreen, then the movement
is jerky. However, once the window is mostly offscreen, dragging it
back onto the screen is smooth and fast. (When I drag windows, I only
see the frame, not the contents.) This seems to affect SDI and MDI
modes. The Windows t...
2019 Jun 08
2
How to shutdown macOS / mac OSX from Network UPS Tools client - NUT
...-on-line
AT COMMBAD ups at xxx.xxx.xxx.xxx START-TIMER upsgone 75
AT COMMOK ups at xxx.xxx.xxx.xxx CANCEL-TIMER upsgone
bin/upssched-cmd
#! /bin/sh
case $1 in
upsgone)
logger -t upssched-cmd "Lost communication with UPS"
/usr/bin/osascript -e 'tell app (path to frontmost application as text) to display dialog "Lost contact with UPS server" buttons {"OK"} default button 1 with icon note'
;;
on-battery)
logger -t upssched-cmd "UPS is running on battery"
/usr/bin/osascript -e 'tell app "System Even...
2003 Feb 27
0
R-devel/R-patched crossed with Xterm/IDLE
...o use Terminal.app with R-patched. This
uses
X11. All tcltk demos work. The methods package
works. We cannot use Terminal.app with the quartz device or with
native tcltk, because the windows do not accept events (cannot be
brought to the front). I know why this does not work (Terminal.app
is the frontmost application and it does not know anything about those
windows).
IDLE/Rpy with R-devel can do some of the tcltk demos (tkcanvas,
tkdensity, tkfaq)
but not all (tkttest,tkfindfile). And, surprisingly enough, IDLE/Rpy
with
R-patched can do the same demos (and fails on the same demos), although
it...
2015 Dec 04
0
Wine release 1.8-rc3
...Ms.
Jactry Zeng (1):
riched20/tests: Test EM_REPLACESEL with rtf stream.
Ken Thomases (2):
winemac: Remove a window from the NSWorkspace notification center when it's deallocated.
winemac: Don't post a WINDOW_BROUGHT_FORWARD event for a click on a window which is already frontmost in its level.
Matteo Bruni (7):
msctf: Add a partial implementation of ITfThreadMgrEx_ActivateEx().
d3dx9: Don't take the fastpath when converting between texture formats of different type.
wined3d: Flush the GL context before switching away from it.
wined3d: Add ARB_ES...