forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
luzr wrote on Tue, 22 August 2006 15:24
Well, in that LineEdit, how the caret behaves? Is not there simply space missing because of some problem in String processing (in your code?)
Mirek
The LineEdit is not responsible as it just shows a text file.
Instead I suspect something happen when the data is retrieved from the widget (cell of arrayctrl or simply editctrl).
I've analysed the string coming from this ctrls and immediately printed on a formatted file. Each time there is a special character (with accent for Italian language) I have observed a misalligning to the left as if a character is eat FOR EACH special characters present in the original string.
If the ctrl is absent there is no problem.
Perhaps I must prepare a simply test case... after I substitute my faulty hard disk...