On Tue, 30 Sep 2014 10:59:36 +0200
Rolf-Werner Eilert <eilert-sprac...@t-online.de> 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 <bbr...@paddys-hill.net>

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to