Wonderbar

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Wonderbar

Post by Michael Vogel »

If anyone needs a simple start menu, you can try that one...

W o n d e r b a r

Hint: to add programs, just drag and drop it to the bar - if you don't want to slide in the bar (move the mouse cursor to the top left screen position) you can make it visible permanently (Ctrl+Shift+F3). Use F1 for a short information and F9 to set options...

Image
Last edited by Michael Vogel on Sun Jan 15, 2017 4:16 pm, edited 3 times in total.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Re: Wonderbar

Post by Mistrel »

Would you mind posting some screenshots?
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Wonderbar

Post by davido »

@Michael Vogel ,
Tried it out on Windows 10. Works on all desktops.
Nice interface and very easy to use. I use a Mac so moving the mouse to a corner is second nature.
Looks great! :D

Was this really written purely in PureBasic?
DE AA EB
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: Wonderbar

Post by walbus »

@Michael Vogel
Without a better description and pictures, hardly anyone will start a unknown exe :wink:
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Wonderbar

Post by Michael Vogel »

walbus wrote:@Michael Vogel
Without a better description and pictures, hardly anyone will start a unknown exe :wink:
No risk, no fun :twisted:

It's a menu where you can put your tools to be started easily, just start it, move the mouse cursor to the left top screen and have a look...

Image Image Image

PS: 100% Purebasic code (and also the program which creates my wallpaper seen in the background)
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: Wonderbar

Post by walbus »

No fun, no risk :wink:
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Wonderbar

Post by dige »

Cool! It's goin better and better! (y)
"Daddy, I'll run faster, then it is not so far..."
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Wonderbar

Post by Michael Vogel »

dige wrote:Cool! It's goin better and better! (y)
Thanks, but don't expect this for all time :D

Anyhow, I've added some more options today...

Image
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Wonderbar

Post by dige »

Thx! :D How can I change the hotspot from up left to up right?
"Daddy, I'll run faster, then it is not so far..."
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Wonderbar

Post by Michael Vogel »

dige wrote:Thx! :D How can I change the hotspot from up left to up right?
Not now, sorry (maybe I'll do that somewhen in the future, but that's not a promise :mrgreen: )

Hint: actually you can choose between just a single dot (0|0), a diamond around 0|0 (which is a triangle when using a single monitor), a line (x=0) or a band (0>=x>=5). Some of these variants have been made to work fine with touchscreen tablets.
dige
Addict
Addict
Posts: 1247
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: Wonderbar

Post by dige »

dige wrote:Thx! :D How can I change the hotspot from up left to up right?
Michael Vogel wrote:Not now, sorry (maybe I'll do that somewhen in the future, but that's not a promise :mrgreen: )
May I ask again? ;)
"Daddy, I'll run faster, then it is not so far..."
User avatar
mk-soft
Always Here
Always Here
Posts: 5335
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Wonderbar

Post by mk-soft »

Cool :D

P.S.
I can edit the ini-file to added own programs.
How to added own programs normality

P.S. 2
I found it

But:
- I can´t add own program on empty group
- I can´t cancel add own program
- Delete program without dialog

Perhaps Add and Delete entries over context (right mouse click)

It´s a very nice program :wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
Michael Vogel
Addict
Addict
Posts: 2666
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: Wonderbar

Post by Michael Vogel »

@dige - left to right would need quite a lot of changes, (actually) I don't have enough time for doing so, sorry.
@mk-soft - not sure, if these are the right answers for your question (tell me, if not):

* Ctrl+F9 toggles admin mode (when off, you can't delete things accidently)
* Shift+F7 should add a program to an ampty group as well (alternatively you can drag a program to the left/top corner, and drop it where you want after the wonderbar has appeared)
* Canceling is not implemented, you are right (maybe I'll add that, there's not a lot of comfort to keep the program small)
Post Reply