wxFlatMenu(Bar) v0.9 is released!

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
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

wxFlatMenu(Bar) v0.9 is released!

Post by eranif »

Hi,

I finally got to a point where I think that wxFlatMenu can be released as beta version (under wxWindows license ofc):

- Why did I created it at the first place?
- Well, I am simply sick of the normal menus... I wanted something unique for my application not the regular stuff!

So what does it include:

Everything that regular menu bar has except (two known missing functionalities that will be completed ASAP):
- No tooltips over toolbar items
- No scrolling is available if the menu height is greater than the screen height

I added a toolbar support for the menu bar, so one can easily add a toolbar to the menubar (not floating toolbars, as I think this is useless)

Some nice features that it has:
- Allows user to specify grey bitmap
- If no grey bitmap is provided, it generate one from the existing bitmap
- Hidden toolbar items / menu bar items - will appear in a small popmenu to the right if they are hidden
- Embedded customize dialog (with new a Notebook control - wxLabelBook, which can be used separatly)
- 4 different colour schemes for the menu bar (more can easily added)
- highly consfigurable

Links:
Source file (Linux makefile, VS7.1 sln):
http://www.eistware.com/flatmenu/1_nov/wxFlatMenu.zip

For the lazy people among us, here is a precompiled binary for win XP:
http://www.eistware.com/flatmenu/1_nov/ ... u_test.zip

here are some screenshots made on XP & Ubuntu (6 screenshots :D):
Image
Image
Image
Image
Image
Image

Hope you enjoy it, and remember it is beta, so bugs will probably exists
(in fact they will always exist!)
-Eran
Last edited by eranif on Sun Nov 05, 2006 7:25 pm, edited 1 time in total.
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
emarti
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 210
Joined: Sat May 07, 2005 8:24 pm
Location: Eskisehir, TURKEY
Contact:

Post by emarti »

Very Nice, cool. Thanks.
- T U R K E Y ?
- I love this country!

WebSites:
http://mebt.sourceforge.net/
http://wxquran.sourceforge.net/
Jorg
Moderator
Moderator
Posts: 3971
Joined: Fri Aug 27, 2004 9:38 pm
Location: Delft, Netherlands
Contact:

Post by Jorg »

Looks really great!
Your work is as always, outstanding!

Regards,
- Jorgen
Forensic Software Engineer
Netherlands Forensic Insitute
http://english.forensischinstituut.nl/
-------------------------------------
Jorg's WasteBucket
http://www.xs4all.nl/~jorgb/wb
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Great work!
Keep it up!
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
geralds
I live to help wx-kind
I live to help wx-kind
Posts: 186
Joined: Tue Nov 01, 2005 9:22 am
Contact:

Post by geralds »

Frankly this looks even better than wxCoolBar on Windows, and I'm delighted it runs on Linux. This will eliminate a lot of ugly #ifdefs and workarounds in my source.

I can't wait to add this to my project!
eranif
Moderator
Moderator
Posts: 610
Joined: Tue Nov 29, 2005 7:10 pm
Location: Israel

Post by eranif »

Hi,
Frankly this looks even better than wxCoolBar on Windows, and I'm delighted it runs on Linux. This will eliminate a lot of ugly #ifdefs and workarounds in my source
Thanks!

Make sure you use the source files from the SVN (link is in my signature) and not the link provided here, since fixed many little bugs.

-Eran
IDE: CodeLite + wxCrafter
OS: All
https://wxcrafter.codelite.org
https://codelite.org
Post Reply