Hi Erel
This is great news. What serial services will be available in the first/beta release. We have a product www.ursosbutton.com that we have developed and the device has a bluetooth chip to provide the serial i/o, will it be possible to communicate with b4i apps ?
Also will there some support for SQLlite ?
Regards
John.
Not yet.have ideia how much + - b4i?
It is not an emulator. It is a real device which I mirrored to the desktop to capture it in the video.and what emulador you is using on the last video?
It is not an emulator. It is a real device which I mirrored to the desktop to capture it in the video.
B4i will work with real devices only (as there are no iOS emulators running on Windows).
Private Sub Application_Start (Nav As NavigationController)
NavControl = Nav
Page1.Initialize("Page1")
Page1.Title = "Page 1"
NavControl.ShowPage(Page1)
Page1.RootPanel.LoadLayout("1")
End Sub
Private Sub Page1_Resize(Width As Int, Height As Int)
Page1.RootPanel.ResizeLayout(1000) 'animation duration
End Sub