table col width

tvrman

Member
Licensed User
hi,
Simple peace of script result still that the col width is the same?
what went wrong?

i cannot change the width whatever i tried.


Table1.AddCol(cString,"Item",30,False)
Table1.AddCol(cString,"Description",90,False)
 

tvrman

Member
Licensed User

Attachments

  • table width.JPG
    table width.JPG
    26.4 KB · Views: 209

tvrman

Member
Licensed User
Very strange Erel,

The sample you provide works oke,

I'll post the source that i used.
 

Attachments

  • V1.sbp
    2.9 KB · Views: 201

RandomCoder

Well-Known Member
Licensed User
Longtime User
The problem is with the XML file that you are loading, it is setting the width of the columns.

Regards,
RandomCoder

EDIT: Sorry, beat to the solution, Erel is far to quick for us mere mortals ;-)
 

tvrman

Member
Licensed User
Yes thanks guys,

still strange because if there is no XML exists it should be saved an empty one with width data on it. (i supose the width is one of them)

i will rewrite it to CSV files.

Thanks
 

tvrman

Member
Licensed User
After change to CSV is works :sign0060:

thanks
 
Top