You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would need to be modified for getting application icons, though. Maybe this could be a function that returns the icon of the file passed into it.
Adding a tab to the Options window may be of use if it runs out on the Personalization tab after moving the statusbar thing to its own tab along with an option to hide the statusbar.
In the Options window area for this, maybe what could be listed is a dropdown button with at least three options:
applauncher-icons (default)
Icons extracted directly from Microsoft Office apps
Obviously, icon sets from themes won't be supported in the theme engine in TE1.03, but when it is an option (probably in TE2.0, which is the portable theme engine), it'll be added as an option.
If the user has to choose to use the portable theme engine instead of the builtin one, then the option to use the icon set from the theme will only be used if the portable theme engine is being used. If it's not being used, the applauncher-icons icon set will be used as a fallback.
In the case of an icon not being provided by the theme, the default icon from applauncher-icons will be used instead, or, if it's not available for an application in the case of app list customization being used (see #153), a generic icon will be provided. Maybe something that looks like an application? Or perhaps one using that "window" icon in the Query icon. That may work.
This was a good idea, but it'll take a lot more work to get properly-sized icons from EXE files if libraries aren't used. Removing from 3.4 milestone for now.
This can be done by extracting the icons for the Office apps with this example code:
This would need to be modified for getting application icons, though. Maybe this could be a function that returns the icon of the file passed into it.
Adding a tab to the Options window may be of use if it runs out on the Personalization tab after moving the statusbar thing to its own tab along with an option to hide the statusbar.
In the Options window area for this, maybe what could be listed is a dropdown button with at least three options:
MSDN page:
https://docs.microsoft.com/en-us/dotnet/api/system.drawing.icon.extractassociatedicon?view=netframework-4.6.1
The text was updated successfully, but these errors were encountered: