GUI design - general questions

Just starting out? Need help? Post your questions and find answers here.
joahim
New User
New User
Posts: 5
Joined: Thu Nov 11, 2010 3:28 pm
Contact:

GUI design - general questions

Post by joahim »

Hi!

I've just started my adventure with PB (anyway, the last BASIC that I used to learn was Commodore Basic 2.0).
I'm working on my first [multi-platform] program, that would consist of some modules.
I'm looking for the best way for switching between modules:

1. One main window on the left side with drawn icons of modules:
Image

2. Two windows - main screen with the choice of modules and another window with the application module
Image

3. One window, the modules are under a few tabs:
Image

Q1: Which version is in your opinion the most comfortable for the programmer and/or user?

Q2: In the beginner's guide [for PB v.4] I read that drawing on windows is "not preferred" because of troubles with refreshing screen. Is that problem solved or not in newer PB-versions? Is that possible that the 1st GUI could cause some problems with drawn buttons/gadgets?

[Sorry for my poor English]

Best regards and thanks for your suggestions,

Wojtek
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: GUI design - general questions

Post by Rook Zimbabwe »

Different platforms have diffrent usser preferences...

I suggest a TOOLBAR though... you can find several interesting ideas in Proncie's ork:
http://www.purebasic.fr/english/viewtop ... t=+toolbar+

AAnd others... I think PureFORM assists you in creating a toolbar as well... I just made a row of ICONS under the menubaar and called it an iconbar!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Derek
Addict
Addict
Posts: 2354
Joined: Wed Apr 07, 2004 12:51 am
Location: England

Re: GUI design - general questions

Post by Derek »

OT, hey Rook, what's wrong with your keyboard? I've noticed a few of your posts lately have a few double letters in places. :wink:
PureLust
Enthusiast
Enthusiast
Posts: 478
Joined: Mon Apr 16, 2007 3:57 am
Location: Germany, NRW

Re: GUI design - general questions

Post by PureLust »

Derek wrote:OT, hey Rook, what's wrong with your keyboard? I've noticed a few of your posts lately have a few double letters in places. :wink:
[OT]
Hopefully it's just a malfunction of his keyboard, and not Parkinson's disease making his fingers shivering. :wink:
[/OT]
[Dynamic-Dialogs] - create complex GUIs the easy way
[DeFlicker] - easily deflicker your resizeable Windows
[WinFX] - Window Effects (incl. 'click-through' Window)
Post Reply