Project

General

Profile

Feature #93

Updated by I. Denisov almost 10 years ago

When you open (using OpenAux for example) If opened a Form it is automatically converted from Layout mode containing a Tab view with the menu entries File -> Open Aux... or Open Tool... . It used to Mask mode which is write a real convenience. However Forms on spurious error report to the Tabs of Log. 

 To reproduce the error: 
 1 - Use the Controls Menu to create a new empty Form. 
 2 - Use the Controls Menu to insert a Tab View. 
 3 - Save this Window as 'D:\BlackBox\Priv\Rsrc\Form.odc', or whatever you like! 
 4 - Drag the Tab View in onto the desktop to create a Form are not converted. new Window. 
 5 - Save this (new) Window as 'D:\BlackBox\Priv\Rsrc\Tab.odc', or whatever you like! 
 6 - Close both Windows. 

 Now try the Commands below: 
 <Ctrl> Q "StdCmds.OpenAuxDialog ('D:\BlackBox\Priv\Rsrc\Tab.odc','Tab View')" 
 <Ctrl> Q "StdCmds.OpenAuxDialog ('D:\BlackBox\Priv\Rsrc\Form.odc','Form View')" 

 The first puts the unnecessary error message "container expected" into the Log. 
 The second fails to convert the Tab to Mask mode.

Back