[Gambas-user] TextArea Pop-up Menu on right click
B Bruen
bbruen at ...2308...
Tue Sep 30 15:10:05 CEST 2014
On Tue, 30 Sep 2014 10:59:36 +0200
Rolf-Werner Eilert <eilert-sprachen at ...221...> wrote:
> Hi,
>
> TextArea produces a pop-up menu when right-clicking on it. What can I do
> to get rid of this behavious, i. e. when I do not want the user to be
> able to manipulate the text via the pop-up menu?
>
> Thanks for your ideas!
>
> Rolf
>
>
Something like
Public Sub Form_Open()
TextArea1.PopupMenu = "mnuDummy"
End
(where mnuDummy does not exist) seems to work
hth
B
--
B Bruen <bbruen at ...2308...>
More information about the User
mailing list