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

TOPIC:

CT LAB ver 5.30 8 years 11 months ago #7152

  • Vbxler
  • Vbxler's Avatar
  • Visitor
  • Visitor
Hello Mr. Sternas,

I just saw the CTRL-V now fits correctly the clipboard to the properties.
Thank you for this change and the whole project, CT5.30 works fantastic! B)

Vbxler

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

CT LAB ver 5.30 8 years 11 months ago #7153

  • 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
more good things will be come...
and always, have fun
PilotLogic Architect and Core Programmer

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

CT LAB ver 5.30 8 years 11 months ago #7154

  • usbdoo
  • usbdoo's Avatar
  • Visitor
  • Visitor
Here's a bug!
if you have two screen.
Run CT 5.3 on the right screen.
Do new form.

Left the wrong calculation and then Form1 not see in CT

If you manually correct unit.lfm then it is ok

object Form4: TForm1
Left = 2170 // <- This is wrong
Left = 1 //If you manually correct unit.lfm then it is ok
Height = 240
Top = 250
Width = 320
Caption = 'Form1'
LCLVersion = '1.5'
end

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

CT LAB ver 5.30 8 years 11 months ago #7156

  • Leslie
  • Leslie's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
Hi,

The clipboard keyboard shortcuts (ctrl+c ...) are not working in the form designer. It has been like that prior to 5.30 as well. (Kubuntu 14.04, QT4)

Cheers,
Leslie

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

CT LAB ver 5.30 8 years 11 months ago #7185

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

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

CT LAB ver 5.30 8 years 11 months ago #7195

  • user01
  • user01's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 3

Leslie wrote: Hi,

The clipboard keyboard shortcuts (ctrl+c ...) are not working in the form designer. It has been like that prior to 5.30 as well. (Kubuntu 14.04, QT4)

Cheers,
Leslie

that's what i was talking about. they work, but they fire on source editor cutting, pasting, deleting and backspacing your code.

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

CT LAB ver 5.30 8 years 11 months ago #7196

  • Al
  • Al's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 1
Hi, sternas!
In pl_win_directx.lpk need fix all "Source" to "source" and
pl_win_directx\source\XAxt.pas at line 1476 must be fixed to: {$I XAct_asm.inc}

pl_zeosdbo.lpk need this lines for compile for windows platform
      <Item55>
        <Filename Value="source/dbc/ZDbcAdo.pas"/>
        <UnitName Value="ZDbcAdo"/>
      </Item55>
      <Item56>
        <Filename Value="source/dbc/ZDbcAdoMetadata.pas"/>
        <UnitName Value="ZDbcAdoMetadata"/>
      </Item56>

/usr/lib/codetyphon/typhon/ide/compileroptions.pp in lines 2787-2789 need space char before minus sign like:
    1: switches := switches + ' -Rintel';
    2: switches := switches + ' -Ratt';
    3: switches := switches + ' -Rdirect';

Also seems an problem with lz_ChmHelp/source/lhelpcontrol.pas. at line 196 must be
Result := (fServerOut<>nil) and (fServerOut.ServerID<>'') and (fServerOut.ServerRunning);
Otherwise i have an exception when press F1 (at least for ArchLinux x86_64 CT 5.30 for QT)

Thank you!

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

CT LAB ver 5.30 8 years 11 months ago #7197

  • 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 test and put your fixes to the Lab CT ver 5.4

PS: we add all your fixes Sir
and pl_Win_MIDI pkg has the same typo, "Source" to "source"
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: Al

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

Last edit: by Sternas Stefanos.

CT LAB ver 5.30 8 years 11 months ago #7206

  • Leslie
  • Leslie's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 66
  • Thank you received: 4
Your description of the problem is more presice than mine. Thx.

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

Last edit: by Leslie.

CT LAB ver 5.30 8 years 9 months ago #7543

  • avra
  • avra's Avatar
  • Visitor
  • Visitor

DonAlfredo wrote: Installing (any version of) CT on my Windows laptop always fails.
Due to GitHub and GitShell being installed. At least, this is what I think.
They add a path to a directory containing binary tools like make, patch, ....

CTC picks up these binary tools from the path. And fails.

Yoou can try this solution.

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