B4J Question [ABMaterial] - page.ShowModalSheetAbsolute()

Harris

Expert
Licensed User
Longtime User
page.ShowModalSheetAbsolute("tiShiftDetail", "2%", "2%", "96%", "95%")
Seems that this method uses the parent screen's top for its position. If the underlying screen from which this is called, is scrolled down many rows, the result is the second screen shot.

Using - ABMGentiShiftModal.Size = ABM.MODALSHEET_SIZE_FULL will always place the modal sheet full window regardless of where the parent form's top position is.

Thanks




Scrolled down since it is respecting the parent form's top - not the screen top.

 

Harris

Expert
Licensed User
Longtime User

Correct... I was looking at sheets built with ShowModalSheetAbsolute... and thing they were ShowModalSheet() Sorry.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…