Am Montag, den 01.02.2010, 13:42 -0600 schrieb Bill Richman:
> I recently reinstalled Gambas 2.19, and the project I was working on 
> seems to be working fine, except that right-clicking on an IconView 
> control on a form no longer brings up the hidden menu.  I've tried 
> deleting and recreating the menu entries and several other things.  On 
> the console, I see the "Calling SubplotOptions.Popup" immediately 
> followed by "Returned from SubplotOptions.Popup", but no menu ever shows 
> up.  If I set the top-level menu (SubplotOptions) to be visible, it 
> shows up as a regular drop-down menu, and the actions defined for it 
> work fine.  This was working previously, so I'm not sure what happened.  
> Any suggestions?
> 
> 
> PUBLIC SUB IconView1_MouseDown()
>  IF Mouse.Right THEN
>     DEBUG "Calling SubplotOptions.Popup"
>     SubplotOptions.Popup
>     DEBUG "Returned from SubplotOptions.Popup"
>  ENDIF
> END
> 

Salut Bill,

shown outside your screen or to tiny ? Didn't you report a size
problems ?

Shortly I found out, that it is a good idea, when I had "graphic"
troubles, to create a new user and looked if it also happend with that
newly created user.

-- 
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