Question CT LAB ver 7.30
- Matis A.
-
- Offline
- Moderator
-
I will add to LAB "To-Do" list your suggestion for JSCodeGen
a)pl_DWScript is at the latest version,
look at: C:\codetyphon\typhon\components\pl_DWScript\ctinfo.txt file.
We can't port to CT every day GIT changes, we update CT ports every 15 days.
Pas2js is the pascal Web future, we just build the first floor...
b)Lamw is totally out of your scope for now, for many many reasons.
c) This is the Normal designer behavior. Please click Reset Form... button on the designer.
The form you load have Top and Left values out of your Monitor.
..
PilotLogic Core Programmer
Please Log in or Create an account to join the conversation.
- wyng
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I have tested CT LAB ver 6.9.1, 7.1, 7.2 and 7.3 in Windows 10 Home. There are still issues related 4K-display that not yet resolved such as
- Corrupted form title in Form Designer
- Text overlapping
- Keyboard layout (Win_MIDI) is not consistent due to Property NoteWidth in pixels. When running compiled application on different DPI, the number of keys of the keyboard is not constant. It is better to have a property NumberOfKeys instead of NoteWidth in pixels. Furthermore most of upright piano keyboard starts with A-key instead of C-key. I tried to resolve these in attached cmpKeyboard.pas.
Please check attachments.
Regards,
wyng
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we add your suggestion to pl_Win_MIDI pkg
For 4K-display scale we will try to fix and this.
In our LAB we have 2x4K monitors 40" (X4071UHSU-B1)
and we don't need to scale anything, but we will try.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- wyng
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
I really use CT on my laptop DELL XPS 12 9250 4K (windows 10 Home). Lazarus does not have these issues.
Thanks,
wyng
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 try to fix this.
Please, your Win10 Display Settings=> Display =>
"Scale and Layout" Factor and
"Display resolution" ?
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- wyng
- Offline
- New Member
-
- Posts: 4
- Thank you received: 0
They are 250% and 3840x2160Sternas Stefanos wrote: Sir
we will try to fix this.
Please, your Win10 Display Settings=> Display =>
"Scale and Layout" Factor and
"Display resolution" ?
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 try to fix this
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we finally add to LAB CT 7.30 support for MacOS 11.2 64_x86 (Big Sur)
We follow the big "Titanic-Apple" ship to his first trip in the Deep Black Ocean...
More news soon...
CT abilities test
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Typhon 7.3 r2011221318 FPC 3.3.1 r2011221318 Platform : x86_64-win64-win32/win64
I have a big project which -almost always- gives me an "Acces violation" message upon loading. I can work edit, compile, etc. but I cannot use the ctrl-arrow keys to move components in the form designer. Neither shift-arrow keys to resize. Any clue about where to search for?
Regards
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Please test and report
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Idelberger
- Offline
- New Member
-
- Posts: 10
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Merry Christmas to all people
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Jan Roza
-
- Offline
- Junior Member
-
- Posts: 109
- Thank you received: 3
So you all deserve a very Merry Christmas and a Healthy New year!
Operating Systems Windows 10 (64-bit) and virtual Linux Mint (64-bit)
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Merry Christmas and a Happy New year
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Sorry to bother now;.ok, I know it is Christmass time, so I won't expect a fast answer, but I leave this problem for your meditations...
Windows 10 version 1909 (18363.1256)
Fresh start windows, fresh start Typhon64
Related to: www.pilotlogic.com/sitejoom/index.php/fo...ner-not-working.html
Typhon 7.3 r2012221929 FPC 3.3.1 r2012221929 Platform : x86_64-win64-win32/win64
Open the attached project, this a very stripped down version of the actual project (do not expect to compile). Open unitinterf.pas and go to designer (probably need to press F12). Try to move any control in the right hand side page control with contrl-arrow keys. I cannot.
Open in the editor unitinterf.frm. Go to Tools -> Verify FRM file
I got complaints aboy "Top" and "Left" properties of menus not found! See image .
What's wrong with this form/unit/project?
But, also, in the previous version I did not had these messages from the FRM verifier.
Merry Christmass and Happy New Year for all!!
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Your project has 2 MDIForms, NOT normal forms.
So the problem is that you can't move with contrl-arrow keys components on MDIForm.
CT adLCL support to MDIForms are limited, it's an old programming style from Win32 Pascal
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Fernando
- Offline
- Junior Member
-
- Posts: 66
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
CT support MDI applications
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Tod Arivah
- Offline
- Junior Member
-
- Posts: 36
- Thank you received: 0
Can you test it with Debian 10 and/or sid Plasma QT5 ?
Thanks
Please Log in or Create an account to join the conversation.
- skrzat
- Offline
- Junior Member
-
- Posts: 31
- Thank you received: 0
I recompiled my applications with the newest 7.30 version and I can't run some of them because Microsoft Defender finds trojans in exe files: Trojan:Script/Wacatac.B!ml or Trojan:Win32/Bearfoos.A!ml
This happens only in few of apps, rest of them are clean.
My system is Win 10 64bit (20H2 version)
CT 7.30 32bit
Please Log in or Create an account to join the conversation.