QBFinit / MDI Windows (OpenInsight Specific)
At 20 MAY 1998 05:11:40AM Anders Lindholt wrote:
In a MDI window I use "enable button bar" to read/write and also for using the QBF buttons.
In the quickEvent for QBFINIT I send messages to control/window using @window. Message is set to QBFINIT. QuickEvent for QBFRUN is set to @window, message to QBFRUN etc.
When I press QBFinit button QBF switch on with green/red light. But the problem is that the child window don't act as a qbf window.
When I use "enable system bar" in the child window everything is ok and works.
Why and how do I connect "system bar" menu in the MDI window to the child window ??
Any help ?
best regards,
anders
At 20 MAY 1998 07:44AM Don Bakke wrote:
Anders,
Why and how do I connect "system bar" menu in the MDI window to the child window ??
I'm not sure but I thought it has been determined that the button bar will only work against the window that uses it. Try sending your QuickEvents to @MDIACTIVE instead to see if that makes a difference.