Page 1 of 1

REQ for My Places Bar support

Posted: Sat Jun 17, 2006 11:53 am
by ckit
XnView needs the "My Places Bar" for Open and Save dialogs.

See screenshot...
Image

Re: REQ for My Places Bar support

Posted: Mon Jun 19, 2006 6:54 am
by xnview
ckit wrote:XnView needs the "My Places Bar" for Open and Save dialogs.

See screenshot...
Will be added

Posted: Mon Jun 19, 2006 7:13 am
by ckit
Huge thank you! :)

Re: REQ for My Places Bar support

Posted: Mon Jun 19, 2006 4:23 pm
by helmut
xnview wrote:
ckit wrote:XnView needs the "My Places Bar" for Open and Save dialogs.

See screenshot...
Will be added
Will be added without discussion? Hmm. I haven't heard of "My Places Bar" before, is it a sort of standard thing?

Re: REQ for My Places Bar support

Posted: Mon Jun 19, 2006 5:19 pm
by ckv
helmut wrote:Will be added without discussion? Hmm. I haven't heard of "My Places Bar" before, is it a sort of standard thing?
Yeah sort of. It's really called just "Places Bar" I belive, cause modifying it (like in ckits pic) is hidden feature of windows... at least in win2k. :)

I am actually quite curious about how Pierre is going to work this out, since modifying the default open file dialog will cause windows automatically disable the "Places Bar" for backward compatibility (joys of coding). I have been trying to figure out, how to modify the open file dialog without loosing the "Places Bar" for some time now. :?

Pierre any change to get some sample code? :wink:

Posted: Wed Jun 21, 2006 4:05 pm
by Dreamer
It is very useful, I didn't know that I can add also custom paths/folders there.

It is possible with Tweak UI - Common dialogs.

I think there could be an option to enable/disable though.

There are 2 possibilities to implement ths feature:

- use original Windows dialog
- add "Places Bar" to XnView's dialog (but not sure if it would be possible to use the same folders as in original Windows dialog)

Pierre?

Posted: Thu Jun 22, 2006 1:29 am
by ckit
Ok, I'll try and teach you guys how to do it:

Open RegEdit and go to this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies

Create another key called "comdlg32" and then create another coming off that called "PlacesBar" so it should look like this....

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar

Now inside the PlacesBar key you can create String value entries like "C:\My Data" or DWord entries like 0x00000000 which is the Desktop. You only have the following names (Place0,Place1,Place2,Place3,Place4)

Google the web for more info, Microsoft has a page on it.

Re: REQ for My Places Bar support

Posted: Thu Jun 22, 2006 7:14 am
by xnview
ckv wrote: I am actually quite curious about how Pierre is going to work this out, since modifying the default open file dialog will cause windows automatically disable the "Places Bar" for backward compatibility (joys of coding). I have been trying to figure out, how to modify the open file dialog without loosing the "Places Bar" for some time now. :?

Pierre any change to get some sample code? :wink:
You must use the FlagEx in OPENFILENAME struct :-)

Re: REQ for My Places Bar support

Posted: Thu Jun 22, 2006 9:38 am
by ckv
xnview wrote:
ckv wrote: I am actually quite curious about how Pierre is going to work this out, since modifying the default open file dialog will cause windows automatically disable the "Places Bar" for backward compatibility (joys of coding). I have been trying to figure out, how to modify the open file dialog without loosing the "Places Bar" for some time now. :?

Pierre any change to get some sample code? :wink:
You must use the FlagEx in OPENFILENAME struct :-)
Thank you. I knew that there is simple solution for this. :mrgreen:

Dreamer wrote:It is very useful, I didn't know that I can add also custom paths/folders there.

It is possible with Tweak UI - Common dialogs.
I used Tweak UI, but there are many other tweak tools what can do this. Microsoft PowerToys for XP probably does the trick too.

Re: REQ for My Places Bar support

Posted: Thu Jun 22, 2006 1:51 pm
by Dreamer
ckv wrote:I used Tweak UI, but there are many other tweak tools what can do this. Microsoft PowerToys for XP probably does the trick too.
Tweak UI is part of Microsoft PowerToys. :wink: