Author: reinhard Date: 2007-01-09 02:20:54 -0600 (Tue, 09 Jan 2007) New Revision: 254
Modified: hotline/ISSUES Log: Some of these issues are fixed now. Modified: hotline/ISSUES =================================================================== --- hotline/ISSUES 2007-01-09 08:16:41 UTC (rev 253) +++ hotline/ISSUES 2007-01-09 08:20:54 UTC (rev 254) @@ -1,14 +1,5 @@ This file lists some issues regarding forms and/or common -* There's no 'real' layout-management available (e.g. layout-manager) - -* If a datasource is empty (no recs available) a user should be able to specify - whether a new record should be inserted automatically or not. I would prefer - no automatic insert (see next one) - -* Controls should disable/enable themselfs if a block has no current record or - a new record is inserted. - * Use another key-binding for navigating between records. The cursor keys are really untypical for such an event. At least something like <CTRL>-<Cursor> could be used but not <Cursor> alone. @@ -26,10 +17,6 @@ * Modal dialogs have no 'Modal Result', so a trigger has no chance to get a clue of how the dialog has been closed. -* Triggers cannot use other triggers of the form, i.e. if a form defines two - named triggers 'trig_A' and 'trig_B', 'trig_A' cannot call 'trig_B' because - it's not available in it's namespace. - * Because a dialog has no menu available, there's no 'standard way' of a cancle-action. Someone has to add buttons with trigger-code. @@ -38,12 +25,3 @@ could be introduced having standard-actions (like 'close modal dialog with cancel-result, and so on) implemented. And such actions would then be assigned as button-attribute. - -* Readonly controls should display differently from 'modifyable' controls, e.g. - 'grayed out'. - -* Changes in entries that are not bound to a database field should not block - closing the form. - -* Entries that are not bound to a database field should not be reset when - "clear form" button is pressed. _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
