From 30947b5dff21bd265bc34d5c62b3ec19a26c96e6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 16 Dec 2019 16:27:48 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 1ab1ec24..091fd3d2 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1062,6 +1062,10 @@ browse.items.makeSubContext('field', // a reasonable default... // there are several ways this can be done: // - generic dialogs in browse.js +// ...the quiestion with this approach is that we need the +// resulting dialogs to get wrapped in the same way as the +// parent... +// ...this can be done via inlining or temporarily redrawing.... // - a way to define defaults -- global options? // - access to the .app -- should be configurable... // - default methods .showEditableList(..) / .showList(..) on make(..)