Re: [Gambas-user] Gui question = menu shadow left on screen after click

2011-01-19 Thread Benoît Minisini
> On Monday 10 January 2011 08:04:26 Benoît Minisini wrote: > > > Hi list > > > > > > Enclosed is picture - when I click on a menu item, and the code > > > attatched to a menu item > > > > "attached" how ? Where ? > > to explain further > > Menu may have several items: > -- display result > --

Re: [Gambas-user] Gui question = menu shadow left on screen after click

2011-01-09 Thread richard terry
On Monday 10 January 2011 08:04:26 Benoît Minisini wrote: > > Hi list > > > > Enclosed is picture - when I click on a menu item, and the code > > attatched to a menu item > > "attached" how ? Where ? > to explain further Menu may have several items: -- display result -- delete document -- displ

Re: [Gambas-user] Gui question = menu shadow left on screen after click

2011-01-09 Thread Benoît Minisini
> Hi list > > Enclosed is picture - when I click on a menu item, and the code attatched > to a menu item "attached" how ? Where ? -- Benoît Minisini -- Gaining the trust of online customers is vital for the success o

[Gambas-user] Gui question = menu shadow left on screen after click

2011-01-09 Thread richard terry
Hi list Enclosed is picture - when I click on a menu item, and the code attatched to a menu item has any sort of delay to it - for example accessing a database to pull back data, then the shadow of the menu remains on the screen. I've tried putting a wait before the actioning of the menu item,