Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Viewing all articles
Browse latest Browse all 78596

Issue with having grouped radio button

$
0
0

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",

            ),   

         }

          ),

       }

    ),

   

  }

};


Viewing all articles
Browse latest Browse all 78596


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>