Alain2131 Posted April 21, 2018 Share Posted April 21, 2018 Hey there ! I want to show a tooltip (like the Help box at the bottom of the Parameter tab) for each of the Ordered Menu's items. Is it possible ? Thanks ! Quote Link to comment Share on other sites More sharing options...
Luijee Posted April 23, 2018 Share Posted April 23, 2018 I don't believe its possible since you only get the tooltip when hovering over the Label. You have the label of each menu item but you can only fit a couple words in there. For a longer description you could do: Create multiple label parameters for each menu item, each label having a different 'Hide When' expression corresponding to the current menu item. Single label parameter with python expression to switch between strings based on current menu item. Quote Link to comment Share on other sites More sharing options...
Noobini Posted April 23, 2018 Share Posted April 23, 2018 what about something like this ? just hover over Menu... menu.hipnc Quote Link to comment Share on other sites More sharing options...
Alain2131 Posted April 25, 2018 Author Share Posted April 25, 2018 @Luijee A python-based script modifying the help string based on selected input is a great idea ! Will definitely look into it ! But can we actually access and dynamically modify the help tooltip ? I've searched for even just printing out the tooltip to the console using python, and I did not find anything conclusive. A multiple label, using hide-when would be the fallback idea. Haven't investigated it yet, but I'm afraid this would make the HDA's Edit Parameter Interface page a bit messy. @Noobini Yeah, this would work ! It's just that I don't want to flood to much information in this little space. This would be like the failsafe of the fallback =P Thank you both for your insights ! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.