Hi.
Maybe this helps:
1. on parent of multiline (e.g. on the form): setting "hoverHelpEnabled= true"
2. event to script: hoverHelpRequested (e.g. on form) -> setHoverHelpText: callData
3. implement setHoverHelpText: callData
setHoverHelp: callData
callData item name = 'Multi-line Edit1' ifTrue: [callData labelString: 'Hello'].
Regards
Alex
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/va-smalltalk/-/_6buLv3WRHcJ.
To post to this group, send email to
[hidden email].
To unsubscribe from this group, send email to
[hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.