Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

EmbedFrom editor modifications 3 years 4 months ago #15228

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
I made some changes to the emb. from editor, I wonder if I can post the modified fonts to the community?

In Win10 (reative title board, with windows custom colors, and resize bars)
Attachments:
The following user(s) said Thank You: Mauricio Abreu

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

EmbedFrom editor modifications 3 years 4 months ago #15229

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Yes Sir
attach here any file
PilotLogic Architect and Core Programmer

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

EmbedFrom editor modifications 3 years 4 months ago #15230

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
Files of customization ...
replace files in typhon\ide and rebuild typhon ...

File Attachment:

File Name: files.7z
File Size:15 KB
Attachments:

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

Last edit: by saulo.

EmbedFrom editor modifications 3 years 4 months ago #15231

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir
please give us time to check and report here
PilotLogic Architect and Core Programmer

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

EmbedFrom editor modifications 3 years 4 months ago #15232

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Sir, first of all,
It's obvious your high programming level.

We integrated your code to LAB CT 7.3
and we make same changes:

-We use FFakeIcon to give the type of loaded form.
-FFakeWindowCaption is always visible with the same Height for all Loaded forms type, Form, Frame and Datamodule.
-CN_CAPTION_HEIGHT will be the same for all OSes-Platiforms, we test value "20".
-TEmbedFormEditor it's a TPanel now (not TFrame) with no *.frm file, for speed...
etc...

We finish tests on Windows 10 and Linux (Debian 10.6, GTK2, QT4, QT5 and Fedora 33, GTK2, QT4, QT5)

and some screens, from our test on new FreeBSD 12.2 now
Syscolor it's from OS theme. Next test stop MacOS, Solaris, etc....







PilotLogic Architect and Core Programmer
Attachments:

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

Last edit: by Sternas Stefanos.

EmbedFrom editor modifications 3 years 4 months ago #15233

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
Thank you, I'm happy to contribute to the project, ...
my next task is to try to eliminate the terrible flick (not exclusive to Typhon) in the LCLWin32 designer (qt5 and gtk2 even on windows, there is no flick at all) ...
The following user(s) said Thank You: Sternas Stefanos, Matis A.

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

EmbedFrom editor modifications 3 years 4 months ago #15234

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Yes +++
PilotLogic Core Programmer

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

EmbedFrom editor modifications 3 years 4 months ago #15237

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
Good morning, I upgraded to the test version 7.3 (already with the updates), congratulations was very good, but at least in qt5, when running the resize, the right corner is erased (I also had this problem in the original implementation) so in the drawing method, it needs to be called twice the setbounds. This corrects the problem, I had placed it in a {$ IFNDEF LCLWIN32} guideline, but since I haven't tested it in qt4 (I can't say if it happens there too), it could be {$ IF DEFINE (LCLQT) or DEFINE (LCLQT5)).
The only thing that made me a little upset is that all mentions of my contribution have been removed, and nowhere has any trace of it, (even though it is an autistic work, where the important thing is the community gain as you do) , is good for the ego and for the personal portfolio. And certainly over time more people would be excited to improve the project even more.

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

EmbedFrom editor modifications 3 years 4 months ago #15238

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
images of Correction
Attachments:

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

EmbedFrom editor modifications 3 years 4 months ago #15239

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
Sorry is {$IF DEFINED(LCLQT) OR DEFINED(LCLQT5)} *

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

EmbedFrom editor modifications 3 years 4 months ago #15240

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
Interestingly, I removed the guidelines to send a screenshot, and right now without them it is working properly

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

EmbedFrom editor modifications 3 years 4 months ago #15241

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
I would also like to make a suggestion, put the height of the caption, together in the settings, so users who prefer windows can set to 30 for example. It could be a range of 18 to 40.

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

EmbedFrom editor modifications 3 years 4 months ago #15242

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Thanks Sir
we will put a remark on top of ct_emb_formeditor.pas
for your name and code

but it's a LAB release, we test somethings

QT/QT5 problems are adLCL task.
PilotLogic Core Programmer

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

EmbedFrom editor modifications 3 years 4 months ago #15244

  • saulo
  • saulo's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 10
  • Thank you received: 3
very very thanks

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

EmbedFrom editor modifications 3 years 4 months ago #15245

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
What do you want to write for you
on top of ct_emb_formeditor.pas

We only know your Forum nick name

PS: We prepare more "Title" styles Like MacOS and Linux... :)
PilotLogic Core Programmer

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

Last edit: by Matis A..
  • Page:
  • 1