Re: [Gambas-user] menu button events Q

2009-12-12 Thread Rolf Schmidt
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

Re: [Gambas-user] menu button events Q

2009-12-11 Thread richard terry
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

Re: [Gambas-user] menu button events Q

2009-12-11 Thread BenoƮt Minisini
> 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

Re: [Gambas-user] menu button events Q

2009-12-11 Thread Fabien Bodard
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

[Gambas-user] menu button events Q

2009-12-10 Thread 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 to work either (gambas3 + qt4). Is there something special