Search found 28 matches

by Ed Dressel
Wed May 02, 2018 4:11 pm
Forum: VCL
Topic: Exception moving mouse in .23
Replies: 4
Views: 11830

Exception moving mouse in .23

I recently upgraded to .23 and found an exception that I didn't get before: --------------------------- Paycheck - TRAK Created: 5/2/2018 8:30:19 AM --------------------------- Range check error. --------------------------- OK --------------------------- Here is the LOC in TeEngine.VCL: Function TCh...
by Ed Dressel
Mon Apr 23, 2018 10:50 pm
Forum: VCL
Topic: Z order and locations for annotations
Replies: 1
Views: 5965

Z order and locations for annotations

How can I change the Z order for annotations?

Additionally, is there a code snippet somewhere I could use to keep annotations from overlapping?

Thank you,

Ed Dressel
by Ed Dressel
Thu Apr 12, 2018 2:05 pm
Forum: VCL
Topic: Getting Y value from X Value?
Replies: 5
Views: 12430

Re: Getting Y value from X Value?

I spent several hours trying to get that done yesterday.

Can I just get an answer to my question?
by Ed Dressel
Wed Apr 11, 2018 8:28 pm
Forum: VCL
Topic: Unable to run demo
Replies: 3
Views: 9683

Unable to run demo

I installed the binary files to get the demos working (which takes a bit of time--much prefer not having to install the binaries). In any case, I get exceptions when trying to run any of the demos: The procedure entry point _ZN6Vcltee8Tecanvas8TFloatXY4SetYEf could not be located in the dynamic link...
by Ed Dressel
Wed Apr 11, 2018 2:34 pm
Forum: VCL
Topic: Getting Y value from X Value?
Replies: 5
Views: 12430

Re: Getting Y value from X Value?

I don't have the demo installed, it does not come when installing the source code installs.

How do I get an example of this?

Thank you,

Ed Dressel
by Ed Dressel
Mon Apr 09, 2018 6:25 pm
Forum: VCL
Topic: confirmation dialogs are not showing but are there
Replies: 5
Views: 10826

Re: confirmation dialogs are not showing but are there

Thank you for the quick response. (I didn't think KEY_CURRENT_USER required admin rights to change). I started Delphi (Seattle) as admin and reset the positions and confirmed that the confirmation dialog displayed when went to delete a series. Closed Delphi and reopened as non-administrator. I went ...
by Ed Dressel
Mon Apr 09, 2018 6:07 pm
Forum: VCL
Topic: Getting Y value from X Value?
Replies: 5
Views: 12430

Getting Y value from X Value?

I have a TCOlorLIneTool that I allow a user to drag along the X axis. I display an annotation tool with the line that I want to display the corresponding Y value for it. The X value is a list of dates that have a corresponding integer value. When the user drags the line, I want to update the annotat...
by Ed Dressel
Tue Apr 03, 2018 9:05 pm
Forum: VCL
Topic: confirmation dialogs are not showing but are there
Replies: 5
Views: 10826

Re: confirmation dialogs are not showing but are there

Thank you. That seems to fix it while I'm in the IDE but if I restart it, I have to reset the positions again.

What file are the settings saved to?

Thanks,

Ed Dressel
by Ed Dressel
Fri Mar 30, 2018 7:41 pm
Forum: VCL
Topic: Caption/Title in the middle of a TDonutSeries
Replies: 1
Views: 5964

Caption/Title in the middle of a TDonutSeries

How do I put a caption/title in the middle of a TDonutSeries? I think I am missing the obvious.

Ed Dressel
by Ed Dressel
Fri Mar 30, 2018 7:32 pm
Forum: VCL
Topic: Master demo with source
Replies: 1
Views: 5693

Master demo with source

Is the master demo with source available any more? I cannot find it.

Ed Dressel
by Ed Dressel
Fri Mar 30, 2018 7:27 pm
Forum: VCL
Topic: confirmation dialogs are not showing but are there
Replies: 5
Views: 10826

confirmation dialogs are not showing but are there

In the IDE, there is a confirmation box that asks if I want to--but I cannot see it. It must be off the screen.

How can I get it to display somewhere on my screen? (i.e. which file holds the coordinates for where it is displayed?)

Ed Dressel
by Ed Dressel
Wed Feb 28, 2018 12:53 am
Forum: VCL
Topic: Range check error in .23
Replies: 2
Views: 7168

Re: Range check error in .23

If range checking is on in the attached demo, run the demo (Seattle 10.1), as soon as the mouse moves over the chart an exception occurs.

Ed Dressel
by Ed Dressel
Tue Feb 27, 2018 10:40 pm
Forum: VCL
Topic: Range check error in .23
Replies: 2
Views: 7168

Range check error in .23

I just installed .23 and am getting a list index error that I did not get before. I have spent a few hours working on it--but it only occurs in some very specific situations. It is when the mouse moves over the TAeraSeries, but there are no events linked to the area or the chart. Here is the call st...