2019-09-03 01:03 PM - last edited on 2022-10-06 01:19 PM by Daniel Kassai
Solved! Go to Solution.
2019-10-07 10:55 PM
2019-09-03 03:13 PM
2019-09-03 04:31 PM
2019-09-03 10:14 PM
Ralph wrote:Yep. I set the ID of the group to 1 (and it’s working, the check is switched when checking between different radio buttons). And I’m passing 1 and it doesn’t work
Are you passing the ID of the radio group toDGGetCheckedRadio(as opposed to a control index)?
2019-09-04 11:29 AM
2019-09-24 12:35 PM
Tomer1 wrote:Does anyone have an idea?..
I am ganerally unable to get the value of radiobuttons or slider bars.. if I try to use dggetvallong I always get 0..
2019-09-24 12:45 PM
2019-10-02 08:14 PM
Tomer1 wrote:Could you please post some of your code here? Also, have you tried to use the C++ interface of DG?
Hey,
I have 3 radio buttons in the same group. In the palette they look good - I can switch between them and the previous checked RadioButton will become unchecked..
But in the code I can’t get or change the status of them. DGselectradio doesn’t work.. also when trying to get the current checked radiobutton I always get 0 (with DGgetcheckedtadio or DGgetitemvallong).
Maybe there was a define or another function I should have called?
Thanks!
2019-10-07 10:55 PM