Browse by Tags

Tagged Content List
  • Forum Post: How to Activate the Laser Scanner Programmatically in a Psion Workabout Pro3

    While the following code does not throw an error, it also does not activate the scanner: Dim Scanner As PsionTeklogix.Barcode.Scanner Scanner = New PsionTeklogix.Barcode.Scanner Try Call Scanner.Scan() Catch End Try Thank you in advance.
  • Forum Post: Workabout Pro 3 - Barcode reader stops returning

    Hi Psion I am developing a solution for your Workabout Pro 3. To receive barcode information, i have slightly modified your Continous Scan Mode demo program. This mostly works fine. My problem is that sometimes, on a regular basis, the barcode reader stops returning. When i press a trigger button...
  • Forum Post: XY graph

    Hi, I would like to show a small graph in a popup dialogue in my application for the WAP3 Are there any examples of this or tools or hints available? Thanks, Bill
  • Forum Post: Change the Current SSID Programatically

    Is there a known method/technique for changing the current SSID in a WAP3 with a Summit WLAN adapter? The idea is to be able to switch over to another backup network if required without user intervention. Thanks in advance.
  • Forum Post: database fields with french accents

    Hi, I am using System.Data.SqlServerCe in my applocation for the psion wap3 windows CE and I am having a strange problem. I have a simple table with two nvarchar fields and in one of them I want to put utf8 strings ( ie ones that can have french accents ) I am loading data into them with INSERT...