Search found 39 matches
- Wed Jul 18, 2012 11:12 am
- Forum: Component Writing
- Topic: Custom control with transparent parent
- Replies: 3
- Views: 6900
Custom control with transparent parent
Hi, I'm having a custom control (with paint and erase background event ) on top of a transparent parent frame (moveable using mouse event) and i'm trying to draw a transparent png to the centre of the control without any luck. What i'm getting is an image with black rectangle as background!. please ...
- Wed Jul 18, 2012 10:39 am
- Forum: Component Writing
- Topic: Transparent frame with opaque controls
- Replies: 2
- Views: 7483
Re: Transparent frame with opaque controls
Hi doublemax,
Sorry for my late reply. I'm able to get transparent frame with opaque controls by just having empty paint and erase background event with wxBORDER_NONE style for the frame.
Thanks
Sorry for my late reply. I'm able to get transparent frame with opaque controls by just having empty paint and erase background event with wxBORDER_NONE style for the frame.
Thanks
- Tue Jun 05, 2012 1:49 pm
- Forum: Component Writing
- Topic: Transparent frame with opaque controls
- Replies: 2
- Views: 7483
Transparent frame with opaque controls
Hi,
I've a frame with wxStaticBitmap when i make the frame semi-transparent using wxTopLevelWindow::SetTransparent(), staticbitmap also gets transparent.
Is there a way we can make only the frame transparent and not the controls?.
Thanks in advance,
Have a nice day!
Rajan.M
I've a frame with wxStaticBitmap when i make the frame semi-transparent using wxTopLevelWindow::SetTransparent(), staticbitmap also gets transparent.
Is there a way we can make only the frame transparent and not the controls?.
Thanks in advance,
Have a nice day!
Rajan.M
- Sun Feb 19, 2012 7:52 am
- Forum: General Development
- Topic: wxClient request timeout error
- Replies: 1
- Views: 2131
wxClient request timeout error
Hi,
I'm currently working with wxServer and wxClient and i'm getting request timeout error from client connection while server is still processing the client request.
Is there any way to make the client to wait till the server responds with the result?.
I'm currently working with wxServer and wxClient and i'm getting request timeout error from client connection while server is still processing the client request.
Is there any way to make the client to wait till the server responds with the result?.
- Fri Jul 03, 2009 9:22 am
- Forum: Component Writing
- Topic: Associating a file with my application - Reg
- Replies: 2
- Views: 1713
Associating a file with my application - Reg
Hi, :) I'v written (wxWidgets)application program in windows platform, which will read the content of a input file(for eg,txt) specified by user and do some processing :| . My Requirement: when i double click the input file it has to trigger the aplication program and has to do the processing :shock...
- Tue Feb 17, 2009 11:27 am
- Forum: Component Writing
- Topic: wxGridSizer-Reg
- Replies: 1
- Views: 1005
wxGridSizer-Reg
Hi
,
Is there any way to add controls column wise in wxGridSizer
.
by default it is adding controls row wise.

Is there any way to add controls column wise in wxGridSizer

by default it is adding controls row wise.
- Tue Jan 27, 2009 3:42 pm
- Forum: Component Writing
- Topic: ColourPickerControl - Reg
- Replies: 1
- Views: 1319
ColourPickerControl - Reg
Hi
,
I need a control(image attached) which can be used to set colour of some target control or its parent
.

I need a control(image attached) which can be used to set colour of some target control or its parent

- Tue Jan 27, 2009 7:01 am
- Forum: Component Writing
- Topic: Menubar - Reg
- Replies: 2
- Views: 1572
- Wed Jan 21, 2009 7:35 am
- Forum: Component Writing
- Topic: Menubar - Reg
- Replies: 2
- Views: 1572
Menubar - Reg
Hi
,
How to set background colour of menubar
.
I tried wxWindow::SetBackgroundColour() but it doesn't work
.
Thanks in advance,

How to set background colour of menubar

I tried wxWindow::SetBackgroundColour() but it doesn't work

Thanks in advance,