ok, that solved the problem! Many thanks.
Now back to my own bugs and trying to solve the 3D plots with the proper aspect ratios when rotated. Looks like I must move to different plotting software.
Jim
Search found 36 matches
- Wed Oct 24, 2018 3:36 pm
- Forum: VCL
- Topic: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
- Replies: 10
- Views: 24154
- Wed Oct 24, 2018 1:36 pm
- Forum: VCL
- Topic: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
- Replies: 10
- Views: 24154
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Sorry, but same problem. I uninstalled all prior installations to start fresh and then did the 2018.25 install. At completion I added the VCL.Tests folder as shown in your example. See screen shot: Screen Shot 10-24-18 at 09.26 AM 001.PNG Then I double-clicked on the TeeRecompile program and at comp...
- Wed Oct 24, 2018 1:11 pm
- Forum: VCL
- Topic: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
- Replies: 10
- Views: 24154
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
ok, much clearer. I had put VCL.Test in another subdirectory. I will try it again now.
Jim
Jim
- Wed Oct 24, 2018 2:21 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
I am checking back to see whether there has been any progress in solving the problem of proper scaling of 3D plots (i.e., so a cube would still look like a cube after a user rotates it. I did not see a feature like that mentioned in the 2018.25 update. I hope something can be done. After much work m...
- Tue Oct 23, 2018 9:59 pm
- Forum: VCL
- Topic: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
- Replies: 10
- Views: 24154
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
ok, I gave up and went back to 2018.24. It installed without error but when I compile my program I now get errors like [dcc32 Error] VCLTee.TeExport.pas(230): E2010 Incompatible types: 'VCLTee.Chart.TCustomChart' and 'VCLTee.Chart.TCustomChart' [dcc32 Fatal Error] TeeScatPlot2D.pas(10): F2063 Could ...
- Tue Oct 23, 2018 9:31 pm
- Forum: VCL
- Topic: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
- Replies: 10
- Views: 24154
Re: Win32 v14 (Delphi and C++Builder 2010 Update 5 (Database Pack)) (2010 Update 4) ERROR
Please give a few more details. Exactly where does one add the missing folder? I would think one should not wait until a version before correcting a problem that prevents the software from being installed.
Thanks,
Jim
Thanks,
Jim
- Fri Jul 20, 2018 10:03 pm
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
I did look at that initially but could not see a way to get the desired effect. Perhaps there may be a clever way to trick the software but the direct and correct solution has to be that when the projection operation is performed the 3 axes are already be in the same units (all user units or all pix...
- Mon Jul 16, 2018 2:29 pm
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
Well, it is difficult for me to just give a projection equation because the details will depend on the internal structure of your software which I have not been able to trace very well, hence my prior questions about where certain operations are performed. For example, me question "In additions, whe...
- Sat Jul 14, 2018 2:29 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
Any updates? suggestions?
- Sat Jul 07, 2018 1:06 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
Any help possible on my question?
- Tue May 29, 2018 11:58 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
ok but that does not provide a solution to the iso problem. The dimensions of the ChartRect need to be adjusted before a procedure like XPosValueCheck is called so that the two (or three axes) can be in the same units in the final plot. Thus, one has to go back a step to where the ChartRect is defin...
- Wed May 23, 2018 12:39 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
Perhaps I am looking in the wrong place but it seems that when CalcXpos etc. are called in the VCLTee.Series unit the coordinates are already in pixel units. I need some earlier procedure where the relationship between the values along the axes are defined in terms of pixels. I need to adjust the de...
- Sun May 20, 2018 9:08 pm
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
Curiously, today I can edit that unit and set breakpoints. Not sure what is different in my setup. I discovered right away that the problem in not in Calc3DPos or even in the calling sequence for that procedure. The arguments to that procedure are already integers in pixel units so the allocation of...
- Fri May 18, 2018 12:56 pm
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
OK, done. I also did a fresh install so I would be back to a known configuration. It now runs ok but if I make a change to VCLTee.TeCanvas from within the DX editor I get that error msg saying: C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2018.24\Source\VCL\VCLTee.T...
- Fri May 18, 2018 3:00 am
- Forum: VCL
- Topic: Chart3DPercent
- Replies: 25
- Views: 55454
Re: Chart3DPercent
I cannot seem to get that to work. Actually, now I cannot get anything to work! 1. I run TeeRecompile -generateunits:25 2. I open DX and try to compile and I get the error in VCLTee.TeeTools.pas that the unit TeCanvas cannot be found. I seem to need to add VCLTee. in front of that unit name in the u...