06-21-2009 06:05 PM
Hello,
I have a state machine application in which enum typedefs are used to designate the case names. Is there a quicker way to relabel one or more cases to match the edited enum typedef instead of having to rebuild all of them (the case structure loses all the enum names if I try to modify them in any way)?
Thank you in advance,
Oliver Barrett
Solved! Go to Solution.
06-21-2009 06:33 PM - edited 06-21-2009 06:40 PM
create a custom control and edit it from there. Then anywhere you want that enum in your block diagram insert the customized control. You do this by right clicking the enum on teh front panel, choosing the advanced>then customize control I believe. There are tons of threads for it on here if i remember right. This should get you started.
http://forums.ni.com/ni/board/message?board.id=170&message.id=221807&query.id=303050#M221807
heres a good link where its covered.
06-21-2009 06:48 PM - edited 06-21-2009 06:51 PM
06-21-2009 09:00 PM
imstuck,
Should have thought of that, thanks for your help!
Oliver