FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC oWnd:line/oWnd:bLClicked
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
oWnd:line/oWnd:bLClicked
Posted: Sat Jul 29, 2006 08:15 AM

Are these functions ready?
Regards
Otto
oWnd:line()

ACTIVATE WINDOW
ON PAINT
ON PAGERIGHT
ON PAGELEFT
ON RIGHT
ON LEFT
ON UP
ON DOWN
ON PAGEUP
ON PAGEDOWN

oWnd:brClicked
oWnd:bLClicked
oWnd:bLButtonUp
oWnd:bMMoved

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
oWnd:line/oWnd:bLClicked
Posted: Sat Jul 29, 2006 11:11 AM

Otto,

You can easily check them for yourself reviewing source\classes\window.prg and include\fwce.ch (search for ACTIVATE WINDOW). Thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
oWnd:line/oWnd:bLClicked
Posted: Sat Jul 29, 2006 02:53 PM

METHOD Line
does not seem to be there. Can we take the code form FWH?
Regards
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
oWnd:line/oWnd:bLClicked
Posted: Sat Jul 29, 2006 04:33 PM

Otto,

With some of them, yes, you can take them from FWH, but with others you will find unresolved externals from Windows Mobile.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
oWnd:line/oWnd:bLClicked
Posted: Sun Jul 30, 2006 05:16 AM

Hello Antonio,
if I change some lines in window.prg how to compile and link?
Thanks in advance
Otto

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
oWnd:line/oWnd:bLClicked
Posted: Sun Jul 30, 2006 12:06 PM

The easiest way is to compile it as it were a PRG of your application.

EMG

Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
oWnd:line/oWnd:bLClicked
Posted: Sun Jul 30, 2006 06:52 PM

Hello Enrico,
could you post an example of buildce.bat which include also windows.prg.

Thanks in advance
Otto

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
oWnd:line/oWnd:bLClicked
Posted: Sun Jul 30, 2006 07:00 PM
I don't have one at hand but basically you have to add

%hdir%\bin\harbour window.prg /n /i..\include;%hdir%\include /p %2 %3 > clip.log


and modify

%vcdir%\bin\clarm -TP -W3 -c /DARM /DUNICODE /I%hdir%\include /I..\include %1.c window.c


or something very similar.

EMG

Continue the discussion