In converting mt resouces from RW to Pelles C (and xHB in compiled RES for that matter), I'm having to change the Radio Button assignments as follows:
Original:
RADIOBUTTON "Convert", 214, 44, 46, 32, 10, BS_AUTORADIOBUTTON | WS_TABSTOP
Corrected:
CONTROL "Convert", 213, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 44, 36, 32, 10
The interesting thing is Pelles and xHB interprets the Original statement above as a SPLITBUTTON control.
My question is: Does FWH support split button controls directly?
Thanks