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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to