Displaying 3 results from an estimated 3 matches for "show_window".
Did you mean:
shortwindow
2004 Dec 18
0
Removing COMSPEC from win32-open3
...re thinking out loud)
Try CreateProcess twice. The first time, call it
without COMSPEC. If that fails, then try it with
COMSPEC. Only if the second call fails would it
finally be considered an error. That still leaves the
SW_HIDE vs. SW_SHOW issue, though.
(Possible solution)
Create an Open3.show_window= method that accepts a
boolean value. It would be the onus of the programmer
to remember to set this to true if they want to create
a GUI window of some sort using popen3 or popen4.
Ok, I''m done thinking for a little while. :)
Comments?
Dan
____________________________________________...
2016 May 16
0
Wine release 1.9.10
....
winemac: Change macdrv_set_view_window_and_frame() to macdrv_set_view_frame().
winemac: Create views hidden initially and add macdrv_set_view_hidden() to change that.
winemac: Change macdrv_create_view() to not add the new view to a window's content view.
winemac: Make show_window() and hide_window() tolerate being called when there's no Cocoa window.
winemac: Extract some logic into a new function, sync_window_z_order().
winemac: Mirror the hierarchy of Win32 child windows with Cocoa views.
winemac: When a child window's client area is equal to its...
2013 Mar 01
0
Wine release 1.5.25
...gdi.h: Add definitions for DEVMODE display fixed output flags and values.
winemac: Implement EnumDisplaySettingsEx().
winemac: Implement ChangeDisplaySettingsEx().
winemac: Always use proper z-order when putting a window on screen.
winemac: Call sync_window_position() before show_window() since window frame affects whether it shows.
winemac: Don't bring a window onto the screen in SetFocus().
winemac: Implement SetCursor() and DestroyCursorIcon().
winemac: Use system cursors when possible.
winemac: Implement GetCursorPos().
winemac: Handle mouse m...