Welcome, Guest
Username: Password: Remember me
Lab CT Version, news, test results, new features request and suggestions

TOPIC:

CT LAB ver 7.10 4 years 4 weeks ago #14528

  • Vbxler
  • Vbxler's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
It's funny, it seems these revision numbers are random numbers.
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.

CT LAB ver 7.10 4 years 4 weeks ago #14529

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Please, post/attach here (after zip) the file C:\codetyphon\allzips\zzctdirver.ctv
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CT LAB ver 7.10 4 years 4 weeks ago #14533

  • Vbxler
  • Vbxler's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
Hello Mr. Sternas,

here is the file.

Vbxler

Please Log in or Create an account to join the conversation.

CT LAB ver 7.10 4 years 4 weeks ago #14534

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
It's the correct file

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.

Last edit: by Sternas Stefanos.

CT LAB ver 7.10 4 years 3 weeks ago #14535

  • Vbxler
  • Vbxler's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
I deleted the entire contents of the 'allzips' folder and loaded
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.

CT LAB ver 7.10 4 years 3 weeks ago #14536

  • Fernando
  • Fernando's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 0
Hi,
I seem to keep finding issues with demos :unsure:
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"
The code segment where the error arises is
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.

CT LAB ver 7.10 4 years 3 weeks ago #14537

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Just remove
FArea.UseReticule := true;
line
PilotLogic Core Programmer
The following user(s) said Thank You: Fernando

Please Log in or Create an account to join the conversation.

CT LAB ver 7.10 4 years 1 week ago #14592

  • wyng
  • wyng's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Hello CT team,
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.

CT LAB ver 7.10 4 years 1 week ago #14593

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
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.

CT LAB ver 7.10 4 years 1 week ago #14598

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
We release Final CodeTyphon ver 7.10
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.

CT LAB ver 7.10 4 years 1 week ago #14599

  • firliri
  • firliri's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Hi,
I'm afraid you wrote march instead of april for 7.10 release date !
Thanks for your work.
Take care.
The following user(s) said Thank You: Vbxler

Please Log in or Create an account to join the conversation.

Last edit: by firliri.

CT LAB ver 7.10 4 years 1 week ago #14600

  • Vbxler
  • Vbxler's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
I have just tested the new CT7.1 on Win10_64 for target system Win32 and on
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.

CT LAB ver 7.10 4 years 1 week ago #14602

  • Jan Roza
  • Jan Roza's Avatar
  • Away
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Are there any significant changes made to one or more of the settings files?
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), virtual Linux Mint (64-bit) and virtual Raspberry Pi Desktop

Please Log in or Create an account to join the conversation.

CT LAB ver 7.10 4 years 1 week ago #14603

  • Jan Roza
  • Jan Roza's Avatar
  • Away
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
I changed all my settings manually and now everything is working.
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), virtual Linux Mint (64-bit) and virtual Raspberry Pi Desktop

Please Log in or Create an account to join the conversation.

CT LAB ver 7.10 4 years 1 week ago #14605

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
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.

CT LAB ver 7.10 3 years 8 months ago #14957

  • PizzaProgram (László Szakmári)
  • PizzaProgram (László Szakmári)'s Avatar
  • Offline
  • New Member
  • New Member
  • Delphi7 programmer since 25 years
  • Posts: 10
  • Thank you received: 0
Is it possible, that DLL debugging does not work at 7.1? (It's my first project, so I'm not sure if it's my fault. I've red everything about DLL debugging, tried all switches, but does not stop and can not find the error.)

Please Log in or Create an account to join the conversation.

Last edit: by PizzaProgram (László Szakmári).

CT LAB ver 7.10 3 years 8 months ago #14959

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
We fix this at LAB CT 7.20
more info
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CT LAB ver 7.10 3 years 8 months ago #14961

  • PizzaProgram (László Szakmári)
  • PizzaProgram (László Szakmári)'s Avatar
  • Offline
  • New Member
  • New Member
  • Delphi7 programmer since 25 years
  • Posts: 10
  • Thank you received: 0
Thank you, it's much better now, still, something is odd:
Can you please:

File Attachment:

File Name: QRgenDLLtest.zip
File Size:14 KB

- 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.