Hi,
Just place the RadioButton in a other "Div".
See here below example of multi radio button
Main.xml code
<view height="150" width="250" onopen="view_onOpen()">
<div height="153" name="div1" width="108" x="142" y="-2"
background="#00CCEE">
<radio height="16" name="radio5" width="60" x="17" y="27"
image="stock_images\radiobutton.png"
caption="radio5" checkedImage="stock_images
\radiobutton_checked.png"
value="true"/>
<radio height="16" name="radio6" width="60" x="17" y="51"
image="stock_images\radiobutton.png"
caption="radio6" checkedImage="stock_images
\radiobutton_checked.png"
/>
<radio height="16" name="radio7" width="60" x="17" y="76"
image="stock_images\radiobutton.png"
caption="radio7" checkedImage="stock_images
\radiobutton_checked.png"
/>
</div>
<div height="161" name="div2" width="133" x="-5" y="-5"
background="#00CCEE">
<radio height="16" name="radio4" width="60" x="28" y="77"
image="stock_images\radiobutton.png"
caption="radio4" checkedImage="stock_images
\radiobutton_checked.png"
/>
<radio height="16" name="radio3" width="60" x="29" y="52"
image="stock_images\radiobutton.png"
caption="radio3" checkedImage="stock_images
\radiobutton_checked.png"
value="true"/>
<radio height="16" name="radio2" width="60" x="28" y="28"
image="stock_images\radiobutton.png"
caption="radio2" checkedImage="stock_images
\radiobutton_checked.png"
/>
</div>
<script src="main.js" />
</view>
Kind Regards,
Stefan Van Damme (aka Stefan vd)
Gadget Developer
On 29 apr, 03:51, jay <[email protected]> wrote:
> Just put radio buttons in same "div" component
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---