Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Windows': 0.02; 'variables': 0.07; 'subject:using': 0.09; 'subject:GUI': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'outlook': 0.22; 'email addr:gmail.com>': 0.22; 'this?': 0.23; 'script': 0.25; '>': 0.26; 'excel': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'another': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'data,': 0.36; 'doing': 0.36; 'error.': 0.37; 'skip:& 10': 0.38; 'e.g.': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'browser': 0.61; 'back': 0.62; 'etc),': 0.84; 'mistake': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DDfz1tmuZ7emJ7UvkHaGFrLLI3RjJf+PQlRVdV0M4mk=; b=ufX3g9e3qsx8rkgFOFGEh5Wxx91GNtGk0s7jLixLv2PiC8fvvsswmB/rflVYgwczJt uRkR/EnKU+4I8MxiqkeuaELhrpOTGswYfYqbLHzGOYHQ2vPLQnbQ8B3yEdF0RRGyxADT ukJtT8LcNuMfWq5viIHieijhkAKSHHL22ACc7rDIwWDNPlzt0O5G5ApoZi5HDS9vM27Z y8S0RItCqJK6mBuO3YBTdLmoD4P6j51lIeYkfb99d8Of4FG4E356blyC4S6eGm/KdalA mPm1oDSXu2QvACDUoM5/peXou7hGTEt+uOdeVyy2fONA8MH6ifnuE1VkZ5Wb/yljGioE 0olA== MIME-Version: 1.0 X-Received: by 10.236.13.46 with SMTP id a34mr63944401yha.28.1401809252235; Tue, 03 Jun 2014 08:27:32 -0700 (PDT) In-Reply-To: References: <0d04724b-d800-407f-9614-1a86c4a58769@googlegroups.com> Date: Tue, 3 Jun 2014 09:27:32 -0600 Subject: Re: Lock Windows Screen GUI using python From: Ian Kelly To: Python Content-Type: multipart/alternative; boundary=001a11c3dc3a85c0cf04faf026e5 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401809255 news.xs4all.nl 2846 [2001:888:2000:d::a6]:40275 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72526 --001a11c3dc3a85c0cf04faf026e5 Content-Type: text/plain; charset=UTF-8 On Jun 3, 2014 1:56 AM, "Jaydeep Patil" wrote: > I have another query. > > We can now block user inputs. But in my automation three is copy & paste work going on continuously in Excel before plotting the graphs. > > During copy paste of excel data, if user by mistake doing some copy & paste operation outside excel(for e.g. doing copy paste in outlook mails, firefox browser etc), it may be cause for the another error. > > How i can control this? Do you really need to use the system clipboard for this automation? Why not just store the data in script variables and write them back from the? --001a11c3dc3a85c0cf04faf026e5 Content-Type: text/html; charset=UTF-8


On Jun 3, 2014 1:56 AM, "Jaydeep Patil" <patil.jay2009@gmail.com> wrote:

> I have another query.
>
> We can now block user inputs. But in my automation three is copy & paste work going on continuously in Excel before plotting the graphs.
>
> During copy paste of excel data, if user by mistake doing some copy & paste operation outside excel(for e.g. doing copy paste in outlook mails, firefox browser etc), it may be cause for the another error.
>
> How i can control this?

Do you really need to use the system clipboard for this automation? Why not just store the data in script variables and write them back from the?

--001a11c3dc3a85c0cf04faf026e5--