Sivasaravanan
Member
SUDIDevice runtime assign url and got error unable to reach the site.:
public Sub DeviceShow(page As SDUIPage)
Dim myDevice As SDUIDevice
myDevice.AddDevice(Me,page.CellID(2,1),"mydevice")
myDevice.DeviceType = "macbookpro"
myDevice.DisplayType = "iframe"
myDevice.Url= "https://www.google.co.in/"
myDevice.Content = "https://www.google.co.in/"
banano.Await(myDevice.Show)
End Sub
Dear Anele, Device has been created and displayed well. But url didn't connect.