[Gambas-user] DirView and FileView mouse events.
Jeffrey Cobb
maillists.gurulounge at ...626...
Mon Feb 11 00:23:26 CET 2008
I'm making a quick and dirty file browser for my low-end laptop.
Rox-filer doesn't cut it so I thought I'd throw something together in
Gambas.
So I was hoping to utilize a right-click context menu with these
controls... and add things like "cut, copy, open with", etc.
Jeff
On Mon, 2008-02-11 at 00:10 +0100, Benoit Minisini wrote:
> On dimanche 10 février 2008, Jeffrey Cobb wrote:
> > I'm can't seem to capture mouse events for the DirView and FileView
> > controls. Click seems to work ok... but I can't capture MouseDown or
> > MouseUp -- I'm attempting to capture the Right-Click event for these
> > controls.
> >
> > It's basically a Form with an HSplit Panel, the two above controls are
> > contained within the HSplit. I'm using the QT components.
> >
> > Jeff
> >
>
> DirView and FileView are not basic controls, so using MouseDown and MouseUp
> events have no sense. What do you want to do exactly?
>
More information about the User
mailing list