-
Notifications
You must be signed in to change notification settings - Fork 46
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
SetToolTip #71
Comments
Your tooltip most likely is copied by I did not do any debugging, but I would start by checking if Next question would be: what exactly does "setting a toolbar on a docking frame" mean? You do this with some kind of drag&drop operation? |
Lol, no, I was being inarticulate. I wrote the application years ago but was unable to complete it fully. Now that I have some spare time, I'm trying to bring it back to life, along with my programming skills. |
A piece of code to reproduce the issue would be nice... ;-) And knowing which JRE and OS you are using might also help. |
Okay, will do. I try and put together the relevant snips. The OS is Linux, and I've tried different JRE's. Now that you mention it, the ToolTips worked the first time when I compiled it in VS rather than Intellij. I'll look into that also. Thanks! |
To clarify, the first chart loaded used the default setting I set up. The following chart used a tooltip delay setting in a user menu option. |
As an aside, has anyone published a dark theme? |
Hehe, good to see you solved the issue :-) I know some people did play around with colors, but as far as I know nothing ever was officially published. All the colors can be changed, they are all stored in an interface called |
I started using DockigFrames 10 years ago. It's beautiful, and I especially love the externalized frame. The only issue I have is that tooltips won't show after setting a toolbar on a docking frame. If I make the frame not visible, then visible again, the icon tooltips show on hover.
Is there anything that pops into mind that could be the cause? Thanks for the fantastic library, by the way!
The text was updated successfully, but these errors were encountered: