Search found 15 matches: wolfgang

Return to advanced search

Re: Error on Win CE 5.0

Wolfgang, Please build and run this test: // FiveWin for Pocket PC - Hello World! sample#include "FWCE.ch"//----------------------------------------------------------------------------//function Main()  ...
by Antonio Linares
Tue Mar 01, 2011 3:35 am
 
Forum: FiveWin for Pocket PC
Topic: Error on Win CE 5.0
Replies: 1
Views: 604

Error on Win CE 5.0

... - to run my program on this machine ? (I have tried to compile with /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB, but this does not work, too) Regards Wolfgang
by Wolfgang Ciriack
Tue Feb 15, 2011 5:11 pm
 
Forum: FiveWin for Pocket PC
Topic: Error on Win CE 5.0
Replies: 1
Views: 604

Re: Serial Number

Wolfgang, thank you.
Best regards,
Otto
by Otto
Sun May 16, 2010 4:24 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1418

Re: Serial Number

Hello Wolfgang,

>get with some handelds the same number.

Have you found a solution for your problem? If yes would you be so kind to share it.
Thanks in advance
Otto
by Otto
Sat May 15, 2010 7:37 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial Number
Replies: 6
Views: 1418

Re: Listbox

Hello Wolfgang,
could you please post the link.
Thanks in advance
Otto
by Otto
Thu May 28, 2009 6:51 am
 
Forum: FiveWin for Pocket PC
Topic: Listbox
Replies: 4
Views: 869

Re: Set time

Wolfgang,

Here you have a working example:
Code: Select all  Expand view

#include "FWCE.ch"

function Main()

   SetTime( 11, 15, 00, 00 ) // 11:15 (0 secs, 0 millisecs)

return nil
 
by Antonio Linares
Wed Feb 25, 2009 12:17 am
 
Forum: FiveWin for Pocket PC
Topic: Set time
Replies: 2
Views: 385

Wolfgang , This is a sample . Regards MAurizio #include "FWCE.ch" #define PD_SELECTPORTRAIT 0x00040000 #define PD_SELECTLANDSCAPE 0x00080000 //----------------------------------------------------------------------------// ...
by Maurizio
Fri Oct 31, 2008 7:21 am
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2629

Wolfgang ,

I use this DLL

http://www.fieldsoftware.com/PrintDC.htm

You cann print to a wide variety of printers using Infrared, Bluetooth and 802.11b wireless network , choose the font and the color.

Maurizio
by Maurizio
Thu Oct 30, 2008 5:27 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2629

Wolfgang release the handle or you may go into trouble The sysrefresh is needed after sending a msginfo or msgyesno, not needed in the loop. i have been using BT printing with success since quite a while now . Only problem ...
by Richard Chidiak
Thu Oct 30, 2008 4:19 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2629

Wolfgang,

Please try calling SysRefresh() from inside the loop
by Antonio Linares
Tue Oct 28, 2008 5:30 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth Printing
Replies: 10
Views: 2629

Hello Wolfgang

sorry for the delay in ansewering, about icon actually is not implement, but I will try to include in the next version.
by Biel EA6DD
Tue Sep 30, 2008 8:32 am
 
Forum: FiveWin para Pocket PC
Topic: PPCinst generador de instalaciones para PDA
Replies: 32
Views: 6821

... la variable: TXT_SELSAVFLD from Errorsys, line: 101 So i can only open the script "Crmbl.b6s", modify and save it. Is this by design ? :? Hi Wolfgang, no is not by design, it's a bug. Try to download the new verison now is fixed. Dear Biel, you must first ser the language when you create ...
by Biel EA6DD
Fri Sep 12, 2008 8:46 am
 
Forum: FiveWin para Pocket PC
Topic: PPCinst generador de instalaciones para PDA
Replies: 32
Views: 6821

Wolfgang, > 1. Is there a keyboard replacement available, which has only big numeric keyboard buttons (for input with fingers) which i can call with showkeyboard() ? > No, that we may be aware of it. > 2. How can ...
by Antonio Linares
Sun Sep 07, 2008 10:08 am
 
Forum: FiveWin for Pocket PC
Topic: Numeric Keyboard
Replies: 2
Views: 754

Wolfgang, > Is there a possibilty to have a bigger row height in the LISTBOX or two rows for each record ? > Yes, you have to use a larger font for it. Here I show you a working example. > How can i have different ...
by Antonio Linares
Mon Aug 18, 2008 10:46 am
 
Forum: FiveWin for Pocket PC
Topic: Refreshing a Get
Replies: 6
Views: 1191

Wolfgang, Your code is fine, except that it tries to send a message to the SAY object before it is created. Modify it this way: @ 0, 0 LISTBOX oBrw ; FIELDS hBmp, auftrag->zeit, auftrag->strasse ; HEADERS "", ...
by Antonio Linares
Wed Aug 06, 2008 11:12 am
 
Forum: FiveWin for Pocket PC
Topic: Refreshing a Get
Replies: 6
Views: 1191

Return to advanced search