Bugs item #4101, was opened at 2006-04-14 15:27
You can respond by visiting:
http://rubyforge.org/tracker/
?func=detail&atid=411&aid=4101&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: create hash param
Initial Comment:
hi,
problem with process, when I do
pid = Process.create(
:app_name => command[0],
:creation_flags => Process: ETACHED_
PROCESS||Process::ABOVE_NORMAL,
:startf_flags=> Process::USESHOWWINDOW,
:sw_flags => Process::SW_MINIMIZE
)
it appear in the normal show windows, ane the ABOVE_NORMAL
is'nt used.
it seems that the parameters arent used .
any help?
------------------------------------------------------------
----------
Comment By: Tophe Vigny (tophe)
Date: 2006-04-14 15:29
Message:
pid = Process.create(
:app_name => command[0],
:creation_flags =>Process: ETACHED_
PROCESS
:sw_flags => Process::SW_MINIMIZE
)
won't work too !
please advice
------------------------------------------------------------
----------
You can respond by visiting:
http://rubyforge.org/tracker/
?func=detail&atid=411&aid=4101&group_id=85
_______________________________________________
win32utils-devel mailing list
win32utils-devel rubyforge.org
http://rubyforge.org/mailman/listinfo/win32utils-devel
|