|
Copyright ® (1999-2003) EDMGROUP Pty Ltd - EZY Prolog Reference |
New in EZY Prolog Tutorials Download EZY Prolog main page
Welcome to new release of EZY Prolog - version 4.
This version is a major upgrade and provides more compatibility between EZY Prolog and Visual Prolog:
New GUI element - Property Lists with supported predicates
Enhanced GRID/TABLE control (see control description)
EZY Prolog GUI declarations can be used directly inside Visual Prolog applications.
Visual Prolog classes can be generated directly from EZY Prolog GUI declarations
Visual Prolog DLL can be used as external event handlers for EZY Prolog GUI elements
Visual Prolog DLL can be used to create custom controls
EZY Prolog event handers domain is compatible with Visual Prolog one.
EZY Prolog GRID_CALLBACK domain is compatible with Visual Prolog one.
Control border can be accessed programmatically (new language call)
Improved EZY Designer - show/hide controls using control tree
EZY Start Options - start EZY Prolog with one of the common task
EZY Statistics - display program execution statistics
Note:
This version is NOT COMPATIBLE with previous version (3) of EZY Prolog.
GUI declarations now have auto alignment parameter as domain (was a string before).
If you want to use your existing GUI declarations - simply make the following changes inside DCL files:
|
"Align to parent Right" |
align_to_parent_right |
|
"Center Horizontally" |
align_center_horizontally |
|
"Center Vertically" |
align_center_vertically |
|
"Center Inside Parent" |
align_center_inside_parent |
|
"Stick to Parent Right" |
align_stick_to_parent_right |
|
"Stick to Parent RightBottom" |
align_stick_to_rightbottom |
|
"Stick to Parent LeftBottom" |
align_stick_to_leftBottom |
|
"Align to parent RightBottom" |
align_to_parent_rightbottom |
|
"Fit to parent" |
align_fit_to_parent |
|
"Align to parent Bottom" |
align_to_parent_bottom |
|
" No alignment" |
align_none |
Previous version of - EZY Prolog version 3
December 1, 2005
Copyright © 2001-2003 EDMGROUP (Australia)