Search found 176 matches: fwce

Return to advanced search

DIALOG

Sorry, it doesn't work yet. I have exactly this program: #include "FWCE.ch" #include "FiveWin.ch" ******************** FUNCTION Main() ******************** DEFINE WINDOW owMain TITLE 'sdsdsd' ACTIVATE WINDOW owMain ON CLICK m_DaNe('Something...',{'Yes','No'},'Atention ...
by remecd
Mon Dec 19, 2005 5:20 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6363

Re: DIALOG

I have this function: #include "FWCE.ch" ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" REDEFINE SAY ID 3 OF oDlg PROMPT cMsg REDEFINE ...
by Richard Chidiak
Mon Dec 19, 2005 12:35 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6363

DIALOG

I have this function: #include "FWCE.ch" ************************************ FUNCTION m_DaNe(cMsg,aBtn,cTitle) ************************************ LOCAL oDlg DEFINE DIALOG oDlg RESOURCE "msgDaNe" REDEFINE SAY ID 3 OF oDlg PROMPT cMsg REDEFINE ...
by remecd
Mon Dec 19, 2005 11:17 am
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6363

show BITMAP

When I run this program the error message shown: Message not found TBITMAP:DISPBEGIN stack calls: __ERRRT_SBASE(0) ...... #include "FWCE.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Bmp-Res" * @ 10, 20 BITMAP RESOURCE "users" SIZE 60, 60 && working @ 10, 20 BITMAP filename ...
by remecd
Wed Dec 14, 2005 10:17 am
 
Forum: FiveWin for Pocket PC
Topic: show BITMAP
Replies: 3
Views: 1200

Problems con una funcion en C

Hola Colegas Este es el codigo : #include "FWCE.ch" function Main() * begin local oWnd DEFINE WINDOW oWnd TITLE "Active Scan" @ 2, 2 BUTTON "Scan_Open" ACTION SCAN_OPEN() SIZE 80, 20 ACTIVATE WINDOW oWnd return nil * Funciones que no corren en ...
by ramirezosvaldo
Fri Dec 09, 2005 12:28 am
 
Forum: FiveWin para Pocket PC
Topic: Problems con una funcion en C
Replies: 5
Views: 2512

... Yes, I'm using the same method as used by Jose with the printer and in your 'bluetoth' sample. I have a variant 'blueread' : // BlueRead #include "FWCE.ch" #define GENERIC_READ 0x80000000 #define GENERIC_WRITE 0x40000000 #define OPEN_EXISTING 3 #define FILE_ATTRIBUTE_NORMAL 0x00000080 function ...
by Jon Munro
Fri Dec 02, 2005 2:02 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth serial port
Replies: 14
Views: 6800

I Am End Function serial number For Pocket PC

... serial number He is Identical Library Dll (SMSpec.DLL) Thank For each Human He Aid Me ---------------- Regards, Hathal // Serial number #include "FWCE.ch" function Main() local oWnd DEFINE WINDOW oWnd TITLE "Serial N?" @ 2, 2 BUTTON "Serial N?" SIZE 80, 25 ACTION MsgInfo(SerialNumber(),str(len(SerialNumber()) ...
by HATHAL
Thu Nov 17, 2005 10:08 am
 
Forum: FiveWin for Pocket PC
Topic: I Am End Function serial number For Pocket PC
Replies: 3
Views: 3279

For Run Sound Wave From Resource And Wave File

... This Source For Run Sound Wave From Resource And Wave File Bat Not Compiler With Function hb_parc(1) Thank For All // Test Sound Source #include "FWCE.ch" //----------------------------------------------------------------------------// function Main() local oWnd DEFINE WINDOW oWnd TITLE "TEST ...
by HATHAL
Wed Nov 16, 2005 2:07 pm
 
Forum: FiveWin for Pocket PC
Topic: For Run Sound Wave From Resource And Wave File
Replies: 1
Views: 944

preguntas y problemas(bugs) varios - (arreglado)

... un AMD atlon64 +1Mg. ) , nada cientifico , sino mas o menos . Ahora los problemillas ( en la última versión del 14 ) : En este codigo : #include "FWCE.ch" #xcommand DEFAULT <v1> TO <x1> [, <vn> TO <xn> ] => ; IF <v1> == NIL ; <v1> := <x1> ; END ; [; ...
by astursoft
Wed Nov 16, 2005 9:07 am
 
Forum: FiveWin para Pocket PC
Topic: preguntas y problemas(bugs) varios - (arreglado)
Replies: 4
Views: 2030

TBtnBmp problem

... immediatly. Best regards Claudio 8<---------8<---------8<---------8<---------8<---------8<---------8<--------- #include "Fwce.ch" #include "common.ch" REQUEST DBFCDX function Main() local oWnd, oBrw USE "Storage card\Customer" VIA "DBFCDX" DEFINE WINDOW oWnd TITLE "test" ...
by claudio.driussi
Fri Nov 11, 2005 5:04 pm
 
Forum: FiveWin for Pocket PC
Topic: TBtnBmp problem
Replies: 5
Views: 1660

CurDir() bug

The following sample shows spurious characters if run from the root directory (MyDevice):

#include "Fwce.ch"


FUNCTION MAIN()

MSGALERT( "*" + CURDIR() + "*" )

RETURN NIL

The problem is reproduceable with the device emulator.

EMG
by Enrico Maria Giordano
Sat Oct 29, 2005 6:30 pm
 
Forum: FiveWin for Pocket PC
Topic: CurDir() bug
Replies: 9
Views: 2779
Previous

Return to advanced search