Jump to content
357mag

What is this flashing message doing there?

Recommended Posts

I wrote a very simple program that asks the user to enter an integer. When I was writing the code for the Quit button, I saw a flashing word on the screen, below all the code. This word flashes just for a brief second and then goes away. It looks like the word is calculating...

Is this a bug?

Share this post


Link to post

Which version of the IDE are you using? Are you seeing the flash appear in the code editor, or in your program's UI?  Can you get a screenshot of the flash?

Share this post


Link to post

I don't think I can capture a screen shot because it's quite fast. I'll try anyway though. I'm using the Community Edition. 12 Version 29.0.51961.7529. I'm seeing the flash in the code editor. Really strange and I'd like to get rid of it.

Share this post


Link to post

I tried very hard to capture a screenshot but to no avail. But the message definitely says calculating...

I'd like to report it to Embarcadero but I'm sure they too would ask me for a screenshot. Without that I don't know what they could even do about it.

Edited by 357mag

Share this post


Link to post
4 hours ago, 357mag said:

I tried very hard to capture a screenshot but to no avail. But the message definitely says calculating...

What about a short screen capture video?

4 hours ago, 357mag said:

I'd like to report it to Embarcadero but I'm sure they too would ask me for a screenshot. Without that I don't know what they could even do about it.

Well, they could search their source code for the word "calculating"...

Share this post


Link to post

I think this sounds like the "auto complete" calculating what to allow you to enter as part of the code. This was a bit flakey on some of the recent versions but works quite well on 12.2

  • Like 2

Share this post


Link to post

If you can see it on the screen, you can capture video of your screen.

If it's in the IDE, then eg Delphi has a CodeInsight bar that buzzes up a little for a moderate size project (like DevCpp), loading or analyzing some stuff, then disappears.

Share this post


Link to post

The Snipping Tool in Windows 11 does video in addition to static screen grabs. After triggering (SHIFT+Win+S) make sure video is selected, select the screen region you want to record then start recording.

  • Like 1

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

×