Best Way to Create a Menu
Posted: Thu Jul 31, 2014 8:06 pm
So if you pull out your iPhone or Android and you go onto your favorite social network app, you will see that there is a menu that slides in from either the right or the left of the screen. What are your ideas on the most efficient way to create this in LC?
Attributes:
-the menu can slide in with touch from the edge of the screen without leaving or altering the current window
-the menu slides back and forth with the mouseLoc
-the menu snaps into position when released showing the previous screen in the back edge
-the menu is now scrollable
-when the menu slides back, the old screen if nothing selected appears in the same state, or changes to the new screen if there is a selection
-when pulling out the menu again, it remembers if you had scrolled halfway down or not
-The menu exists on every card in the application
Deciding factor:
-Build with Datagrid?
-Build with grouped objects and a native scroller?
What would you do?
-Will
Attributes:
-the menu can slide in with touch from the edge of the screen without leaving or altering the current window
-the menu slides back and forth with the mouseLoc
-the menu snaps into position when released showing the previous screen in the back edge
-the menu is now scrollable
-when the menu slides back, the old screen if nothing selected appears in the same state, or changes to the new screen if there is a selection
-when pulling out the menu again, it remembers if you had scrolled halfway down or not
-The menu exists on every card in the application
Deciding factor:
-Build with Datagrid?
-Build with grouped objects and a native scroller?
What would you do?
-Will