[Gambas-user] popup masked

Jean-Yves F. Barbier 12ukwn at ...626...
Fri Aug 14 21:40:40 CEST 2009


Fabien Bodard a écrit :
> You must to set the popup on the form
> 
> Set the property of the list (ignore=true)
> 
> 
> The position of your popup is
> 
> iPos = listview.left
> hCont = listview.parent
> 
> do
>   iPos+=hCont.Left
>   hCont = hcont.parent
>   if hCont is WIndow then break
> loop
> 
> It's the method used for help popup, autocompletion list in the ide

Thanks, but unfortunately, that won't work with the way my coords are actually 
calculated.
I keep it, and when I'll review a stable code, will try to incoporate it.

JY
-- 
  I distinctly remember forgetting that. -Clara Barton




More information about the User mailing list