i want to implement the ColourSelect - Button but there is a prob.
if i want to add the control to a sizer i receive the message
that ChooseButton is no _wxWindow_p_. With sizer.Add (which i use
the first time now, for what is this??) there is no method _this_.
i want to implement the ColourSelect - Button but there is a prob.
if i want to add the control to a sizer i receive the message
that ChooseButton is no _wxWindow_p_. With sizer.Add (which i use
the first time now, for what is this??) there is no method _this_.
hmmmmm, why i can't add the button?
Because ColourSelect doesn't derive from wxButton (or any other window type)
for some reason. Lorne was there a reason for this? If not then the
following will be the new ColourSelect class in the next release.