We are developing an Android barcode scanner with GeneXus16U11.
Popup is calling another SmartDevicePanel from the originating SmartDevicePanel.
CallTo_SDP.CallOptions.Type=CallType.Popup
Called_SDP.CallOptions.TargetSize=CallTargetSize.Large
Called_SDP.Call()
The call destination screen is displayed as small as 2-3 dips, up, down, left, right, and right.
Is it not possible to display it in the maximization state?
Called_SDP.CallOptions.TargetSize=CallTargetSize.Large
Why don't you specify the size of the part as shown below?
Destination_SDP.CallOptions.TargetWidth=!'100%'
Called_SDP.CallOptions.TargetHeight=!'100%'
© 2024 OneMinuteCode. All rights reserved.