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 2 months ago #14390

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
We release LAB CodeTyphon ver 7.10 Rev 007030
please test, suggest and
have fun
PilotLogic Architect and Core Programmer

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

CT LAB ver 7.10 4 years 2 months ago #14391

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Don't know what's going wrong but after updating and choosing 8. Remove all build all the installation stops with errors when trying to create the two IDE's.
It seems it's missing the Typhon sources but I also see an error message "No rule to make target ALL". (see screenshot attached.
Am I doing something wrong or is there a mistake in the installation script?
Operating Systems Windows 10 (64-bit), virtual Linux Mint (64-bit) and virtual Raspberry Pi Desktop
Attachments:

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

CT LAB ver 7.10 4 years 2 months ago #14392

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
some files on Our Server with problems ...

We Re-create and Re-upload LAB CodeTyphon ver 7.10 Rev 007031
We test new files with CT Update procedure on Windows 10, Fedora 31 and Ubuntu MATE 19.10
ALL OK (MultiArch builds)

Please, try again to Update your CodeTyphon installation to the latest LAB version.
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 2 months ago #14393

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
I had the same problem as Jan Roza yesterday.
Trying again this morning all works fine ...

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

CT LAB ver 7.10 4 years 2 months ago #14394

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Thanks
some time we must test 2 times the uploaded files...
PilotLogic Core Programmer

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

CT LAB ver 7.10 4 years 2 months ago #14395

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Up and running the latest Lab version here too now, thanks!
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 month ago #14396

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Please test
and
js_Pas2JavaScript CodeOcean samples
PilotLogic Core Programmer

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

Last edit: by Matis A..

CT LAB ver 7.10 4 years 1 month ago #14436

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
Hallo, I found some strange problem with CT since Version 6.8 or earlier up to Lab 7.1:

When exporting a report (lzreport) to PDF there are differences between Typhon and Lazarus, so some german characters will not be converted. This are e.g. the german 'Umlauts' äöüß.

I have created a simple project and tested with Lazarus (lazarusrep), which is working as it should be and as Typhon (typhonrep) with will not. See Attachment.

I also tested to copy lazreport-source from Lazarus to CT, but this did'nt the trick.

Just compile and press 'Generete PDF' and then open the newly generated 'Test.pdf'-file to see the difference.
Attachments:

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

CT LAB ver 7.10 4 years 1 month ago #14437

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Just replace
unit1.pas
unit1.frm

with attach

We mark changes with //=== ct9999 ====

TfrTNPDFExportFilter is OLD Filter, we left this file to lz_ReportPdfExport CT pkg for compatibility with old CT versions
you must use
TlrPdfExportFilter
PilotLogic Architect and Core Programmer
Attachments:

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

Last edit: by Sternas Stefanos.

CT LAB ver 7.10 4 years 1 month ago #14438

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
Great ! Thank You for your fast help!

It works now!

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

CT LAB ver 7.10 4 years 1 month ago #14439

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
It works with my Test-Project, but not with my Main-Project:
All Filters work except TlrPdfExportFilter, witch will cause an Access-violation in LR_Class, procedure TfrReport.ExportBeforeModal(Sender: TObject); .

I'm back on CT 7.1 with Zeos form 6.8 on Linux Mint 19.3
uses
  ActnList, Classes, ctrfunctions, DB, Dialogs, Controls,
  FileUtil, Forms, IniFiles, LCLIntf, LCLType,
  LCLTranslator, LR_Class, LR_DBSet, LR_DB_Zeos, LR_Desgn, LR_DSet, lr_e_fclpdf, lr_e_pdf, lr_e_cairo, lr_pdfexp_reg,
  Messages, RLPDFFilter, SysUtils, ZConnection, ZDataset;


          if frAuftrag.ExportTo(TlrPDFExportFilter, 'print.tmp') then  // did not work, print.tmp is 0 Byte, some simple reports work
          // if frAuftrag.ExportTo(TfrTNPDFExportFilter, 'print.tmp') then  //works, but no ÄÖÜß
          // if frAuftrag.ExportTo(TlrCairoExportFilter, 'print.tmp') then  //works, but complicated under Windows

...

Any Idea?

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

Last edit: by Klaus Riesterer.

CT LAB ver 7.10 4 years 1 month ago #14440

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
No Sir
PilotLogic Architect and Core Programmer

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

CT LAB ver 7.10 4 years 1 month ago #14441

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
Sir, I converted ma project back to Lazarus and all reports are working with
TfrTNPDFExportFilter

In the compatibility mode (lr_e_fclpdf and TlrPdfExportFilter) you sent to me for my test project under CT most reports crash with an access violation.
So there must be an error in your compatibility layer so far.

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

CT LAB ver 7.10 4 years 1 month ago #14444

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
No problem Sir
have fun
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 1 month ago #14454

  • Klaus Riesterer
  • Klaus Riesterer's Avatar
  • Visitor
  • Visitor
Did you read the second part of my last post? ;-)

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

CT LAB ver 7.10 4 years 1 month ago #14463

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
We finish LAB test to DragonFly BSD more info

We port about 146 CodeTyphon Libraries to DFBSD, some with problems but we never stop...
ALL parts of CodeTyphon Studio works as expected now.

Yes, a lot of work... so
I must write a "BIG THANKS" to my LAB Staff :)
Core and External Programmers.

Pascal is now and at DragonFly Galaxy with CodeTyphon Programming Star-ship
....
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 1 month ago #14471

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
Today we release LAB CodeTyphon ver 7.10 revision 007050
with the latest Object Pascal sources of Planet Earth :woohoo: (after all night CT builds...)

Update, test, report and suggest

Have fun
PilotLogic Core Programmer

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

Last edit: by Matis A..

CT LAB ver 7.10 4 years 1 month ago #14480

  • Daniel Jaeger
  • Daniel Jaeger's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello

When I put the cursor in the 'Find' field of the component palette and then press the Enter key, I get the following error message.
(see Pic.: 'Comp_ErrorMessage.png')

Steps to repro:
1. Click into 'Find' Field of 'Components' palette.
2. Press Enter-Key.

Env.: Typhon 7.1 r2002180516 FPC 3.3.1 r2002180516 Platform : i386-win32-win32/win64

Thank you for your support
Daniel

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

Last edit: by Daniel Jaeger.

CT LAB ver 7.10 4 years 1 month ago #14481

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir

this is a bug, give us time to fix

PS: we fix it,
remove PatternEditKeyDown procedure from codetyphon\typhon\ide\ct_componentlist.pas
and rebuild Typhon IDE
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 1 month ago #14482

  • Daniel Jaeger
  • Daniel Jaeger's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 28
  • Thank you received: 0
Hello Sternas

if i remove the PatternEditKeyDown procedure i get a 'Access violation' when i try to activate the components list via 'View' or Ctrl+Alt+P. I then tried again by reactivating the procedure but marking the following two lines of code as comments.

// CTSetFocusToDataList(PageControlF, TreePalletteF, ListboxComponentsF, TreeInheritanceF);
// CTSetFocusToDataList(PageControlM, TreePalletteM, ListboxComponentsM, TreeInheritanceM);

It works now.

Regards
Daniel

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

Last edit: by Daniel Jaeger.