Search found 105 matches

by Andy Edward
Mon Jul 20, 2015 10:54 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21228

Re: DCCHART Sample

HI Roger, When I was trying to test your sample the first time I removed/comment the mouseMove action like so: DCREAD GUI ; SETAPPWINDOW ; FIT ; TITLE 'DCRMCHART Sample Program' ; OPTIONS GetOptions ; EVAL {||oRMChart:RMCToolTipWidth := 100, ; oRMChart:RMCUserWatermark := 'eXpress++ RMChart System',...
by Andy Edward
Sun Jul 19, 2015 7:27 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21228

Re: DCCHART Sample

Hi Roger, Thank you for the reply, unfortunately it has not stop the memory increase. As the code change is in METHOD DC_XbpRMChart:ShowToolTip( nMouseButton, nX, nY, aData ), this method is only called when we click the button on the bottom left. @ 805,0 DCPUSHBUTTON CAPTION {||'Mouse Tip ' + IIF(o...
by Andy Edward
Wed Jul 15, 2015 7:33 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21228

Re: DCCHART Sample

Can you provide evidence that moving the mouse causes memory to increase? Just to clarify, it's not the movement of the mouse that cause the memory to increase, but it's when I hover on the graph to show the tooltip. This is what I can do to provide evidence http://screencast.com/t/z8tZCCk6 . It wi...
by Andy Edward
Tue Jul 14, 2015 8:37 pm
Forum: eXpress++ Support
Topic: DCCHART Sample
Replies: 16
Views: 21228

DCCHART Sample

Hi Roger, In DCCHART sample (/exp19/samples/RMCHART/DCCHART.exe) I've noticed that when I hover on the charts to make the tooltip show, the memory consumption goes up quite a bit. Here is the task manager screenshot after moving left and right between the two bar graphs for about 1 minute or 2. The ...
by Andy Edward
Sun Jul 12, 2015 8:53 pm
Forum: eXpress++ Support
Topic: RMChart files
Replies: 15
Views: 20894

Re: RMChart files

rdonnay wrote:
It says it can't find the RMChart.ocx.
This is what you need.
To register it, run RegSvr32 RmChart.Ocx
Thanks Roger, it works now.

Is it safe for me to say that Express++ will continue to have the commands for future releases of Express++?

Regards,

Andy
by Andy Edward
Fri Jul 10, 2015 9:37 pm
Forum: eXpress++ Support
Topic: RMChart files
Replies: 15
Views: 20894

Re: RMChart files

May I know the url from where you downloaded it? did you have try Google ... "download rmchart 4.12" ;) Yes, Jimmy. That's the first thing I tried. But looking at the results, they were from either freeware sites or unfamiliar sites to me. I don't really trust files downloaded from those sites (bet...
by Andy Edward
Fri Jul 10, 2015 5:10 pm
Forum: eXpress++ Support
Topic: RMChart files
Replies: 15
Views: 20894

Re: RMChart files

You can still use it for development. Roger has and continues to use it for products. You can download the installable version from other locations. I just downloaded the other day. You just install it. No source code needed. Hi Cliff, May I know the url from where you downloaded it? Thank you in a...
by Andy Edward
Fri Jul 10, 2015 7:33 am
Forum: eXpress++ Support
Topic: RMChart files
Replies: 15
Views: 20894

Re: RMChart files

It is not a supported product anymore. I don't know how to get the source code. Why are you wanting this? I want to create charts natively (as in Xbase++ or in Express++). That's too bad that it's not supported anymore. Is there any other solution to create charts easily for Xbase++? I've been usin...
by Andy Edward
Thu Jul 09, 2015 1:57 am
Forum: eXpress++ Support
Topic: RMChart files
Replies: 15
Views: 20894

RMChart files

Hi, In this pdf http://donnay-software.com/ds/Articles/Donnay_Rmchart.Pdf , it mentioned that I can get source code and sample programs of RMChart from http://rmchart.softpile.com . But I don't see anything on that page. Is there another way I still can get the RMChart's source code and programs? Be...
by Andy Edward
Tue Jun 30, 2015 9:15 pm
Forum: eXpress++ Support
Topic: Buttons under a new window
Replies: 14
Views: 18543

Re: Buttons under a new window

Looks like "CustomStatic" does not repaint in every situation where repainting is needed. It should be easy to determine if it is the source of the problem. Just comment out the SUBCLASS clause. Roger, we've decided to comment out the "CustomStatic" Subclass command first. It's working for us at th...