Hi. I just upgraded from 1.7 to 3.2. I guess I have missed a lot of discussions during the upgrades. I used to be able to do project..activity...supported screen orientations but it isn't there any more. How do I do this now? Where is this set?
it is driving me nuts.
Sub Process_Globals
Dim phn As Phone
../..
End Sub
Sub Activity_Resume
If ModoActual<>0 Then
phn.SetScreenOrientation(1)
Else
phn.SetScreenOrientation(0)
End If
../..
End Sub