Werner
December 5, 2009, 5:47pm
1
I am trying to use an ObjectListView within a PopupCtrl but can't get it to size/show correctly.
Looking around on the wiki I saw ExtendedChoice which might be what I want but the links at the bottom are out dated.
Andrea, when I saw the links I thought it might be in wx.lib.agw, but I don't see it. Is it still maintained/available?
Werner
Hi Werner,
2009/12/5 werner:
I am trying to use an ObjectListView within a PopupCtrl but can't get it
to size/show correctly.
Looking around on the wiki I saw ExtendedChoice which might be what I
want but the links at the bottom are out dated.
Andrea, when I saw the links I thought it might be in wx.lib.agw, but I
don't see it. Is it still maintained/available?
It's still available, although unmaintained since a loooooong while.
It's on my website:
http://xoomer.virgilio.it/infinity77/main/ExtendedChoice.html
I decided not to include it in wx.lib.agw as there already are ways to
obtain the same effect, using wx.combo.OwnerDrawnComboBox.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
Werner
December 6, 2009, 3:53pm
3
Hi Andrea,
Andrea Gavana wrote:
Hi Werner,
2009/12/5 werner:
I am trying to use an ObjectListView within a PopupCtrl but can't get it
to size/show correctly.
Looking around on the wiki I saw ExtendedChoice which might be what I
want but the links at the bottom are out dated.
Andrea, when I saw the links I thought it might be in wx.lib.agw, but I
don't see it. Is it still maintained/available?
It's still available, although unmaintained since a loooooong while.
It's on my website:
http://xoomer.virgilio.it/infinity77/main/ExtendedChoice.html
I decided not to include it in wx.lib.agw as there already are ways to
obtain the same effect, using wx.combo.OwnerDrawnComboBox.
I guess that would be another option. I figured out my problems with PopupCtrl and ObjectListView, needed another sizer and do a Refresh, as I use OLV elsewhere in my app I will keep working on this solution.
Thanks
Werner