After manually resizing a column of a Tableview (created with Solutionmodel and shown with showFormInDialog() ), i need
to save the new size and position of the column.
But the result of oFrm.getField(‘Test3’) shows the same before, and after the resize:
Field: Test3 anchors:11,background:null,borderType:“EtchedBorder,0,null,null”,dataProviderID:“band”,displayType:0,displaysTags:true,editable:true,fontType:null,
foreground:null,formIndex:0,format:null,groupID:null,height:21,horizontalAlignment:-1,margin:null,name:“Test3”,onAction:null,onDataChange:null,
onFocusGained:null,onFocusLost:null,onRightClick:com.servoy.j2db.scripting.solutionmodel.JSMethod@cb62cf,printSliding:0,printable:true,scrollbars:0,
selectOnEnter:false,styleClass:null,tabSeq:0,text:“band”,titleText:“band”,toolTipText:null,transparent:false,valuelist:null,verticalAlignment:-1,
width:44,x:48,y:18
How can i get the NEW values after the manually resize, movings (width:44, x:48, y:18)
Thanke you for any ideas.