[ROOT] Problem to Connect TGListBox::Selected()

From: cstrato (cstrato@aon.at)
Date: Wed Dec 17 2003 - 23:59:17 MET


Dear Rooters

In my app I have the following code fragment:
    fTreeBox = new TGListBox(fFV1, 1);
    fTreeBox->SetMultipleSelections(kFALSE);
    fTreeBox->Connect("Selected(Int_t)", "XDataFrame", this, 
"DoSelectTreeBox(Int_t)");

This code is ok, but when I SetMultipleSelections(kTRUE) then
the method DoSelectTreeBox() is no longer called.
(This problem exists in a compiled standalone program, since
I am still not able to Connect to my own library from CINT.)

Is this a limitation of TGListBox?

I am using the newest CVS version 3.10.02 on MacOS X 10.3.1.

Thank you in advance
Best regards
Christian
_._._._._._._._._._._._._._._._
C.h.i.s.t.i.a.n S.t.r.a.t.o.w.a
V.i.e.n.n.a       A.u.s.t.r.i.a
_._._._._._._._._._._._._._._._



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:17 MET