junioreq
07-19-2010, 07:59 PM
I have a set of radio buttons and when I have the horizontal location above 130 it works fine, if i drop it down to say 170, nothing works they wont move or anything.. and theres no other image, slider near it!
//ratio
int nButtons1 = 4; // Number of radio buttons
pGraphics->AttachControl(new IRadioButtonsControl(this, &IRECT(60, 120, 257 ,60+ nButtons1 * 0.5*25), kratio, nButtons1, &bandSelect, kHorizontal));
Works just fine because the Horizontal is at 120, if i change it to 170, in its proper location, it doesnt work...
Any ideas?
::they work in the top position here, but not the bottom one ?? edit, radios are not lined up on bottom one, just for testing purposes..
http://stash.reaper.fm/oldsb/957729/radios.PNG
~Rob.
//ratio
int nButtons1 = 4; // Number of radio buttons
pGraphics->AttachControl(new IRadioButtonsControl(this, &IRECT(60, 120, 257 ,60+ nButtons1 * 0.5*25), kratio, nButtons1, &bandSelect, kHorizontal));
Works just fine because the Horizontal is at 120, if i change it to 170, in its proper location, it doesnt work...
Any ideas?
::they work in the top position here, but not the bottom one ?? edit, radios are not lined up on bottom one, just for testing purposes..
http://stash.reaper.fm/oldsb/957729/radios.PNG
~Rob.