You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Hi, we need to show tooltips to help user understand what the toolbar buttons do (in the top right corner of the screen). I'm not sure is it possible with this library? Library seems to require positioning relative to a view.
The text was updated successfully, but these errors were encountered:
On Sat, Jan 20, 2018 at 8:56 AM, Greg Ennis ***@***.***> wrote:
Hi, we need to show tooltips to help user understand what the toolbar
buttons do (in the top right corner of the screen). I'm not sure is it
possible with this library? Library seems to require positioning relative
to a view.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AB4kGQJ8X8sJZOz5_yMRRhDMFTVU6b1Uks5tMfCjgaJpZM4Rlcje>
.
Actually I found this is not the case. The action items in the toolbar are represented by one view (ActionMenuView) and therefore I can't position the tooltip on one item inside it. I think I will have to create a ghost placeholder view and manually position it and then position the tooltip relative to that. I think the library should support this for me, either directly supporting toolbar action items or at least allowing me to specify an X, Y instead of a view.
Hi, we need to show tooltips to help user understand what the toolbar buttons do (in the top right corner of the screen). I'm not sure is it possible with this library? Library seems to require positioning relative to a view.
The text was updated successfully, but these errors were encountered: