613-518-1166 info@zimdatabases.com

ZIM Development Center (DC) for Zim 7

Adding Toolbars and Status Bars to the Application Designer

< All Topics

For those applications generated with Zim version 5.6 or earlier, Zim developers can add these new features to existing generated components manually (i.e. using the screen painter), or use the Application Designer to generate them by deleting the appropriate objects.

Note: Make changes manually if you have made extensive changes to menus or windows.

To add new toolbars and status bars using the Application Designer, use the following procedure:

 

Action Description

Command

1.

Delete all menus.

ZOMDestroy *$HMN, *$SMN

2.

Change the window style.

change all windows
  where winname like %$HMN’
  or winname like ‘%$SMN’
 let wdgborderstyle = 6

3.

Delete all messages.

delete all formfields
  where (formname like ‘%$HFE’
  or formname like ‘%$SFE’
  or formname like ‘%$HFB’
  or formname like ‘%$SFB’)
  and (fieldname = ‘messagefield’
  or fieldname = ‘stview’
  or fieldname = ‘ststate’)

4.

Regenerate all components using Application Designer.

 

 

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents