|
|
WireLess Studio Widgets Developer's Guide |
|
2.1 Creating the C++ project 2.2 Suppressing dialog and classes 2.3 Adding exit method 2.4 Adding WireLess Classes from Type Library
This table compares the steps a programmer must follow to use the WireLess Studio Library for Graphic and Text applications.
| Widgets vs Text applicaitons | |||
| Widgets based applications | Text based applications | ||
| Librairies | |||
| WSOleWidgets.dll | WSOle.dll | ||
| Adding components to VB 2005 project | |||
WireLessStudioOleWidgets
|
WireLessStudioOle
|
||
|
Widgets Objects |
Text Objects |
||
| Public wsFactory As New WStFactory Public wsForm As New WStForm Public wsWidget As New WStWidget |
Public wsRfIo As New WirelessStudioOle.RFIO Public wsRfBarcode As New WirelessStudioOle.RFBARCODE Public wsRfTerminal As New WirelessStudioOle.RFTERMINAL |
||
|
Widgets Methods |
Text Methods |
||
|
wsFactory.CreateFormByName "myForm" |
wsRfIo.RFPrint(0, 0, "* Wireless Studio *", WLCLEAR + WLREVERSE)wsRfIo.RFPrint(0, 2, " Barcode Demo ", WLNORMAL)wsRfIo.RFPrint(0, 7, " Press <ENTER> ", WLNORMAL)
|
||
|
PDA Widget Client |
PDA Text Client |
||
![]() |
![]() |
||
|
Sample widget display |
Sample text display |
||
![]() |
![]() |
||
Follow this steps to create a simple application in C++ using the WireLess Studio Widgets Library.
Currently the functionality of some RF objects is not supported by the WSt Widgets Client: RFBUTTON, RFMENU, RFERROR , RFIO and RFUSRAPP
| WireLess Studio by SofToGo S.A. | Visit our site www.softogo.com | Contact us help@softogo.com |