oWnd:line/oWnd:bLClicked

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

oWnd:line/oWnd:bLClicked

Post by Otto »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

METHOD Line
does not seem to be there. Can we take the code form FWH?
Regards
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

Hello Antonio,
if I change some lines in window.prg how to compile and link?
Thanks in advance
Otto
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post by Enrico Maria Giordano »

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

EMG
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Post by Otto »

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

Thanks in advance
Otto
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post by Enrico Maria Giordano »

I don't have one at hand but basically you have to add

Code: Select all

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

Code: Select all

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

EMG
Post Reply