
The problem with using the RMChart.dll version with FWH is that the RMChart
tooltips that should appear on top of graph bars do not appear when using FWH
(as in RmcFwhT1.prg). Other RMChart mouse functions also don't work in FWH,
such as the chart magnification and scrolling capabilities - but those are
not used in this test. Perhaps the fix for whatever is wrong with tooltips will
also fix those mouse functions.

But the tooltips DO appear correctly when not using FWH, as with just the plain
WinApi version of a window created with the MS function CreateWindowEX()
(as shown in RmcToolT.prg ).

Key files included in this package:

 .  RmcFwhT1.prg   - the test of the RMChart mnImageBars() function in FWH

 .  RmcFwhT1.exe   (the tooltips on the bars do not work here)

 .  RmcFwhT1.exe.xbp - xBuilder project file


 .  RmcToolT.prg   - the test of the RMChart mnImageBars() function without FWH

 .  RmcToolT.exe   (the tooltips on the bars work okay here)

 .  RmcToolT.exe.xbp - xBuilder project file



 .  DLLxHb.ch  - used to work with xHb's DLLCALL()

 .  DLLCALL.c - newly revised version of xHb function


 .  Rmchart.lib
 .  Rmchart.dll
 .  Rmchart.ch

 .  Rmchart.chm - full documentation for RMChart
 
 .  Rmchart.inc - RMChart's PowerBasic include file showing datatypes used by
                  each RMChart function call's parameters.

    - Roger Seiler
      roger@leadersoft.com
