- Posts: 16
- Thank you received: 0
Question CT LAB ver 7.10
- Vbxler
- Offline
- New Member
-
I compiled today with the same source code and received a different revision number.
Vbxler
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Vbxler
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
here is the file.
Vbxler
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
My suggestion is to rename this file (like xxzzctdirver.ctv)
and try to update CT again.
If CTCenter don't find this file zzctdirver.ctv to local installation,
then will download ALL LAB CT 7.10 rev 007060 files from our servers.
After download,
always give 8-"Remove and build ALL" to new setup script dialog.
PS: your OS ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Vbxler
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
everything again and compile it with 'Remove and build ALL'.
Now everything seems to be good.
I'm using here Win10 Pro.
It seems to me with Linux everything works better.
Thank you
Vbxler
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 65
- Thank you received: 0
I seem to keep finding issues with demos

Just installed latest Typhon 7.1 r2003240512 FPC 3.3.1 r2003240512 Platform : x86_64-win64-win32/win64 on Win 10x64
Open project C:\codetyphon\CodeOcean\lz_taChart\samples\basic\demo.ctpr
Hit F9 and I get
demomw1.pas(111,9) Error: Identifier idents no member "UseReticule"
procedure TForm1.btnAddAreaClick(Sender: TObject);
var
i: integer;
begin
if FArea = nil then InitArea;
BringToFront(FArea);
FArea.Marks.Style := TSeriesMarksStyle(cbMarkStyle.ItemIndex);
for i := 1 to edAddCount.Value do begin
X3 := X3 + 1;
if random(2) >= 0.7 then Y3 := Y3 + random(5)
else if random(2) >= 0.7 then Y3 := 0
else Y3 := Y3 - random(5);
FArea.AddXY(x3, y3, '', clTAColor);
end;
FArea.UseReticule := true;
end;
It looks like the demo is newer than the component in typhoon, the property "UseReticule" seems to be missing, but I may be wrong.
I actually found this in the previous lab version, but waited to see if now this were corrected, but didn't happened.
Regards
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
FArea.UseReticule := true;
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- wyng
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
LAB CT 7.10 /007060 installed and running fine on Windows 10. I love it much. However there are some issues with (Hi-DPI) 4K-display such as
- Some icones too small to see
- Text overlapping
- Form title in designer
- Keyboard layout of pl_win_midi 7.1.1
Please see attached images (I have not checked all menu options yet).
Thanks for your nice IDE.
wyng
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
it's a problem, we will try to fix this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
after 4 months of hard work
From all members of our LAB team, Have Fun
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- firliri
- Offline
- New Member
-
- Posts: 8
- Thank you received: 1
I'm afraid you wrote march instead of april for 7.10 release date !
Thanks for your work.
Take care.
Please Log in or Create an account to join the conversation.
- Vbxler
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
Xubuntu_64 for Linux_64 and ARM_Linux32 and everything seems to work fine anyway.
Thanks for the new release.
Please Log in or Create an account to join the conversation.
- Jan Roza
-
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 3
After installing 7.10 final (clear and build all) the ide (32 bit) runs okay, closing it and restoring my settings from before the upgrade leaves me with an IDE that starts initially, shows the Typhon splash window and then stops again.
Rebuilding IDE 32 bit again gives me a running IDE, but as soon as I restore previous settings it won't start anymore.
Operating Systems Windows 10 (64-bit) and virtual Linux Mint (64-bit)
Please Log in or Create an account to join the conversation.
- Jan Roza
-
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 3
The only trouble I still have is that the editor toolbar is reset to default after each rebuild of the IDE (32 bit).
See attached screenshot (before and after rebuild IDE).
All this is done on Windows 10 (64 bit)
Operating Systems Windows 10 (64-bit) and virtual Linux Mint (64-bit)
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Yes we make many changes
but we will try fix and this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- PizzaProgram (László Szakmári)
-
- Offline
- New Member
-
- Delphi7 programmer since 25 years
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
more info
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- PizzaProgram (László Szakmári)
-
- Offline
- New Member
-
- Delphi7 programmer since 25 years
Can you please:
- Download this simple demo,
- Compile both the DLL and EXE,
- Start it and press the "DLL test" button?
It seems the debugger can not catch the error, why this prg. can not call the DLL.
Tried everything now in the last 20 hours.
(Choosing another debugger, un/checking every debug options, etc.)
Attachments:
Please Log in or Create an account to join the conversation.