Page 1 of 1
Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 6:47 am
by thira
Dear ACalcutt.
I report 2 bugs.
1) Wrong Date Format in title bar.
2) some characters are not show in Tree menu.
It could work completely on Vistumbler version 9.0. But 9.2 or later versions are not working.
Sorry, I'm not good at English. To quickly understand, Please watch a screen-shot below.
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 7:01 am
by ACalcutt
in "Settings\vistumbler_settings.ini" under the [DateFormat] header what does your DateFormat equal
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 7:23 am
by ACalcutt
man...it looks so different when your version of windows supports the characters...this it what it looks like to me
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 8:03 am
by ACalcutt
I'm guessing the treeview problem was caused by changing from using "GUICtrlCreateTreeView" to "_GUICtrlTreeView_Create" to create the treeview. That switch was needed to keep track of treeview for filtering. I will see if I can find a fix
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 8:33 am
by ACalcutt
can you tell me if this version shows the treeview text properly
*note* - this version is just to test. this treeview will have issues with filtering because items do not get removed (but vistumbler thinks they do)
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 10:15 am
by thira
Thanks for Reply and modification.
Running attached test version is as below. It does not have a problem.
I have read 'Vistumbler.au3' source file, and I also think the problem is in "_GUICtrlTreeView_Create" function.
My Vistumbler's "Settings\vistumbler_settings.ini" -> [DateFormat] describes "DateFormat=yyyy/MM/dd".(not changed)
And RegEdit->HKCU\Control Panel\International\sShortDate describes "yyyy/MM/dd" in Vista Japanese version.(not changed)
If you could get a solution, please fix Tree menu.
Thanks a lot.
Re: Vistumbler in Vista Japanese version
Posted: Sun Jul 05, 2009 11:04 am
by ACalcutt
Try this out.
I figured out how to delete items from the old style treeview (created with GUICtrlCreateTreeView).
Also, the DateFormat expected was "yyyy/M/d", so I also fixed this by replacing MM with M and replacing dd with d.