gettingstarted
[Top] [All Lists]

How to disable keyboard keys? Re: Saving a PICT file...

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: How to disable keyboard keys? Re: Saving a PICT file...
From: "cipher.one" <cipher dot one at gmail dot com>
Date: Mon, 27 Nov 2006 21:13:00 -0600
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=rW8QOm1qxDp2VSr6irs4o92NOGwQry+b3KwJZP2tReNOCqa588xoRk7EqsOSDOo3kSAM66jndlu7T/9Js+tuOQj8U3zP53g1MmfLhHg80F+Y5YbqG8hEeE6KEWlqKt1k+WEeY5JxAlFx1AabGg5Y/dbwY/HTghVvPOPBVJW6G/I=
References: <29539 dot 216 dot 56 dot 22 dot 34 dot 1164644819 dot squirrel at mail dot athenet dot net> <165843F9-806C-4FE2-8409-3D3FAA7832B4 at hit dot net> <FE71A7AD-F80C-4DCC-A7A6-6898E7EBA9B7 at athena dot net>
Hello Everyone,

I am trying to create a screen blocker for my computer. I am using a window (with FullScreen Property = True and MenuBarVisisble Property = false) to block the whole screen. I would like the window blocking the screen not to allow any keyboard key or keyboard combinations. In Windows, I don't want the user to be able to disable the blocking window using "command + alt + delete" or the start menu keyboard key to display the start menu. In Mac, I don't want to user to be able to display the "force quit application" or any key combinations to disable the screen.

can anyone help with this?


Thanks for your help

BT

On Nov 27, 2006, at 8:26 PM, Tristan wrote:

I saw it in the Folderitem Topic in the Language Reference. There is a table of values and it says 100 for a Pict. Verify that.


On Nov 27, 2006, at 2:04 PM, CV wrote:

On Nov 27, 2006, at 8:26 AM, tornado at athenet dot net wrote:

Why doesn't this work:

f = GetSaveFolderItem( "image/pict", "Picture 1.pict" )
if f <> Nil then
 f.SaveAsPicture(p,100)
end if

I get an UnsupportedFormatException Error. What am I doing wrong?


100 has not been a supported format in the past. Are you sure that it is in your version of Rb, or should it be 1 rather than 100?

Best,

Jack


_______________________________________________
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>


_______________________________________________
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>

_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>