Hi, all,
i have issue with creating grouped radio button, here i included the code which i use. can any one help me.
resource BscPnlPanelWidget(kSDKDefPanelResourceID + index_enUS)
{
__FILE__, __LINE__,
kBscPnlPanelWidgetID,
kPMRsrcID_None,
kBindNone,
0, 0, 800, 300,
kTrue, kTrue,
kBscPnlPanelTitleKey,
{
GroupPanelWidget
(
kBscGroupWidgetID,
kPMRsrcID_None,
kBindNone,
Frame(0, 60, 150, 115),
kTrue,
kTrue,
kBscTabWidgetID,
{
ClusterPanelWidget
(
kBscClusterWidgetID,
kPMRsrcID_None,
kBindNone,
Frame( 0, 0, 60, 70),
kTrue,
kTrue,
"Select Type",
{
RadioButtonWidget
(
kBscRadioButton1WidgetID,
kSysRadioButtonPMRsrcId,
kBindNone,
Frame(2, 10, 50, 30),
kTrue, kTrue,
"Type 1",
),
RadioButtonWidget
(
kBscRadioButton2WidgetID,
kSysRadioButtonPMRsrcId,
kBindNone,
Frame( 2, 32, 50, 52),
kTrue, kTrue,
"Type 2",
),
}
),
}
),
}
};