Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
304 views

What is the simplest way to create a shaped window in wxPython?

I'd like to create a simple shaped window in wxPython. More or less I want to do the wx equivalent to Tkinter's self.overrideredirect(1) (It get's rid of the default OS boarder), then round the ...
2
votes
4answers
534 views

Multi-Shaped CSS Layers \ Non-rectangular CSS Layer

is it possible to make CSS Layers shaped like the following image... i know we can have images of this shape and with transparent backgrounds we can have Layers shaped like these... but no i want ...
2
votes
3answers
532 views

wxWidgets custom window shape (PNG)

I'm using wxPython bindings for wxWidgets. Is it possible to create custom-shaped window from PNG image and in count alpha-channel? Take a look at VS2010 splash screen to see what I mean: ...
2
votes
3answers
3k views

How to draw a transparent frame in wxpython

UPDATE I completely rephrased the question I want to create a window with round corners, that's also semi-transparent. I managed to make a frame semi-transparent by calling the SetTransparent( alpha ...
2
votes
2answers
765 views

Desktop graphics - or “skinned” windows

I'm looking for a way to draw animations right on the desktop. No window frames and with transparent background. I'm using Python in windows XP for it, but it doesn't have to be cross platform, ...
1
vote
1answer
165 views

changing the shape of jframe

I don't know whether it is possible or not.Is there any way to change the shape of jframe into circle
1
vote
3answers
461 views

L shaped java application window

I want to create a java application that is the shape of an "L" so that the application only occupies the left and bottom borders of the screen. I also do not want the normal borders and title bar at ...
1
vote
1answer
358 views

Window-overflowing widget in wxWidgets

I'm looking for a way to implement this design in wxPython on Linux... I have a toolbar with a button, when the button is pressed a popup should appear, mimicking an extension of the toolbar (like a ...
0
votes
0answers
73 views

Can someone give me an example of using gdk_window_shape_combine_mask() with Cairo?

I've been combing documentation of Cairo and Gtk+ functions, but it seems like there's a transition away from using GdkPixmaps (which the window shape function requires) toward Cairo, which makes ...
0
votes
1answer
206 views

background color not changing in circular application

I'm playing around with visual controls and colors in a simple background color changing program I've written. I also wanted to incorporate the circular application window, which I did by creating a ...
0
votes
4answers
199 views

Why is this code not accepting this png images transparency?

I've isolated the cause of the problem to be the image, since the code seems to work with other png images with transparency. However, it doesn't seem to work with the one image I need it to. This ...
0
votes
1answer
563 views

Delphi TRichEdit Set background shape as rounded edge rectangle

My problem is to set the background shape to something like rounded edge rectangle. The fact that when you put background color on the text on TRichedit, the background shape would be a rectangle, not ...