Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Allow "Any" control in a tooltip (i.e. hyperlinks) #450

Open
Wagnerp opened this issue Jan 11, 2023 · 9 comments
Open
Labels
enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested.

Comments

@Wagnerp
Copy link
Contributor

Wagnerp commented Jan 11, 2023

This might be already supported, but the idea came from here

@Wagnerp Wagnerp added enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested. labels Jan 11, 2023
@Wagnerp
Copy link
Contributor Author

Wagnerp commented Jan 15, 2023

@Smurf-IV Where is the 'KryptonToolTip' located?

@Wagnerp
Copy link
Contributor Author

Wagnerp commented Jan 15, 2023

Also, should a new 'NotifyIcon' control be created to support 'KryptonToolTip' usage?

@Smurf-IV
Copy link
Member

Smurf-IV commented Jan 15, 2023

@Smurf-IV Where is the 'KryptonToolTip' located?

It is called VisualPopupToolTip

Also, should a new 'NotifyIcon' control be created to support 'KryptonToolTip' usage?

Not sure I follow

@Wagnerp
Copy link
Contributor Author

Wagnerp commented Jan 15, 2023

Also, should a new 'NotifyIcon' control be created to support 'KryptonToolTip' usage?

Not sure I follow

Does the standard 'NotifyIcon' only allow system balloon styles (which go back to Windows XP, Vista & 7) with no image embedding?

@Smurf-IV
Copy link
Member

Smurf-IV commented Jan 15, 2023

Does the standard 'NotifyIcon' only allow system balloon styles (which go back to Windows XP, Vista & 7) with no image embedding?

Ok, My understanding is:

  • The NotifyIcon is placeholder for the icon within the TaskBar icon area, that allows a form of "Toast UI interaction" with Windows prior to Win 10. [https://www.codeproject.com/Articles/37912/Embedding-NET-Controls-to-NotifyIcon-Balloon-Toolt]
  • In Win 10 it is recommended to use a "Proper" toast control so that it works in the tiles better (Mostly UWP apps) [Windows.UI.Notifications].
  • The Balloon was the simplest way to indicate which Icon was performing the notify / toast.
  • In WPF, it is possible to use a custom NotifyIcon, which would then allow a custom Toast area [http://www.hardcodet.net/wpf-notifyicon]
  • The Menu for the right click is also possible to override in WPF

So I think this is a new request to have a NotifyIcon -> Kryptonised, so that it can have a KryptonMenu [https://www.grapecity.com/componentone/docs/win/online-menus-toolbar/linkingthec1contextm.html] and KryptonToolTips (KryptonToast)?

@Wagnerp
Copy link
Contributor Author

Wagnerp commented Jan 15, 2023

I'll make a new request, pointing to your previous comment

@Smurf-IV
Copy link
Member

Should this be renamed and moved to ext ?

@Wagnerp
Copy link
Contributor Author

Wagnerp commented Dec 17, 2023

Should this be renamed and moved to ext ?

Yes

@Smurf-IV Smurf-IV changed the title [Feature Request]: Can KryptonToolTips support hyperlinks [Feature Request]: Allow "Any" control in a tooltip (i.e. hyperlinks) Dec 17, 2023
@Smurf-IV Smurf-IV transferred this issue from Krypton-Suite/Standard-Toolkit Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new feature A new feature has been requested. suggestion A suggestion has been requested.
Projects
None yet
Development

No branches or pull requests

2 participants