Starting Zim IDE

ZimIDE at a Glance

The Zim Integrated Development Environment (ZimIDE) is a comprehensive tool designed for creating graphical user interfaces (GUIs) for Zim database applications. It enhances and integrates the functionalities of three previously separate development components for Zim applications:

  • Zim Painter
  • Zim Development Center
  • Data Dictionary Browser

ZIM Corporation is dedicated to the ongoing development and enhancement of ZimIDE and the Zim language, ensuring continuous evolution with new features and improvements.

General Features

  • Local and remote application development
  • Multiuser application development
  • Design and edit forms and displays in both GUI and TUI applications
  • Supports all Zim 9.50 platforms (Windows, Linux, iOS, Android)
  • Connect to multiple databases simultaneously
  • Browse the entire data dictionary through the Tree View Tab Page

Graphical User Interface Designer

New user interface objects for Zim 9.50:

  • Grid Control (from Zim 7.x)
  • Tab Control and Tab Page (managed automatically by the client, no extra Zim code required)
  • Tool Strip

New attributes for form fields:

  • Anchoring
  • Docking
  • The Attributes Tab Page can be configured to be always visible
  • Create and edit multiple objects simultaneously
  • Modern tabbed development interface: Each Form, Display, Window, Menu, and Document stays open in its own tab page

Document Editor

Designed as an embedded specialized editor for Zim application programs and other documents:

  • Syntax highlighting customized for the Zim language
  • Region expanding and contracting

Database Viewer Tab Page

Simultaneously browse every database currently connected to the development environment in a single tab page.


Starting Zim IDE

1. Starting Zim IDE from Zim Thin Client

You can invoke Zim IDE directly from Zim Thin Client or Zim QT (available in Zim 9.00):

  • Initialization: Zim IDE will initialize using the database connection from your current Zim Thin Client or Zim QT session.

2. Starting Zim IDE Directly

From the Zim installation directory:

  • Execute or double-click on the file ZimIDE.exe.

Alternatively, you can use shortcuts:

  • Desktop shortcut
  • Quick Launch toolbar
  • Start menu: Start → (All) Programs → ZIM → Zim 9.00 (or Zim 7.21) → Zim IDE

When starting directly, you’ll need to provide all necessary connection information since it’s not using an existing session.


Where:

User NameUser name from “users” table in the Zim database.  “ZIM” is default user.
PasswordPassword for user.  Default “ZIM” user has no password.
DatabaseLogical name of the database you are connecting to as it is defined in the file zimdb.zim, located in the ZIM install directory.
Port NumberPort that Zim Server is listening on.  The default port for Zim 9.00 is 6002, the default port for Zim 7.11 is 5001..
DriverSelect the driver version that matches the version of Zim that you are using.
Host NameThe IP Address or name of the computer that is hosting Zim Server.  You can use “localhost” if Zim Server is running on the same machine as Zim IDE.

 

Zim IDE Overview

Unlock the Power of ZimIDE:

Streamlined Development Process: ZimIDE integrates essential development tools into a single environment, simplifying the workflow and boosting productivity.

Enhanced Collaboration: Support for multiuser development allows teams to work together seamlessly, improving efficiency and project outcomes.

Comprehensive Platform Support: With compatibility across multiple platforms, ZimIDE ensures that your applications can be developed and deployed in diverse environments.

Continuous Improvement: ZIM Corporation’s commitment to ongoing development means that ZimIDE will keep evolving with new features and enhancements, keeping you at the forefront of technology.

Experience the Power of ZimIDE: Transform your Zim application development with ZimIDE. Whether you’re designing complex GUIs, managing multiple databases, or collaborating with a team, ZimIDE provides the tools and features you need to succeed. Try ZimIDE today and see the difference it can make in your development process.


ZimIDE at a Glance

The Zim Integrated Development Environment (ZimIDE) is a comprehensive tool designed for creating graphical user interfaces (GUIs) for Zim database applications. It enhances and integrates the functionalities of three previously separate development components:

  • Zim Painter
  • Zim Development Center
  • Data Dictionary Browser

