473,378 Members | 1,564 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to do transparent (opaque) windows from Python

I want to build an application in Python that can show an opaque window
so that you can still see and type into any window that it covers.

Sort of like a software mylar transparency sheet placed over the screen.
I need to be able to type 'through' the transparency into the
underlying application, focus remains on the underlying window.

My application is assisted typing, but I can envisage other uses such as
on-screen rulers.

While I would like this to be multi-platform, I need it in MS-Windows.

Does anyone know of any Python packages that can do this type of thing?

Thanks,

Don.

Oct 6 '07 #1
1 1932
On Oct 6, 8:21 am, Don Taylor <nospamforme...@gmail.comwrote:
I want to build an application in Python that can show an opaque window
so that you can still see and type into any window that it covers.

Sort of like a software mylar transparency sheet placed over the screen.
I need to be able to type 'through' the transparency into the
underlying application, focus remains on the underlying window.

My application is assisted typing, but I can envisage other uses such as
on-screen rulers.

While I would like this to be multi-platform, I need it in MS-Windows.

Does anyone know of any Python packages that can do this type of thing?
I don't think opaque means what you think it means:
http://mw1.merriam-webster.com/dictionary/Opaque. The best option for
transparency is probably to look at the .NET framework in Windows, via
IronPython. I only say that because I know that I've seen demos of
transparent windows in .NET that were native to Windows and simple to
implement. I don't know if you can do transparency in wx, but I would
certainly check out the wxPython demos first to see if it has
anything. http://www.wxpython.org. wxpython would give you cross
platform support, if it works.

Matt

Oct 6 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Fearless Freep | last post by:
I know there's a PIL mailing list but I thought I would try the question here as well. I'm using PIL on Python 1.5.2 (stop laughing, it's what the ISP has for CGI and I don't have a choice) ...
9
by: don | last post by:
I want to create a transparent form and can write something on it by using Ink. I try to set form.backcolor = color.transparent, but it dosen't accept. And everything will be transprent when i use...
7
by: Peter Oliphant | last post by:
Using MakeTransparent one can supposedly turn a color used in a Bitmap to transparent. But, it looks to me like all it does it set these pixels to the color BackColor of the Control it's attached...
1
by: Per Larsson | last post by:
Hi all! I am working with a project and want to make a form that is semi transparent, and transparent to mouse clicks. (Se through and click through.) The form shall be visible but opaque and the...
4
by: ray well | last post by:
in my app i need to make a RichTextbox control transparent. i need it to be a like a pane of glass lying on a sheet of paper, where u can see everything on the sheet of paper not covered by text...
2
by: Trond Michelsen | last post by:
Hi. I have a transparent PNG-image that I would like to display on top of the rest of the web page. I've already got this part working. But, I'd like the background (as in "the part of the image...
4
by: google | last post by:
My app uses a tab control created in Access 97 and converted to Access 2000 format for clients who have Access 2000, 2003 and 2007. Being created in 97, the control does not have a...
3
by: Torleif Berger | last post by:
Is it possible to have a transparent Form? And by that I mean that the background should be transparent. I have tried to set the Opaque property, but that makes everything transparent. I use...
8
by: Brian Ward | last post by:
I am looking for a simple way to set the image transparency in a PictureBox. I have a moving PictureBox containing a graphic image .. moving by incrementing its Left property. The background...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.