Title: A couple of navigation pane details, possible? Post by: ProteinPannkaka on September 27, 2013, 12:31:53 pm Just want to find out if any of these things are at all possible.
(http://i.imgur.com/MFNXjgb.png) From the left:
Thanks! Title: Re: A couple of navigation pane details, possible? Post by: 3am on September 28, 2013, 01:12:16 pm I spent hours on this without any useful results :(
1) I changed just about everything concerning ProperTree in shellstyle.dll. Nothing. 2) I did the same in shell32.dll UIFILE 52. Nothing. 3) I manipulated the Tree Item in msstyles every way I could think. Nothing. So I tried. But I got nothing. Sorry Title: Re: A couple of navigation pane details, possible? Post by: ProteinPannkaka on September 28, 2013, 07:14:26 pm Thanks for taking the time!
I've been curious about whether it was possible for some time, I suspected not since I haven't seen any theme with it. I guess I'll have to find some way to work around it. Title: Re: A couple of navigation pane details, possible? Post by: Panda X on September 28, 2013, 09:31:30 pm I'm pretty sure it's possible and that I've done it before, however this was some time ago and I don't have 7. I'll get 7 going in a VM and see if I can remember how I did it.
Title: Re: A couple of navigation pane details, possible? Post by: 3am on September 29, 2013, 02:02:57 pm I have attached a shellstyle for you that gets rid of that pixel on the left of the tree item. Use it as a replacement for the shellstyle in the Shell folder of your theme folder.
(http://i632.photobucket.com/albums/uu41/3am_2009/Untitled_zps91e3f4f7.png) There is an added padding to the ProperTreeHost ( padding="rect(0rp,0rp,6rp,0rp)") and the Sizer width has been changed from 3 to 9 Now maybe the other two problems can be solved Title: Re: A couple of navigation pane details, possible? Post by: ProteinPannkaka on September 29, 2013, 02:33:26 pm Awesome, but it seems explorer windows are completely blank after I changed the shellstyle. I think the theme I'm basing mine on might not be using the original dll. Could you try making the same changes to the one I attached?
This (http://www.deviantart.com/art/Infinity-beta-352387490) is the theme in question if you need to test it. Title: Re: A couple of navigation pane details, possible? Post by: 3am on September 29, 2013, 02:35:46 pm You're using a Base msstyles. Let me see what I can do
Title: Re: A couple of navigation pane details, possible? Post by: Panda X on September 29, 2013, 04:20:20 pm This should work. Let me know if it does, or if there's any issues.
Title: Re: A couple of navigation pane details, possible? Post by: ProteinPannkaka on September 29, 2013, 04:47:19 pm This should work. Let me know if it does, or if there's any issues. Seems to work perfectly! Only the icon positioning part left now. Obligatory screenshot: (http://i.imgur.com/VxVtO4S.png) Title: Re: A couple of navigation pane details, possible? Post by: 3am on September 30, 2013, 12:27:36 pm Looks like you can't lose the indentation in tree view. Seems that when coding a treeview the minimum indent is 5 pixels.
http://msdn.microsoft.com/en-us/library/windows/desktop/bb773750%28v=vs.85%29.aspx Title: Re: A couple of navigation pane details, possible? Post by: ProteinPannkaka on September 30, 2013, 01:20:36 pm Looks like you can't lose the indentation in tree view. Seems that when coding a treeview the minimum indent is 5 pixels. http://msdn.microsoft.com/en-us/library/windows/desktop/bb773750%28v=vs.85%29.aspx Would it be possible to increase it? Could look good if I could align the icons to the Favorites text and hide the icon, like so: [link] (http://1.bp.blogspot.com/-EugU0jzIXnw/UT44NE_bHvI/AAAAAAAAOh0/GkOLWk2-fiE/s1600/nautilus-gnome-3-lighter-folder-icons.png). I guess that would work best if you could change the font on the first item as well... Thanks again :) Title: Re: A couple of navigation pane details, possible? Post by: Panda X on September 30, 2013, 10:12:50 pm Looks like you can't lose the indentation in tree view. Seems that when coding a treeview the minimum indent is 5 pixels. http://msdn.microsoft.com/en-us/library/windows/desktop/bb773750%28v=vs.85%29.aspx Not to mention that only applies to program that you make. |