search for: antimatter

Displaying 2 results from an estimated 2 matches for "antimatter".

2007 Jan 21
1
A Thread / Mock question
Hi! What I''m trying at the moment is to build specifications for some background thread code. What I want is a class Task and a class TaskRunner. The TaskRunner should run a task in a background thread. It should also indicate the status of the running task when calling the running? method. That''s basically, what I came up with so far: class TaskRunner def initialize
2008 Oct 11
2
Running GUI applications in background
Is that possible ? e.g run notepad.exe in console(not in WM) and it runs in background without creating windows in VM run gui applications without window manager so they stay in background(no need input from user)