Hi, I'm trying to make a dropdown menu with options of screens(app's), that when the name is selected you'll navigate to that specific screen. For a while now I've been searching for a solution and found someting about creating a collection first. If so, how can I make one just for this task?
Solved! Go to Solution.
Hi
Yes you can,
Simply insert a dropdown with the values you want as items, then go to the OnChange property and add something like that :
If(Dropdown1.Selected.Value = "2"; Navigate(Screen2;ScreenTransition.Cover)) or with a switch case 🙂
Hope it helps
Hi
Yes you can,
Simply insert a dropdown with the values you want as items, then go to the OnChange property and add something like that :
If(Dropdown1.Selected.Value = "2"; Navigate(Screen2;ScreenTransition.Cover)) or with a switch case 🙂
Hope it helps
Thank you once again @yashag2255 !!!! Build an app without knowing much is really hard
As you mentioned "Navigate(App.ActiveScreen))"
Where do I get the "APP" from App.ActiveScreen?
because it showed an error.
Thank you.
Hey @Katrinnila29_
Navigate(App.ActiveScreen) refers to the current screen that user is on. This is passed as the default value in the switch case. Can you share more details about the error message that you are getting, so that we might be able to help you better?
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I forgot what the error message was, but I try another way to navigate my screen.
still using dropdown,and I use "Navigate" instead of "Switch" and it works well.
Thank you for the information.
Have a great day! 😄
User | Count |
---|---|
236 | |
113 | |
94 | |
59 | |
31 |
User | Count |
---|---|
286 | |
132 | |
106 | |
63 | |
57 |