grantsg / dbox

Automatically exported from code.google.com/p/dbox
0 stars 0 forks source link

Slow file browsing in Vista #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start up DBox
2. Try to set up a game
3. Change folders in the file browser.

What is the expected output? What do you see instead?

So far as I know, and what happened the last time I used DBox (it's been some 
time), everything was nice and snappy, and now there's a wait of a second or 
two before changing directories.

I'm using DBox 2.2, Java Version 6 Update 23 (latest version, updated before 
filing this report), Windows Vista Home Edition Service Pack 2.

A note:  I tested on my netbook using Arch Linux and OpenJDK 6.b20_1.9.3, and 
there was no such issue, everything was nice and snappy, and my desktop is a 
fair bit beefier than my netbook.

Original issue reported on code.google.com by arinla...@gmail.com on 8 Jan 2011 at 11:41

GoogleCodeExporter commented 8 years ago
DBox uses standard java open file dialogs. I'm not sure how well they work on 
windows vista. To use native dialogs, open "dbox.config" in the dbox folder 
that is located in your profile folder (probably best to search), and change 
the last line from

TypeOfFileDialog := 0

to

TypeOfFileDialog := 1

Original comment by tru...@gmail.com on 2 May 2011 at 3:47