SD wrote:
> Hello Klaas,
> 
> Ok.
> 
> wxWindow in wxWidgets 2.8.0 and above has SetTransparent (wxByte alpha)
> member, i tried it. It makes the whole Frame transparent. For wxPanel i dont
> get it work. The style wxTRANSPARENT_WINDOW also doesnt work for wxPanel.
> 
> Only i can do/found is to catch the ON_ERASE_BACKGROUND event for the
> wxPanel and set the event.Skip () in it. The wxPanel gets transparent but
> After that updating the background is another Problem. Maybe i can solve
> this with the window in the background, he can give himself a refresh event
> or so.


So if i understand well, it is only working for wxFrame, and not the rest 
(wxWindow in general ).
 From what i read this is already a wxWidgets problem right?

If you find a way to make a transparent wxWindow, we can have a look at 
a2dCanvas too.

Klaas



-- 
Unclassified

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to