Skip to main content
1-Visitor
December 19, 2017
Solved

Property of Optionmenu in UI through toolkit

  • December 19, 2017
  • 1 reply
  • 2141 views

Hello

 

We have created a UI dialogue and it has different controls like Input panel, Option menu etc.

 

We do have filled possible values into Option menu which has almost 50+ values. If we think from end user's perspective, it is difficult to search for required input value from list. Is there any property so that user can directly select option menu and type required value, option menu can automatically select that value if availabl in list.

 

Any thought will be of great help. Do not hessitate to ask for more clarification.

 

Thanks in advance!!!

 

Regards

Ketan

Best answer by Eike_Hauptmann

Hi Ketan,

 

you need to program this by yourself. There is no direct support for this.

 

You can change the optionmenu to be editable inside the UI Editor. Its the "Read Only" Boolean Value and connect an action callback to filter down your items.

 

Br,

Eike

1 reply

15-Moonstone
December 19, 2017

Hi Ketan,

 

you need to program this by yourself. There is no direct support for this.

 

You can change the optionmenu to be editable inside the UI Editor. Its the "Read Only" Boolean Value and connect an action callback to filter down your items.

 

Br,

Eike

1-Visitor
December 19, 2017
Thank you for responding...

I am not doing in ui editor As it was migrated from creo 20. I am adding control using toolkit API.is it possible to set option menu as editable?
15-Moonstone
December 19, 2017

Oh ... there is a Creo help file:

ProUIOptionmenuEditable()

 

Br,

Eike