Resize form when sip is enable

stratus

Active Member
Licensed User
Longtime User
Is there any way to resize form when sip is enable;I manage this in vb with dock property of controls but i can not find dock property in basic4ppc.
 

stratus

Active Member
Licensed User
Longtime User
You should have a look at the Hardware library, there you can get SIP parameters.
You cannot resize a Form on the device, you must adjust the Controls.

Best regards.
I found it.I put the controls in a panel and set autoscroll property of panel to true.When i display sip i set panel height equal to (form.height-sip.height).The problem is that i do not know how to scroll the panel to the control who has the focus before the sip appears.
 

klaus

Expert
Licensed User
Longtime User
Top