I haven't experimented with "buttonGroup" inside a dialog box. How to add buttonGroup in the dialog box? An example of this is available. It's same as normal button or It's different things? My Dialog Box like below.
sub showdialog()
optiondialog = CreateObject("roSGNode", "Dialog")
optiondialog.backgroundUri = "pkg:/images/background.png"
optiondialog.title = "Dialog"
optiondialog.buttons = ["OK", "Cancle"] 'Here, I set one button or multiple button here.
'm.top.ButtonGroup.focusBitmapUri = "pkg:/images/Focus.png"
'optiondialog.buttons.focusBitmapUri = "pkg:/images/Focus.png"
'm.top.dialog.focusBitmapUri = "pkg:/images/Focus.png"
m.top.dialog = optiondialog
end sub
In my case, all other components work with png files. I tried with 9 patch images But no luck. So, I used a png file for all Component.