Am Montag, den 01.02.2010, 17:09 -0600 schrieb Bill Richman:
> Of the three you listed, I use gb.gui only.  If I should be using 
> something else, I'd be glad to try it.  I'm running Ubuntu 8.10 
> ("Intrepid") with Gnome 2.24.1 desktop.  Interestingly, when I try to 
> build a simple project to show the menu problem, the menus work 
> (naturally... X-/) but they only remain visible as long as you've got 
> the right mouse-button down.  Before I did brain-surgery on Gambas, my 
> project used to have a hidden menu which would be activated by the 
> iconview1_mouse.down() /mouse.right combination and it would _stay_ 
> visible until you made a selection.  In the attached demonstration 
> project, the menu appears when you right-click on the iconview, but it 
> vanishes if you release the right button.  Also, if you watch the 
> console, the call to "hiddenmenu.popup" returns instantly, even if you 
> keep the right button down.  Is this the intended behavior?  I'm 
> confused.  (Big surprise there, I know...)
> 
> Bill Richman - Lincoln, Nebraska
> Tilter at windmills, maker of pies in the sky, & curmudgeon
> email: b...@geektrap.com  web: www.geektrap.com
> 

Salut Bill,

FMain.IconView1_MouseDown.14: Before popup call
FMain.IconView1_MouseDown.16: after popup call
FMain.action_activate.8: action_activate: key = choice1
FMain.IconView1_MouseDown.14: Before popup call
FMain.IconView1_MouseDown.16: after popup call
FMain.action_activate.8: action_activate: key = choice2

this is the output from you test-project on my Ubuntu 8.04.3  LTS.

I get like expected, the popup menu and can choose an entry.
So I think something wired on your box. 


-- 
Amicalement
Charlie


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to