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
Using Compose support and wondering how to automatically show a tooltip first (and only) time a Composable is shown. I'm calling setPreferenceName in rememberBalloonBuilder block and tried a few variations of calling balloonWindow.showAlignBottom() for example from a LaunchedEffect but no luck so far. It does work fwiw if I call from click handler.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using Compose support and wondering how to automatically show a tooltip first (and only) time a Composable is shown. I'm calling
setPreferenceName
inrememberBalloonBuilder
block and tried a few variations of callingballoonWindow.showAlignBottom()
for example from aLaunchedEffect
but no luck so far. It does work fwiw if I call from click handler.Beta Was this translation helpful? Give feedback.
All reactions