GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Nine — Dialog Functions (continued)
Legato provides basic support for the Microsoft Rich Edit dialog control. See MSDN for additional information.
9.22.2 Rich Edit Control Types and Styles
Rich Edit uses the Edit Control style bits. By default the control is not multiple line. Example of a Rich Edit control:
CONTROL "", 101, "RichEdit20A", ES_MULTILINE | ES_WANTRETURN |
ES_AUTOVSCROLL |
WS_VSCROLL | WS_CHILD |
WS_VISIBLE, 24, 17, 60, 9, 0
9.22.3 Rich Edit Notifications
The following messages are sent via the dialog action procedure.
[In response to a message, the action procedure should calculate and set the new scroll position. Note that the notifications only express what the user requested but the control must be updated by the scroll to reflect the new position.
9.22.4 Rich Edit Control Functions
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.