Am Freitag, den 02.01.2015, 10:48 -0700 schrieb bill-lancaster:
> I want to position a balloon by the gridview cell that was right clicked.
> It is necessary to scroll down to the lower rows.
> I'm struggling with this so any suggestion as to the best way to do this
> would be welcome.
> 

Salut Bill,

as far as I remember, the balloon is attached to a Control.
like that 

(Message as String, Control as Control [ , X as Integer, Y as Integer ])

I would try to place a Control h=1,w=1 in the middle of the cell (known
by the click) and then call the balloon attached to that Control.

While I describe this out of running example, I do not know
how and when destroy this Control 

-- 
Amicalement
Charlie


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to