Difference between revisions of "GUI design"

From Lazarus wiki
Jump to navigationJump to search
(GUI disign notes)
 
Line 2: Line 2:
  
 
When working on lazarus, certain design guidelines need to be taken into consideration. To prevent a diverity of styles and ensure the clarity of dialogs. The next article tries to summarize several guidlines to help you designing.
 
When working on lazarus, certain design guidelines need to be taken into consideration. To prevent a diverity of styles and ensure the clarity of dialogs. The next article tries to summarize several guidlines to help you designing.
 +
 +
==Dialogs==
 +
When adding forms to lazarus, be sure to keep in mind what is trying to be achieved here. Do you need the user to make some setting? Or should the form stay on top until the user closes it?

Revision as of 09:00, 18 July 2005

Overview

When working on lazarus, certain design guidelines need to be taken into consideration. To prevent a diverity of styles and ensure the clarity of dialogs. The next article tries to summarize several guidlines to help you designing.

Dialogs

When adding forms to lazarus, be sure to keep in mind what is trying to be achieved here. Do you need the user to make some setting? Or should the form stay on top until the user closes it?