Search found 6 matches

by Marc Boissinot
Wed Dec 13, 2006 4:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HtmlHelp() problem
Replies: 1
Views: 807

HtmlHelp() problem

I have problems making HtmlHelp() function work correctly. Following is a small sample that provokes a GPF the second time I press the "Help" button. I'm using FWH 2.8 (Sept. 2006 release) and xHarbour Builder (Oct. 2006 release) #include "FiveWin.ch" function Main() DEFINE WINDO...
by Marc Boissinot
Wed Dec 13, 2006 3:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: HtmlHelp() problem
Replies: 1
Views: 1148

HtmlHelp() problem

Hi all, I have problems making HtmlHelp() function work correctly. Following is a small sample that provokes a GPF the second time I press the "Help" button. I'm using FWH 2.8 (Sept. 2006 release) and xHarbour Builder (Oct. 2006 release) #include "FiveWin.ch" function Main() DEFI...
by Marc Boissinot
Tue Nov 28, 2006 9:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw in a mimized dialog ?
Replies: 2
Views: 1060

Here's a try for mdi child windows inside a mdi frame. #include "FiveWin.ch" #define WM_ERASEBKGND 20 #define WM_ICONERASEBKGND 39 #define WM_MDIACTIVATE 546 #define WM_NCPAINT 133 function Main() local oWin, oDlg OVERRIDE METHOD NCPaint IN CLASS TMdiChild WITH MyNCPaint OVERRIDE METHOD Pa...
by Marc Boissinot
Mon Nov 27, 2006 6:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in latest FWH
Replies: 7
Views: 1744

Enrico,

Your sample works fine for me...
fwh 2.8 + xHarbour builder oct. 2006
by Marc Boissinot
Fri Oct 28, 2005 1:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4711

Here's a way with the detached local method...

for i := 1 to Len( aGets )
@i,0 GET oGets VAR aGets
oGets:bSetGet := oGets:oGet:Block := ArrayGetBlock(aGets,i)
next


function ArrayGetBlock(aGets,i)

return { | u | If( PCount()==0, aGets, aGets:= u ) }
by Marc Boissinot
Thu Oct 13, 2005 3:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Welcome to the new FiveTech Software forums
Replies: 17
Views: 18559

Hi there !

:)