Closed Ewout1988 closed 7 years ago
the clickable component is a WImage wImage;
wImage.mouseClicked().addListener(this, new Signal.Listener() { public void trigger() { //code dat moet worden uitgevoerd } }); wImage.mouseWentOver().addListener(this, new Signal.Listener() { public void trigger() { //code dat moet worden uitgevoerd } });
I does take too long for the popup to appear. Can this time be reduced somehow? Clicking on it may indeed also provide some sort of action.
I’m afraid that mouseHover speed is browser-dependent. Prolly there exists some javascript to make this faster?
When people click on the 'question mark', we now show a dialog like this:
Something like this is sufficient for me "This number indicates the current level of the tree shown. Use the webbrowser back/forward buttons to navigate to previous levels and back."
closeicons-dialog.png could not be found -> fix
@Ewout1988 What does this last message mean?
There was a problem when users opened the 'Question Mark' popup dialog window, that they could not see the closing cross in the right upper corner of the dialog window due to an image that was missing in the .war This should be fixed in the meantime. On top of that, I think I should remove the message "Use the home button (to the right of the indicated level) to go back to the beginning" (like @ktheyss mentioned before).
I agree, remove that message and we're good.
Please check and close if good
Users don't understand that the question mark on the bottom has a hover over effect. It would be better if there was a click action connected to it that would show the same tooltip
@plibin Can you post a part of code that we can put in a click listener that would cause the tooltip to appear?