Hello Richard
> Regarding keeping bookmarks, is there an accepted place to put them?, or
> just a settings file?
There are a lot of possibilities:
1. A file in the home directory - perhaps as xml-file
2. In a sqlite database as firefox do it, also as a file in the home directory
3. In a LDAP data
On Friday 11 December 2009 22:38:06 you wrote:
> > I've a menu button and want to be able to detect a right mouse click over
> > the text of the button.
> >
> > None of the events seem intereceptable in the usual way in code, and
> > creating an observor on the button and using stop events dosn't
> I've a menu button and want to be able to detect a right mouse click over
> the text of the button.
>
> None of the events seem intereceptable in the usual way in code, and
> creating an observor on the button and using stop events dosn't seem to
> work either (gambas3 + qt4).
>
> Is there s
That's ok on the rev 2475
2009/12/10 richard terry :
> I've a menu button and want to be able to detect a right mouse click over the
> text of the button.
>
> None of the events seem intereceptable in the usual way in code, and creating
> an observor on the button and using stop events dosn't seem
I've a menu button and want to be able to detect a right mouse click over the
text of the button.
None of the events seem intereceptable in the usual way in code, and creating
an observor on the button and using stop events dosn't seem to work either
(gambas3 + qt4).
Is there something special