cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

UI table column width using toolkit

Ketan_Lalcheta
19-Tanzanite

UI table column width using toolkit

Hello

 

There is API ProUITableColumnWidthSet() to change width of UI dialogue table. This works perfectly fine, but issue comes when we already placed input panel into table cell using API ProUITableCellComponentCopy().

 

In case label is set into table cell, API ProUITableColumnWidthSet() decreases width of table column , but with input panel set into table cell, API neither fail nor reduces column width.

 

I am using Creo 3.0 M120. Any idea or suggestion on this would be of great help.

 

Thanks and Regards

Ketan

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

In case of input panel, one need to resize input panel also along with column size. API ProUIInputpanelColumnsSet() solve the purpose finally...!

View solution in original post

3 REPLIES 3

Is it possible to resize table column with input panel set into it? Any thought would be of great help.

Hi All

 

This is still a headache for us with Creo 4.0 M030. Dialog of GUI doesn't seem good with extra width of column. 

 

Any workaround would be of great help.

In case of input panel, one need to resize input panel also along with column size. API ProUIInputpanelColumnsSet() solve the purpose finally...!

Top Tags