Community Tip - You can change your system assigned username to something more personal in your community settings. X
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
Solved! Go to Solution.
In case of input panel, one need to resize input panel also along with column size. API ProUIInputpanelColumnsSet() solve the purpose finally...!
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...!