ZIM Corporation is dedicated to the ongoing development and enhancement of ZimIDE and the Zim language, ensuring continuous evolution with new features and improvements.


General Features:

  • Local and Remote Application Development: Develop applications both locally and remotely with ease.
  • Multiuser Application Development: Support for collaborative development in multiuser environments.
  • Design and Edit Forms and Displays: Create and modify forms and displays for both GUI and TUI applications.
  • Platform Support: Compatible with all Zim 9.50 platforms, including Windows, Linux, iOS, and Android.
  • Multiple Database Connections: Connect to multiple databases simultaneously.
  • Data Dictionary Browsing: Browse the entire data dictionary through the Tree View Tab Page.

Graphical User Interface Designer:

New UI Objects for Zim 9.50:

  • Grid Control: Enhanced from Zim 7.x.
  • Tab Control and Tab Page: Managed automatically by the client, requiring no extra Zim code.
  • Tool Strip: New addition for streamlined UI design.

New Attributes for Form Fields:

  • Anchoring: Control the positioning of form fields.
  • Docking: Manage the alignment and docking of form fields.
  • Attributes Tab Page: Configurable to be always visible for easy access.

Simultaneous Object Editing: Create and edit multiple objects at the same time. Modern Tabbed Interface: Each Form, Display, Window, Menu, and Document stays open in its own tab page for efficient multitasking.


Document Editor:

Specialized Editor: Embedded editor designed for Zim application programs and other documents. Syntax Highlighting: Customized for the Zim language to improve readability and reduce errors. Region Expanding and Contracting: Easily manage code regions for better organization. Custom Editor Support: Set a custom editor to tailor the development environment to your specific needs and preferences.

$editor Object:

  • Syntax: $editor
  • Return Value: A character string that can be reset by an application program.
  • Description: The name of the text editor software for editing programs. By default, $editor is set to the name of an editor commonly used on the current operating system or to the value of the editor in the registry. Since Zim-X 9.50, the default editor is set to “IDE”. The name should include the full disk path if necessary, and special file path indicator characters can be used. The value of this object is used by the EDIT command.
  • Example: let $editor = "c:dosedit.com"

Database Viewer Tab Page:

Simultaneous Database Browsing: Browse every database currently connected to the development environment in a single tab page.


Technical Overview:

Integration of Development Components:

  • Zim Painter: A powerful tool for designing and editing graphical user interfaces.
  • Zim Development Center: Provides a comprehensive environment for developing and managing Zim applications.
  • Data Dictionary Browser: Allows developers to browse and manage the data dictionary with ease.

Multiuser and Remote Development:

  • Local and Remote Development: ZimIDE supports both local and remote development, enabling flexibility and collaboration.
  • Multiuser Support: Facilitates collaborative development, allowing multiple users to work on the same project simultaneously.

Platform Compatibility:

  • Cross-Platform Support: ZimIDE is compatible with Windows, Linux, iOS, and Android, ensuring that applications can be developed and deployed across diverse environments.

Advanced UI Design:

  • New UI Objects: ZimIDE introduces new user interface objects such as Grid Control, Tab Control, and Tool Strip, enhancing the design capabilities.
  • Form Field Attributes: New attributes like anchoring and docking provide greater control over form field positioning and alignment.

Efficient Development Interface:

  • Tabbed Interface: The modern tabbed development interface allows developers to keep multiple forms, displays, windows, menus, and documents open simultaneously, improving multitasking and efficiency.

Enhanced Document Editing:

  • Embedded Document Editor: The specialized editor for Zim application programs offers syntax highlighting and region management, making code editing more efficient and error-free.
  • Custom Editor Support: Developers can set a custom editor, allowing for a personalized and optimized development experience.

Comprehensive Database Management:

  • Database Viewer: The Database Viewer Tab Page allows developers to browse all connected databases simultaneously, streamlining database management.

 

Creating New Objects

 

Creating User Interface Objects

User interface objects are created using the New Object dialog. There are two ways to open this dialogue:

✓ From the Main Menu

✓ From the Menu Toobar

✓ From the Database Tab Page

From the Main Menu

✓  Select File then click on New.

