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

TOPIC:

CT LAB ver 7.30 3 years 4 months ago #15271

  • LuZZZZi
  • LuZZZZi's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 78
  • Thank you received: 1
Hi guys,

I'm not able to change the color of the font property of a TRadiobutton. It's always black.

Win 8.1, X86_64

Thx

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

Last edit: by LuZZZZi.

CT LAB ver 7.30 3 years 4 months ago #15272

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
A sample for test ?

Yes this problem exists
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.30 3 years 4 months ago #15273

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
<<Leonid
....simple PDF filter crashes: "No Font was set - please use SetFont() first."
>>

Sir @Leonid
We fix and this:
Go to
codetyphon/typhon/components/lz_Report/addons/lrPdfExport/source/lr_e_fclpdf.pas

Before Line 735 add FCurFont.Activate;
  end;
  FCurFont.Activate;  //<<<=== ct9999 ================
  FCurPage.WriteText(X1, Y1, AText, angle);
end;

We search the universe to find this... :unsure:
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Leonid

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

Last edit: by Sternas Stefanos.

CT LAB ver 7.30 3 years 4 months ago #15276

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 148
We release LAB CodeTyphon ver 7.3 Revision 007260
at this release, we finalize the functionality of Typhon IDE Embedded Form Designer.

And always this CT release has THE latest source for libraries and components.

Have fun..
PilotLogic Core Programmer

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

CT LAB ver 7.30 3 years 4 months ago #15278

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Installed revision 7260 without any problem.
Will test more in the coming weeks.
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.30 3 years 4 months ago #15279

  • 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
PilotLogic Architect and Core Programmer

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

CT LAB ver 7.30 3 years 4 months ago #15283

  • Leonid
  • Leonid's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 3
Great job! Tested several projects (components: rxdbgrid, fpspreadsheet, sqldb(sqlite)) - everything works like a clock. There was a problem with exporting to PDF using CairoPDF, as I wrote earlier, the PS-file turns out to be normal, but the PDF-file is not rendered.Remade the test case. Clicking the button generates two files at once (PS and PDF) in the 'exports' folder of the project.The source code of lrCairoExport is the same in versions CT7.2 and CT7.3, but there were no problems in version 7.2, perhaps the error was caused by refactoring of the main lz_Report code.Best regards.

File Attachment:

File Name: rpt_exp_test2.zip
File Size:311 KB
Attachments:

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

CT LAB ver 7.30 3 years 4 months ago #15284

  • 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
we will try to fix and this

Please test and
-NEW Typhon IDE Embedded Form Designer.
-NEW IDE Dock/Undock mechanism.
-Embedded Form Designer => Title Style.

Windows 10 Enterprise 20H2, 19042.630





macOS Catalina 10.15.7

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.30 3 years 4 months ago #15286

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Just did the upgrade to revision 7260 on Linux Mint 20 which went OK.
Then I installed an extra component (which was also in my previous version of CodeTyphon) and now the rebuild of CodeTyphon ends in error.
Errors are:

Build IDE: Exit code 2, Errors: 2
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/ppcx64 can't be executed, error message: Failed to execute "/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/ppcx64", error code: -9
make[2]: *** [Makefile:4749: typhon] Error 1
make[1]: *** [Makefile:5181: idepkg] Error 2
Error: make: *** [Makefile:3664: idepkg] Error 2


Can you help me out here?
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.30 3 years 4 months ago #15287

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

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

CT LAB ver 7.30 3 years 4 months ago #15299

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
What more do you need?
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.30 3 years 4 months ago #15300

  • Sternas Stefanos
  • Sternas Stefanos's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
<<Then I installed an extra component>>

-Can you write more about these Extra ?
-Did you compile these Extra ? before you add to Typhon IDE
-You OS RAM ?
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.30 3 years 4 months ago #15303

  • Jan Roza
  • Jan Roza's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 158
  • Thank you received: 6
Hi Sternas,
Your remark about OS RAM set me on the right track.
My Linux Mint 20 runs in a VirtualBox environment and had only 4 Gb memory assigned to it.
So I enlarged this to 6 Gb memory started up Linux again and tried the same exercise.
No errors this time the IDE rebuild was successful, so that was the problem: memory!
Thanks for straightening me out again. :-)
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.30 3 years 4 months ago #15305

  • 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
have fun
PilotLogic Architect and Core Programmer

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

CT LAB ver 7.30 3 years 4 months ago #15307

  • Leonid
  • Leonid's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 3

Sternas Stefanos wrote: Please test and
-NEW Typhon IDE Embedded Form Designer.
-NEW IDE Dock/Undock mechanism.
-Embedded Form Designer => Title Style.


-IDE Dock/Undock mechanism. Works reliably.
-Embedded Form Designer. The design selected in the IDE is replaced by the decoration of the operating system when the program starts

Linux 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux KDE
Attachments:

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

Last edit: by Leonid.

CT LAB ver 7.30 3 years 4 months ago #15308

  • 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

<<Embedded Form Designer. The design selected in the IDE is replaced by the decoration of the operating system when the program starts>>

We can't follow the decoration of the operating system, or OS theme for now, it's a speed problem.
It's a user choice the "Title Style", for now.

Oh, from your screens, one new button is missing
and we put a lot of code for this button... :unsure:



Go to IDE Settings=>"Editor ToolBar" and set "defaults"

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.30 3 years 4 months ago #15310

  • Leonid
  • Leonid's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 3

Sternas Stefanos wrote:
Go to IDE Settings=>"Editor ToolBar" and set "defaults"


Fulfilled, the button appeared.
Attachments:

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

CT LAB ver 7.30 3 years 4 months ago #15311

  • Gyula Kampfner
  • Gyula Kampfner's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thank you received: 0
Would you please include TTreListView component from here .

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

CT LAB ver 7.30 3 years 4 months ago #15312

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

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

CT LAB ver 7.30 3 years 4 months ago #15317

  • Gyula Kampfner
  • Gyula Kampfner's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 25
  • Thank you received: 0
Great, thanks :)

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