[Gambas-user] popup masked

Fabien Bodard gambas.fr at ...626...
Fri Aug 14 21:12:23 CEST 2009


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


2009/8/14 Jean-Yves F. Barbier <12ukwn at ...626...>:
> Hi list,
>
> I'm using the excellent piece of code from Dimitris to create popups on a left click
> using a ListView.
>
> Construction overlapping is: Form / Panel / TreeView / ListView (that, in fact,
> is a direct child from Panel)
>
> My PB is if I left click too much right, the popup is cut by the panel's edge.
>
> I can't put the ListView (popup) on the Form, as I use many of them and coords
> are calculated relative to container.
>
> How could I have popups exceeding panel limits?
>
> JY
> --
>
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list