Custom time picker dialog?

Hi everyone,

I’m wondering if anyone knows how I can make a dialog that will pop up and I will be able to enter hours, minutes and seconds into.
I’d like something similar to the example I’ve attached…

I’ve tried using the “Easy Dialog” extension to show a a couple vertical arrangements (one for time entry and another for one for camera frames entry) where I put text boxes and + and - buttons but it seems as though the extension is causing my app to crash…

Here is the time entry dialog that I created:
time

And here is my frame entry dialog:

When I go into the time dialog, then close it. Go to the frame dialog then close it. And finally I try going back to the time dialog I get the following error. If I dismiss it, I can see that the frame dialog showed up and not the time dialog that was supposed to:
crash

Try dragging out another instance of Easy Dialog for each dialog you want to create. Trying to use the single instance for multiple dialog causes this issue ?

1 Like

You can do this in blocks alone.

Here is a future date picker you can dissect as a sample …
https://groups.google.com/forum/#!msg/mitappinventortest/lFXcJDmbsMA/stKrIpKtBQAJ

Instead of pop ups, you can use multiple vertical arrangements. This sample app uses that technique. https://docs.google.com/document/d/1GLQJY9q3b8KsEAcfzPEcA-j0zWgyRjTI2Pa792znsBI/edit?usp=sharing

Thanks for the help! Adding another Easy Dialog seems to have fixed the problem.

Thank you, I will definitely check those out!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.