Jump to content
Ian Branch

Object Inspector issue in 10.4.2??

Recommended Posts

Hi Team,

D10.4.2, Win 10, 4k monitor @ 150%.

Anybody else seeing this effect in the Object Inspector??

If it's just me I won't sweat it, if it is being seen elsewhere I will raise a QC ticket.

 

Ian

Screenshot_1.jpg

Share this post


Link to post

I don't see that "effect". Is it such always or only after you've done something?

Share this post


Link to post

Hi Francois,

It is always like that unless I click on the Property, then it shows correctly.

 

Ian

Share this post


Link to post
Guest

I see that some in "Library paths".

Share this post


Link to post
3 hours ago, Ian Branch said:

Hi Team,

D10.4.2, Win 10, 4k monitor @ 150%.

Anybody else seeing this effect in the Object Inspector??

If it's just me I won't sweat it, if it is being seen elsewhere I will raise a QC ticket.

 

I have seen it too (monitor @ 125 %).

Share this post


Link to post
Guest
8 hours ago, Ian Branch said:

Anybody else seeing this effect in the Object Inspector??

I see it! but my doubt is: Is it my VGA or my IDE?

--- here, im talking about RAD 10.3.3 too! not only RAD10.4.x on VM VirtualBox!

 

my bet: it's a bug! because is intermitent.

 

hug

Share this post


Link to post
9 hours ago, Ian Branch said:

if it is being seen elsewhere I will raise a QC ticket.

Making a report is indeed very useful BUT you have to find a reproducible way to make this behavior appear or the report will be closed with "cannot reproduce" reason.

 

9 hours ago, Ian Branch said:

D10.4.2, Win 10, 4k monitor @ 150%.

Just to test, could you set the 4K monitor to 100% to see if the bad behavior persists?

If it persists, could you change the video card resolution to full-HD (1920x1080) and 100% to see if the bad behavior persists?

  • Like 1

Share this post


Link to post
Guest
18 minutes ago, FPiette said:

Making a report is indeed very useful BUT you have to find a reproducible way to make this behavior appear or the report will be closed with "cannot reproduce" reason.

 

Just to test, could you set the 4K monitor to 100% to see if the bad behavior persists?

If it persists, could you change the video card resolution to full-HD (1920x1080) and 100% to see if the bad behavior persists?

my display is FULL-HD LED 24" 75Hz at 1920x1080 (of course), and sometime this occurrs

 

hug

Share this post


Link to post
1 hour ago, emailx45 said:

my display is FULL-HD LED 24" 75Hz at 1920x1080 (of course), and sometime this occurrs

OK, and what is the zoom for text? If not 100%, try with 100%. Just to narrow down the problem.

You said "sometimes". Could you find what is causing that? It is very important to have steps to always reproduce an issue, otherwise the guy at Embarcadero will just say "Cannot reproduce" or "need steps".

Edited by FPiette

Share this post


Link to post
Guest
9 minutes ago, FPiette said:

Could you find what is causing that?

sincery, I cant get it... as happens rare times in RAD10.3.3, i cannot know when, and my RAD10.4.2 is in VM, i cant trust it at all.

all res in 100% on MSWin10, and scaled by GPU not Display (as many peoples use)

 

hug

Edited by Guest

Share this post


Link to post

Hi Team,

1.  This issue is happening all the time in D10.4.2.

2.  This did not happen to me in D10.4.1

3.  I changed my scaling to 100%, same issue.

4.  I changed my resolution from the my normal 3840 x 2160 to 1920 x 1080 @ 100%, same issue. 

 

Ian

Share this post


Link to post

I've tested on at 2K resolution, both 100% and 150% working without a problem. Instead of TLMDButton I used TButton (when possible you should report bugs on a standard components so anyone can verify).

Share this post


Link to post

In my case it doesn't matter what the component, button, form, panel or grid, native or 3rd Party, they all do/show the issue for Boolean properties.

Share this post


Link to post

My virgin Rio has same drawing/refresh problem with whatever I have open in OI.

Equal if I do use WideScreen or FullHD (scaling 100% in both cases)

But how to reproduce if it happen random... no idea.

(Virgin = no 3rd party installed at all)

Share this post


Link to post
4 hours ago, Ian Branch said:

1920 x 1080 @ 100%, same issue

So it is not a high DPI issue.

Do you have IDE wizard installed?

Did you get this issue from the first run after D10.4.2 install?

Share this post


Link to post

No issue on VMWare 16.1.0, Win10, 4K, 100%, Delphi 10.4.2

Edited by c0d3r

Share this post


Link to post
Guest
39 minutes ago, FPiette said:

So it is not a high DPI issue.

Do you have IDE wizard installed?

Did you get this issue from the first run after D10.4.2 install?

in my case, I never use any "Expert / Wizard / Add-ons, etc..." apart from RAD installed!

 

hug

Edited by Guest

Share this post


Link to post
53 minutes ago, FPiette said:

Did you get this issue from the first run after D10.4.2 install?

Good Question.  I honestly don't recall.  The first time I noticed it was when I started working on my Apps which was after I had loaded my usual Experts & libraries.

So.  I just de-installed all my Experts, issue persisted.

I am now de-installing my libraries to see if any of them are the culprit.

We shall see...

Share this post


Link to post
10 hours ago, Ian Branch said:

So.  I just de-installed all my Experts, issue persisted.

I am now de-installing my libraries to see if any of them are the culprit.

That is good. But be sure to check between each step to find out which one is the culprit.

Share this post


Link to post

All,

Found it!  It was caused by the Beta version of LMDs 2021 Tools.

Eugene is now aware of it and has pointed to the 'switch' to turn it off, it will be taken care of in the release version of LMD Tools 2021.

Thanks to all for your input,

Ian

 

  • Like 1

Share this post


Link to post

Hi, team

 

1.  This issue is happening all the time in D10.4.2. Professional Edition

2.  W10, 100%, 1920X1080, 300Hz/3ms

3. Always issue persisting

4. Cnpack/Gexperts installed -> Uninstalled both

 

image.png.7cb89bf92f5f6990b4afe82b57719ec5.png

 

Any idea?

Thanks

MJLB 

Edited by malobo
Conditions changes

Share this post


Link to post
12 minutes ago, malobo said:

Any idea?

Non-standard property editors are installed. More technically (if anyone interested) this happens when a property editor implements ICustomPropertyDrawing interface but does not implement more recently introduced ICustomPropertyDrawing80 interface.

Edited by balabuev

Share this post


Link to post
15 minutes ago, balabuev said:

Non-standard property editors are installed. More technically (if anyone interested) this happens when a property editor implements ICustomPropertyDrawing interface but does not implement more recently introduced ICustomPropertyDrawing80 interface.

Sorry, I don't understand.  What do you mean by non-standard property editors? I have the default instalation.

Thanks for your input.

Here on dark color:

image.thumb.png.dd333d00200483a45904922147b937c2.png

 

MJLB

 

 

Edited by malobo
More information

Share this post


Link to post

Try to uninstall third-party stuff. Like Cnpack/Gexperts...

Also your object instector looks strange. I have no horizontal lines:

 

image.png.3bb2e68c7f63527133ff4a2ee8271776.png

Edited by balabuev

Share this post


Link to post
4 minutes ago, balabuev said:

Try to uninstall third-party stuff. Like Cnpack/Gexperts...

Also your object instector looks strange. I have no horizontal lines:

 

image.png.3bb2e68c7f63527133ff4a2ee8271776.png

I just uninstalled them. The iusse persists.

Thanks

MJLB

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×