S SonicSue Member Licensed User Jan 9, 2010 #21 agraham said: It's a security "feature" because it's a downloaded file. Right click on the file name, select Properties and there's a checkbox to unblock it somewhere. Click to expand... Thank you, again. I am learning so much and appreciate all your help. :sign0188:
agraham said: It's a security "feature" because it's a downloaded file. Right click on the file name, select Properties and there's a checkbox to unblock it somewhere. Click to expand... Thank you, again. I am learning so much and appreciate all your help. :sign0188:
N nicolasWhite Member May 11, 2010 #22 Screen orientation Hello. Sub Button1_click If cPPC = True Then Shell("BtnsL.exe", "") End If End Sub Attached the image of what I have on the form.... Can it be fixed or is it my device's glitch? Thanx.
Screen orientation Hello. Sub Button1_click If cPPC = True Then Shell("BtnsL.exe", "") End If End Sub Attached the image of what I have on the form.... Can it be fixed or is it my device's glitch? Thanx.
N nicolasWhite Member May 11, 2010 #23 oops Failed to attach the image.... When i change screen orientation from portrait to landscape the previous screen is partially seen.
oops Failed to attach the image.... When i change screen orientation from portrait to landscape the previous screen is partially seen.
Erel B4X founder Staff member Licensed User Longtime User May 11, 2010 #24 You should add a FormLib object to your form. FormLib handles the screen change.
N nicolasWhite Member May 11, 2010 #25 Thanx Eric. I added an object and initialized it with new1. Now it's Ok.