Event of a control's property...
Posted
#1
(In Topic #1344)
Regular

My form's fileChooser control has a property fileView, which can trigger a 'menu' event - right-mouse-click for popup menu. But I get a compileError if I code:-
this naming of an event subroutine doesn't work either? - never gets called!
Code (gambas)
How do I name an event subroutine for a control's property object??
Many thanks,
chrisR
Posted
Guru

You cannot access the FileChooser internal FileView events through FileChooser in any way.
But you can create an Observer for the FileView
1 guest and 0 members have just viewed this.


