billyrudi Active Member Licensed User Longtime User Mar 2, 2016 #1 Hi, there is a way to set the size oaf the ABMModalSheet? i have a list in it and on smartphone it is not simple to understand if there are more items if an user doesn't scroll on it!! regards paolo
Hi, there is a way to set the size oaf the ABMModalSheet? i have a list in it and on smartphone it is not simple to understand if there are more items if an user doesn't scroll on it!! regards paolo
alwaysbusy Expert Licensed User Longtime User Mar 4, 2016 #2 You should be able to pick between normal, big and full screen. Google advices to use the full screen options as it is better for mobiles. Upvote 0
You should be able to pick between normal, big and full screen. Google advices to use the full screen options as it is better for mobiles.
alwaysbusy Expert Licensed User Longtime User Mar 4, 2016 #4 Its only a property: Dim myModal As ABMModalSheet myModal.Initialize(page, "history", True, False, "") myModal.Size = ABM.MODALSHEET_SIZE_FULL Upvote 0
Its only a property: Dim myModal As ABMModalSheet myModal.Initialize(page, "history", True, False, "") myModal.Size = ABM.MODALSHEET_SIZE_FULL