On Aug 22, 2006, at 7:55 AM, Maarten de Vries wrote:
When I try to create a new clipboard object in a console app, RB
tells me
that there is no class with this name. I didn't spell it wrong, so
could
anyone confirm this? Or explain it. Cause it doesn't have anything
to do
with graphical stuff. It seems very normal to me for a consol
application to
acces the clipboard.
Console applications are meant to be able to run when no user is
logged in. Clipboards pertain to the current user, and also have no
life in the CLI world. Any attempt to access the Clipboard in a
console application when not logged in would result in a crash. So,
they are not accessible.
You might try making an invisible GUI app instead.
HTH,
Jon
--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>