Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Block styler - radio button

Status
Not open for further replies.

niedzviedz

Mechanical
Joined
Apr 1, 2012
Messages
307
Location
PL
Hello everyone,

I have a simple question - how in block styler set radio button to be default selected? In VB I have option to:

Code:
me.radiobutton1.checked = true.


With best regards
Michael
 
Like ad follows

enum0.ValueAsString = "option name"
 
Where should I look or place it, because I can't find this in block styler menu.

With best regards
Michael
 
OK I figure it out. I place in Initialize_cb:

Code:
deviations.ValueAsString = "H7"
tolerances.ValueAsString = "+/- 0.01"

But it didn't helped, so I also added it in dialogShown_cb.

Thanks for Your help @Ehaviv.

With best regards
Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top