sduidevice

  1. Sivasaravanan

    B4J Question [Web][SithasoDaisy] - Issue - SUDIDevice runtime assign url -error failed to connect

    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 =...
Top