| View previous topic :: View next topic |
| Author |
Message |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Sun Dec 22, 2019 9:57 am Post subject: Why does the font of MainForm look like this? bug? |
|
|
Why does the font of MainForm look like this in win7?
| Description: |
|
| Filesize: |
75.24 KB |
| Viewed: |
5484 Time(s) |

|
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sun Dec 22, 2019 10:33 am Post subject: |
|
|
Could you test those:
| Code: | http://www.mediafire.com/file/m6q8dyscgfqyz80/CE_test1.zip/file
http://www.mediafire.com/file/cncsb1cdsvtgbj8/CE_test2.zip/file |
(test2 with newer Lazarus, older FPC)
(files will be deleted after 14 days)
Those are minimalist CE versions, compiled few days ago (source from github page). Just extract on desktop and check if this bug still occurs.
_________________
|
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Sun Dec 22, 2019 10:54 am Post subject: test2 |
|
|
This is test2
| Description: |
|
| Filesize: |
72.5 KB |
| Viewed: |
5462 Time(s) |

|
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sun Dec 22, 2019 11:56 am Post subject: |
|
|
test1 and test2 have the same bug?
Could you try this Lua code (open "Lua Engine" window and execute pasted code):
| Code: | form1 = createForm()
groupbox1 = createGroupBox(form1)
groupbox1.Align = 'alClient'
groupbox1.BorderSpacing.Around = 10
groupbox1.Caption = 'The test, THE TEST'
groupbox1.Enabled = true
form2 = createForm()
groupbox2 = createGroupBox(form2)
groupbox2.Align = 'alClient'
groupbox2.BorderSpacing.Around = 10
groupbox2.Caption = 'The test, THE TEST'
groupbox2.Enabled = false
form2.Left = form1.Width + 15
|
It will create two forms with groupbox. Do you see the same bug inside those two just created windows?
_________________
|
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Sun Dec 22, 2019 9:22 pm Post subject: Code testing |
|
|
Test1 and test2 are the same.
I have tested your lua code, please see the picture below.
| Description: |
|
| Filesize: |
51.91 KB |
| Viewed: |
5407 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Mon Dec 23, 2019 1:51 am Post subject: |
|
|
Have you tried updating your graphics card drivers?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Mon Dec 23, 2019 1:53 am Post subject: About how to fix bug. |
|
|
I have found the reason for bug. You can fix it by modifying the font.
| Description: |
|
| Filesize: |
52.55 KB |
| Viewed: |
5377 Time(s) |

|
| Description: |
|
| Filesize: |
114.34 KB |
| Viewed: |
5377 Time(s) |

|
| Description: |
|
| Filesize: |
116.95 KB |
| Viewed: |
5377 Time(s) |

|
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Dec 23, 2019 4:37 am Post subject: |
|
|
Wait. It already looks weird in the Lazarus? So it is a Lazarus/LCL bug.
Can you test few other binaries I will prepare (minimalist CE versions compiled with Lazarus with updated LCL - from fixes branch and from trunk branch)?
(I will upload them today, I'll edit this post)
EDIT:
Fixes branch doesn't change much in my opinion, so here compiled with "Lazarus from trunk branch"
| Code: | | http://www.mediafire.com/file/v5yqikrhscza8oy/CE_test3.zip/file |
(files will be deleted after 14 days)
_________________
|
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Mon Dec 23, 2019 7:02 am Post subject: Reply : Dark Byte and mgr.inz.Player |
|
|
Reply : Dark Byte
This bug only exists in ce7.0, which is not found in versions lower than 7.0
This bug appears not only on my computer, but also on many computers in my company. So this has nothing to do with the video card driver.
Reply : mgr.inz.Player
I can't access goo. gl, please put the test code in GitHub or mediafire.
I found that bugs happen regularly, please see the picture below.
| Description: |
|
| Filesize: |
143.64 KB |
| Viewed: |
5306 Time(s) |

|
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Dec 23, 2019 7:07 am Post subject: |
|
|
I edited my previous post.
_________________
|
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Mon Dec 23, 2019 8:24 am Post subject: CE_test3 |
|
|
Ce_test still has bug. The bug are the same as before.
| Description: |
|
| Filesize: |
107.94 KB |
| Viewed: |
5269 Time(s) |

|
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25821 Location: The netherlands
|
Posted: Mon Dec 23, 2019 8:35 am Post subject: |
|
|
Go to settings->general and tick :"Override the default font"
And change it to another type font. See if it still happens (after restarting CE)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Mon Dec 23, 2019 8:50 am Post subject: Reply : Dark Byte |
|
|
Resolvent:Go to settings->general and tick :"Override the default font".
It successfully kills bug.
| Description: |
|
| Filesize: |
65.13 KB |
| Viewed: |
5262 Time(s) |

|
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Dec 23, 2019 9:28 am Post subject: |
|
|
So, you have to force change the font. I still think it is a Lazarus bug.
Well, final test. If you have the same issues with below binary (tick and untick the checkbox), I think we had to report the bug here https://bugs.freepascal.org
| Code: | https://www.mediafire.com/file/u4olndtc3cdtzwz/test4.zip/file
https://www.mediafire.com/file/03km2z9ne487zq2/test5.zip/file |
PS: you do not have to give screenshots over and over, simple answer would be enough.
_________________
|
|
| Back to top |
|
 |
gfetgkh Newbie cheater
Reputation: 0
Joined: 06 Apr 2018 Posts: 22
|
Posted: Mon Dec 23, 2019 7:16 pm Post subject: Reply: mgr.inz.Player |
|
|
test4 and test5 result.
| Description: |
|
| Filesize: |
41.56 KB |
| Viewed: |
5184 Time(s) |

|
|
|
| Back to top |
|
 |
|