Skip to content

Avoid Tips Window Opening via API When Using ProjectManager and FrontEndTool #7907

Answered by dragonmacher
VincentDary asked this question in Q&A
Discussion options

You must be logged in to vote

You can try turning them off programmatically via the preferences. As your application is starting:

Preferences.setProperty("SHOW_TIPS", Boolean.toString(false));
Preferences.store();

The plugin that shows the dialog is going to read this property.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@VincentDary
Comment options

Comment options

You must be logged in to vote
1 reply
@VincentDary
Comment options

Answer selected by VincentDary
Comment options

You must be logged in to vote
1 reply
@VincentDary
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@VincentDary
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants