Vistumbler in Vista Japanese version

Post Reply
thira
Contributor
Contributor
Posts: 7
Joined: Tue Oct 14, 2008 3:06 am
Location: Tokyo, JAPAN
Contact:

Vistumbler in Vista Japanese version

Post 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.
Attachments
Version 9.6
Version 9.6
vistumbler-96.png (65.72 KiB) Viewed 6445 times
Version 9.0
Version 9.0
vistumbler-90.png (58.13 KiB) Viewed 6445 times
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: Vistumbler in Vista Japanese version

Post by ACalcutt »

in "Settings\vistumbler_settings.ini" under the [DateFormat] header what does your DateFormat equal
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: Vistumbler in Vista Japanese version

Post by ACalcutt »

man...it looks so different when your version of windows supports the characters...this it what it looks like to me
Attachments
japlangpack.jpg
japlangpack.jpg (28.89 KiB) Viewed 6437 times
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: Vistumbler in Vista Japanese version

Post 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
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: Vistumbler in Vista Japanese version

Post 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)
VistumblerMDB.zip
(2.75 MiB) Downloaded 361 times
thira
Contributor
Contributor
Posts: 7
Joined: Tue Oct 14, 2008 3:06 am
Location: Tokyo, JAPAN
Contact:

Re: Vistumbler in Vista Japanese version

Post 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.
Attachments
test-version.png
test-version.png (37.06 KiB) Viewed 6429 times
User avatar
ACalcutt
Vistumbler / TechIdiots Admin
Vistumbler / TechIdiots Admin
Posts: 1302
Joined: Sun Oct 21, 2007 6:50 pm
Location: Rutland, MA
Contact:

Re: Vistumbler in Vista Japanese version

Post 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.
Attachments
VistumblerMDB.zip
(2.75 MiB) Downloaded 358 times
Post Reply