Search found 17 matches

by HennekensSM
Fri Apr 06, 2007 6:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Thanks you James.
It seems your solution is the same as the one I found.

Regards,
Stephan
by HennekensSM
Thu Apr 05, 2007 9:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

YES, thos works. Thanks Enrico!

Regards,
Stephan
by HennekensSM
Thu Apr 05, 2007 8:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

This could be a solution: simply call HH.EXE with some parameters. Winexec("HH.EXE <nTopic> <myhelpfile.chm>") It actually works (if HTMLHelp is installed of course). Now there is another problem: At startup there is definition for F1: SetKey( 28, { |nKey| MyHtmlHelp(IDH_INTRODUCTION) } ) ...
by HennekensSM
Tue Apr 03, 2007 9:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Hi Richard, thanks for advice, but which dll are you pointing at? Is it htmlhelp.dll? Can you sent it to my? If have search the web for that file but couldn't find it. The frusting think is that this can work, at least it works with a small - program I wrote. Both - and FHW are build on xHarbour, so...
by HennekensSM
Tue Apr 03, 2007 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

The problem is that VISTA does not support classic help (.HLP) anymore, so we will have to change to Html Help.
Any suggestion to fix this problem is welcome.

Regards,
Stephan
by HennekensSM
Mon Apr 02, 2007 11:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Antonio,

in the C:\BCC55\INLUDE I found htmlhelp.h.
Could this file be of any help to find another solution?

Regards,
Stephan
by HennekensSM
Mon Apr 02, 2007 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Thanks ANtonio. Would be most welcome if you could find a solution for this problem

Regards,
Stephan
by HennekensSM
Mon Apr 02, 2007 10:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Oke, I think I found it.
When using the function as follows
HtmlHelpPopup(0, "d:\turboint\help\tvwinint.chm", 0, "idh_introduction.htm") it works, BUT not always. It randomly GPF's.
Has anybody why these random GPF's occur?

Regards,
Stephan
by HennekensSM
Sun Apr 01, 2007 8:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed with Help
Replies: 12
Views: 3200

Help needed with Help

I am trying to call specific topics from a HTML Help file with the following line of code:
HTMLHelp(0, "d:\turboint\help\tvwinint.chm", 2, nTopic)
but no matter what the topic nr is it always comes up with the first topic (default).
How do I need to change to code?

Regards,
Stephan
by HennekensSM
Sun Feb 25, 2007 3:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TreeView problem
Replies: 17
Views: 5897

Antonio,

I am experiencing the same problem with the treeview in combination with the manifest file. A fix would be most welcome.
Regards,
Stephan
by HennekensSM
Mon Jan 29, 2007 9:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5337

to zoom in add the following code: #DEFINE moZoomIn 51 oMap:SetProp("MousePointer", moZoomIn) In function EventInfo add the following: IF event == "Click" IF oMap:GetProp("MousePointer") == moZoomIn oRect := oMap:Do("TrackRectangle") oMap:SetProp("Extent&...
by HennekensSM
Mon Jan 29, 2007 8:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5337

Oke guys, I also got it more or less running. At least I see a map.
Antonio, you hint works fine.
I'll come back in a few days with a working sample including zooming and panning.

Regards,
Stephan
by HennekensSM
Mon Jan 29, 2007 10:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5337

No, it does find the ActiveX component. For example CreateObject("MapObjectsLT2.MapLayer") works fine.

Stephan
by HennekensSM
Mon Jan 29, 2007 10:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5337

Antonio,

I thing we made a step forward, but it's GPF's before showing the map. Scrollbars however already appear.

Regards,
Stephan
by HennekensSM
Mon Jan 29, 2007 10:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem getting an ActiveX component to work
Replies: 16
Views: 5337

Silvio,

as you have seen I got stuck with one important issue. I hope someone can help me out there. Before that I can not provide you with a working sample.


Regards,
Stephan