Skip to main content
1-Visitor
October 26, 2018
Solved

UI table column width using toolkit

  • October 26, 2018
  • 1 reply
  • 2322 views

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

 

 

 

Best answer by Ketan_Lalcheta

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

1 reply

1-Visitor
October 30, 2018

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

1-Visitor
April 9, 2019

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.

Ketan_Lalcheta1-VisitorAuthorAnswer
1-Visitor
April 11, 2019

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