Hi Benjamin,
>1. have you planned to implement "tabbed container" ?
yes we planned to adopt parallel dialogs for the desktop and if once implemented it should be similar to the tabbed MDI container.
>2. dynamic dialogs will be available with START DIALOG ?
That's a very interesting question. Currently NO, a dynamic dialogs d.getNextEvent() will halt until the event arrived and is not
usable together with the fgl_eventloop() used in parallel dialogs.
(Well you can start a dynamic dialog somewhere from a parallel dialog, but as soon as you call d.getNextEvent() the fgl_eventloop() is inactive,
its the same as for a 'classic' dialog)
>3. what will the limitations be ?
I can't give you much insight here. It's intended that a program using parallel dialogs running on mobile runs untouched on desktop with a
similar UI.
What I'd like to know is if the many fglruns and DB connections are really biting you or is it more the weak interprocess communication between the processes that you think about changing code radically ?