Question CT LAB ver 5.30
- Vbxler
- Visitor
-
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!

Vbxler
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
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.
- usbdoo
- Visitor
-
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.
- Leslie
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 4
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.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will fix this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- user01
- Offline
- Junior Member
-
- Posts: 29
- Thank you received: 3
that's what i was talking about. they work, but they fire on source editor cutting, pasting, deleting and backspacing your code.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
Please Log in or Create an account to join the conversation.
- Al
- Offline
- New Member
-
- Posts: 6
- Thank you received: 1
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.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
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
Please Log in or Create an account to join the conversation.
- Leslie
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 4
Please Log in or Create an account to join the conversation.
- avra
- Visitor
-
Yoou can try this solution.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.
Please Log in or Create an account to join the conversation.