I started extending smartGWT ImgButton and overriding the getHoverComponent method to style it, but I am facing an issue on how to set the arrow scenarios since we can not control the position of the top and left of the hovered component, because the canvas that returned from the getHoverComponent method automatically set the left and the top of it depending on the mouse left and top also to to the browser width and height, I tried to use setLeft and setTop of the canvas but without any results.
How can i change and control position of hover component??
How can i change and control position of hover component??
Comment