WSplitButton
Added by Kim Forest over 11 years ago
Hi folks,
i' trying to simplify my button interface by using WSplitButton.
And i'm facing something strange, the button show well on the page the WPopupMenu show well the first time and if i'm trying to show it a second time it wont work anymore.
i've copy/paste the example from "http://www.webtoolkit.eu/widgets/navigation/split-button" and it is doing the same.
i'm using Wt 3.3.0 stable.
it's give me the idea that the menu object (WPopupMenu) is destroyed after first show or the WSplitButton Click() slot is disconnected.
Have you an idea for this ?
Thanks in advance
Kim
Replies (2)
RE: WSplitButton - Added by Koen Deforche over 11 years ago
Hey,
This was a bug in 3.3.0 which has since been fixed in git; the version deployed online is a git version.
Regards,
koen
RE: WSplitButton - Added by Kim Forest over 11 years ago
Work Perfectly now :)
Thank you very much !
Kim