From the Menu Tool Bar

✓  Click on the New icon in the Menu Tool Bar:

From the Database Tab Page

✓ Right-click on the type of object to be created and click on New:

✓ The New Object dialog will pop up.

The New Object Dialog

✓ If you are connected to multiple databases, make sure you select the correct database to which you want to add this new Zim object.

✓ Select the type of object that you wish to create.

✓ On the right side panel name the object you are creating, and select/define the dimensions if applicable.

✓ Click on the “OK” button to create the object.

Creating Database Objects

✓ From the “Database” tab, navigate to the type  of object you wish to create, right click on the object, and select “New” from the right click menu.

✓ The default attributes of the newly-created database object will appear in the GUI Designer page tab ins, since such objects have no visual attributes.

✓ If necessary, Modify the default attributes of the Database object created

Zim IDE Features

General Features

✓ Local and remote application development;

✓ Multiuser application development;

✓ Design and edit forms and displays in both GUI and TUI applications;

✓ Design and edit graphical report templates (under development);

✓ Supports all Zim 7.12 and Zim 9.00 platforms (Windows, Linux, etc.);

✓ Connect to multiple databases simultaneously;

✓ Browse the entire data dictionary through the Tree View Tab Page.

Graphical User Interface Designer

✓ New user interface objects for Zim 9.00:

  ✓ Grid Control

  ✓ Tab Control and Tab Page, managed automatically by the client (does not require extra Zim code)

  ✓ Tool Strip

✓ New attributes for form fields:

  ✓ Anchoring

  ✓ Docking

✓ The Attributes Tab Page can be configured to be always visible;

✓ Create and edit multiple objects simultaneously;

✓ Modern tabbed development interface:

  ✓ Each Form, Display, Window, Menu, and Document stays open in its own tab page.

Document Editor

✓ Designed as an embedded specialized editor for Zim application programs and other documents;

✓ Syntax highlighting customized for the Zim language;

✓ Region expanding and contracting;

Database Viewer Tab Page

✓ Simultaneously browse every database currently connected to the development environment in a single tab page.

Zim IDE Release Notes

Status of Zim IDE Components:

Beta
Beta
Beta
Under development

Known Issues:

✓ The following user interface objects are functional in Zim IDE, but are still being fine-tuned for Zim Thin Client and Zim QT:

  ✓ Grid Control

  ✓ Tool Strip

✓ The following attributes are functional in Zim IDE, but are still not fully supported by Zim Thin Client and Zim QT:

  ✓ Anchoring

  ✓ Docking

✓ Note: Forms can be created and saved with these user interface objects and form fields can be configured with these attributes, but they will not be usable until Zim Thin Client, Zim QT and the Zim language itself become capable of supporting them;

✓ The Application Generator is not supported in Zim IDE.

Zim 7.12 Limitations with Zim IDE:

✓ The Zim 7.12 runtimes do not support the new user interface objects available in Zim IDE;

✓ Forms and Displays can be designed using the same objects and features that were available in Zim Painter;

✓ The new user interface objects and attributes available in Zim IDE are only supported by Zim Thin Client and Zim QT (both are only available with Zim 9.00).

Introduction to Zim IDE

What is Zim IDE ?

The Zim Integrated Development Environment (Zim IDE) is a full-featured development environment to build graphical user interfaces (GUIs) for Zim database applications.

Zim IDE combines and extends the functionality of three separate development components for Zim applications:

Zim Painter

Zim Development Center

Data Dictionary Browser

ZIM is committed to the continuous development and improvement of Zim IDE and the Zim language.

As such, there will always be new features and improvements in  Zim IDE as we continue to develop and enhance its functionality.

Contents of this ZimIDE guide

This guide contains the following sections:

A brief description of the key features and functionality of Zim IDE.
The requirements to install and run Zim IDE on different operating systems.
The initialization steps required to start the first Zim IDE session after installation.
A description of the different components of Zim IDE.
A detailed description of all database objects and user interface components available in Zim IDE for the development of GUI-based Zim database applications.
An introduction to the available operations to create and edit windows, menus, displays, forms and form fields.
pt_BRPortuguese