wxFancyPanel v0.1 for MSW

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

wxFancyPanel v0.1 for MSW

Post by T-Rex »

Hello.

I just finished some new component... It is a some kind of top-level window which looks like this:

Image

or like this:

Image

The source code is avaliable at http://ttanalytics.nm.ru/wxcomponents/w ... yPanel.zip

Currently avaliable inly for MSW... I mean it should work under Linux but you will not be able to drag it by client area.

Regards,
T-Rex

PS: Does anybody know how to drag the window by client area under Linux/GTK+/X11?
sethjackson
Super wx Problem Solver
Super wx Problem Solver
Posts: 396
Joined: Wed Oct 05, 2005 1:19 am

Post by sethjackson »

Very nice. :) I like the look of it. Great work. 8)
Ksmith22
I live to help wx-kind
I live to help wx-kind
Posts: 199
Joined: Mon Nov 21, 2005 4:34 pm

Re: wxFancyPanel v0.1 for MSW

Post by Ksmith22 »

T-Rex wrote:PS: Does anybody know how to drag the window by client area under Linux/GTK+/X11?
Check the Shaped sample that comes with widgets. I am not positive but I think it works with those platforms (I don't have them to test so maybe I'm wrong)
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

wxFancyPanel v0.1.1 for MSW and X11

Post by T-Rex »

Well, I managed how to make it work under X11 but I have some problems on making wxFancyPanel shaped under Linux (see http://forums.wxwidgets.org/viewtopic.php?t=5547) also I still can't make it work under wxGTK (it calls EVT_WINDOW_CREATE handler infinitely and this causes segmentation fault).

New version is avaliable at http://ttanalytics.nm.ru/wxcomponents/w ... yPanel.zip

wxX11 screenshots:

Image

and

Image

Regards,
T-Rex
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

Neat panels - but what about using wxBitmapButton to have a button that looks more like the dialogs?
[Mostly retired moderator, still check in to clean up some stuff]
User avatar
T-Rex
Moderator
Moderator
Posts: 1248
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

I will add this functionality in future versions... after I manage how to make it work under wxGTK
Post Reply