Difference between revisions of "3rd:Layout control"

From wiki.visual-prolog.com

(New page: A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the en...)
 
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
A layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. Controls can be hidden (and reshown), resized and moved by the end-user.<br>
"LAYOUT" is a layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog. <br>
Please visit:
One control is displayed in one "pane".<br>
http://www.acsumama.com/VIPDeveloper/layout.htm
At runtime, the user can:
*hide/show panes
*reorganise pane layouts
*resize panes
*swap panes.
 
It replaces <b>SplitN_Control</b>. There is no limit to the number of panes/controls.<br>
To download the DLL, glue code, example, and view the details, please visit:
[http://www.acsumama.com/VIPDeveloper/layout.htm Link not found August 04, 2013]


[[Image:layout7.jpg]]
[[Image:layout7.jpg]]

Latest revision as of 04:15, 5 August 2013

"LAYOUT" is a layout control, a DLL written in VIP7.3, allowing layouts of several child controls to be displayed in a form or dialog.
One control is displayed in one "pane".
At runtime, the user can:

  • hide/show panes
  • reorganise pane layouts
  • resize panes
  • swap panes.

It replaces SplitN_Control. There is no limit to the number of panes/controls.
To download the DLL, glue code, example, and view the details, please visit: Link not found August 04, 2013

Layout7.jpg