Classic Shell
http://www.classicshell.net/forum/

Hide rarely used menu folders
http://www.classicshell.net/forum/viewtopic.php?f=7&t=2059
Page 1 of 1

Author:  The Tramp [ Sun Jan 26, 2014 5:49 pm ]
Post subject:  Hide rarely used menu folders

Hello,

Thanks for making Windows 8 look familiar, but there is an option which I am missing:
On XP, the folders under Programs were hidden is not frequently used. On Classic shell, it's showing me all the folders and the list is getting quite long.

Could you please implement the option to hide the folders which are not frequently used?

Author:  Gaurav [ Sun Jan 26, 2014 10:19 pm ]
Post subject:  Re: Hide rarely used menu folders

You mean Personalized Menus. That is not planned as a feature. Instead you can use the frequently used program list in the main menu.

Author:  The Tramp [ Sun Jan 26, 2014 11:01 pm ]
Post subject:  Re: Hide rarely used menu folders

No, there is nothing personal, it's a Windows XP feature:


And if I click on the 2 down arrows (the highlighted button)...


I get the full menu!

Now I have to look through the full menu.

Author:  Ivo [ Sun Jan 26, 2014 11:30 pm ]
Post subject:  Re: Hide rarely used menu folders

Yes, what you are describing is called "personalized menus" because the contents depend on your personal use.

However implementing such feature will require solving two problems - adding new graphical elements to all skins and also developing new system that keeps stats on what programs you use. I will have to reverse engineer how XP works because people will keep complaining until it works 100% exactly like it did in XP. I have no interest in solving either of those problems.

Author:  The Tramp [ Mon Jan 27, 2014 5:33 am ]
Post subject:  Re: Hide rarely used menu folders

Ivo wrote:
However implementing such feature will require solving two problems - adding new graphical elements to all skins and also developing new system that keeps stats on what programs you use.

I don't think you need a new system - shouldn't the LastAccessTime help you here?

Code:
typedef struct _WIN32_FIND_DATA {
DWORD dwFileAttributes;
FILETIME ftCreationTime;
FILETIME ftLastAccessTime;
FILETIME ftLastWriteTime;
DWORD nFileSizeHigh;
DWORD nFileSizeLow;
DWORD dwReserved0;
DWORD dwReserved1;
TCHAR cFileName[MAX_PATH];
TCHAR cAlternateFileName[14];
} WIN32_FIND_DATA, *PWIN32_FIND_DATA, *LPWIN32_FIND_DATA;

Quote:
I will have to reverse engineer how XP works because people will keep complaining until it works 100% exactly like it did in XP. I have no interest in solving either of those problems.

I understand your dilemma, but if users will keep complaining until it works 100%, something ought to be done.

The issue is that the menu gets really long, after a while.

Author:  Sarris [ Mon Jan 27, 2014 8:29 am ]
Post subject:  Re: Hide rarely used menu folders

Why not use sub-menus? That works great for me.

Regards;

Sarris

Attachments:
menu.jpg
menu.jpg [ 45.28 KiB | Viewed 22470 times ]

Author:  Ivo [ Mon Jan 27, 2014 8:40 am ]
Post subject:  Re: Hide rarely used menu folders

The Tramp wrote:
I don't think you need a new system - shouldn't the LastAccessTime help you here?

LastAccessTime doesn't work since Vista. It is not updated for performance reasons. Also the files are accessed when you just look at them in the menu, because the start menu needs to get the icon to display.
The Tramp wrote:
Quote:
I will have to reverse engineer how XP works because people will keep complaining until it works 100% exactly like it did in XP. I have no interest in solving either of those problems.

I understand your dilemma, but if users will keep complaining until it works 100%, something ought to be done.

I'm saying that if I have such feature people will not be happy until it works exactly like it does in XP. So I choose not to play.
Besides, the feature cannot be implemented in the Windows 7 style because the programs show in a tree control and not a menu. I suspect that most people use that style.

Author:  The Tramp [ Mon Jan 27, 2014 3:00 pm ]
Post subject:  Re: Hide rarely used menu folders

Sarris wrote:
Why not use sub-menus? That works great for me.


That could be a solution.... but the uninstall will still work?

Author:  The Tramp [ Mon Jan 27, 2014 3:15 pm ]
Post subject:  Re: Hide rarely used menu folders

Ivo wrote:
I'm saying that if I have such feature people will not be happy until it works exactly like it does in XP. So I choose not to play.
Besides, the feature cannot be implemented in the Windows 7 style because the programs show in a tree control and not a menu. I suspect that most people use that style.



I see...

Well I will give Windows' 7 style and see how that goes.

Thanks anyway for all what you have done - all this is better than nothing. ;)

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/