Dear Allin
> I have some additional questions about icon view.
>
> 1. Double-byte (Chinese) characters might be improperly shown for the
> names of objects in the icon view.
> I testes several situations and found that for example,
> if the name is "123456789XX" where XX is Chinese characters, then
> it is correctly shown.
> but if the name is "1234567890XX" where XX is Chinese characters,
> then it is NOT correctly shown.
I think this should now be fixed in CVS/snapshot.
That fix was fast. Thanks.
However, I found the other case that the Chinese characters is not
properly shown.
if the name of the icon is
"12345678XXYYZZ"
where XX, YY, and ZZ represent three double-byte characters.
Then XX is correct. YY is incorrectly truncated (1 byte left) and ZZ
is replaced with"..." (of course, no problem with ZZ)
That is, the problem is now on YY.
(My test was on windows snapshot built on 2009-05-03)
> 2. After adding a scalar, how can I delete the scalar via GUI
only?
> It seems any kind of objects in icon view can possibly be deleted
> except scalars.
Good point; I've now added a delete icon to the "edit scalars"
window.
Sorry, I did not yet find any "delete" funciion for scalars in the
icon view. Do I miss something
Best regards
Yi-Nung