yoni_mic
(Jonix)
August 19, 2019, 6:06am
#1
Describe your issue
add floating button
set some string inside label text field for floating button
blocks - put “Call Show Label” inside initialize block
Steps to reproduce the issue
compile and open the app
Expected Behaviour
Actual Behaviour
Runtime error as in the pic
Show your Blocks
Android version
tested on OS 5+9
Error screenshot:
Mika
August 19, 2019, 6:15am
#2
That’s normal…
Because the FAB needs some time for itself to setup all things.
Use the “Show Label” block together with the FAB click event.
Then you will see that it works!
Fun fact:
I created the feature and the error message which you can see for exact this case.
3 Likes
yoni_mic
(Jonix)
August 19, 2019, 6:31am
#3
you saying that I need to click on FAB first to display the label?
“when FAB.click then show label”
and if I want the label to show right when the app starts its impossible ? (maybe timer is an option )
Mika
August 19, 2019, 6:55am
#4
It’s not impossible. You can do it with a timer.
But as I said above the FAB needs some time to setup all his settings.
A timer should work for your case.
2 Likes
system
(system)
Closed
September 18, 2019, 11:58am
#7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.