search for: sw_show

Displaying 5 results from an estimated 5 matches for "sw_show".

2005 Apr 21
9
Screen capture, save to file
Is there anything in the utils to capture a screen ( or maybe just a window) and save to a file. I have this, but I have no idea where it came from, but it gives a corrupted image Paul # -*- ruby -*- # screen capture -- # This script runs with a Ruby/DL which is included in ruby-1.7. require ''dl/import'' module ScreenCapture extend DL::Importable dlload
2007 Sep 13
5
problem with exec,system,WinExec, C functions
Hi, i'm using openwatcom under wine, all is ok, but next code will not work: #include <windows.h> void main( void ) { system( "foo.exe" ); } same problem for: #include <windows.h> void main( void ) { WinExec( "foo.exe", SW_SHOW ); } where "foo.exe" is a windows console aplication if i try to launch foo.exe with wine in a terminal window is working example: wine foo.exe is working fine ! how can i make my code working ? -- George Enescu 16/13 Hunedoara mobil: 0720301842 tel. : 0354401534 --------------...
2004 Dec 18
0
Removing COMSPEC from win32-open3
...ad", then it probably isn''t what you want. (More 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....
2005 Dec 18
8
Invoking Rails from an API
Hi, I am trying to use ruby int an embedded web server. The environment does not have the luxury of CGI or WebBrick. I find limited documentation on how to get this to work. As a test program on windows, I tried the code in the section below. I have the issues. 1. Is public/dispatch.rb the right script to invoke a rails app? If so, what is the right way to invoke dispatch.rb? 2.
2020 Sep 11
0
Wine release 5.17
...n missing. gdi32: Rename StyleName to style_name for consistency. gdi32: Use fixed size array for family and english name. gdi32: Compare full name before discarding faces. kernelbase: Also pass CreateFile2 file flags to CreateFileW. user32: Return TRUE from ShowWindow(SW_SHOW) if already visible. Zebediah Figura (36): quartz/vmr9: Avoid leaking the presenter's reference to the d3d9 device. winegstreamer: Fix a leak in gstdecoder_source_get_media_type(). amstream/tests: Avoid leaking "stream" in test_find_pin(). amstream/tests: Get...