Recent

Author Topic: [Solved] Form Showing in Taskbar - Still Not Fixed?  (Read 888 times)

pixelink

  • Hero Member
  • *****
  • Posts: 1260
[Solved] Form Showing in Taskbar - Still Not Fixed?
« on: April 25, 2019, 06:18:16 pm »
I have a showModal form that is set to ShowInTaskBar = "stNever"

According to my research this was bug way back in 2010. per this page...
https://bugs.freepascal.org/view.php?id=17294


Well, it is not working for me.
What do i do about it now??

I have maximum button and System Menu set to True, its re-sizable border and has no minimum button

See screens.
« Last Edit: April 25, 2019, 06:38:21 pm by pixelink »
Can't Type - Forgetful - Had Stroke = Forgive this old man!
LAZ 2.2.0 •  VSSTUDIO(.Net) 2022 • Win10 • 16G RAM • Nvida GForce RTX 2060

pixelink

  • Hero Member
  • *****
  • Posts: 1260
Re: Form Showing in Taskbar - Still Not Fixed?
« Reply #1 on: April 25, 2019, 06:38:03 pm »
Hmm. interesting , if I set it to stDefault, it doesn't show on taskbar.

So, I guess I don't understand why "stNever" is needed. or what is it even for.

Maybe it isn't fixed?

Anyway.... stDefault works on Win 7, have no way to test on IOS or Linux
« Last Edit: April 25, 2019, 06:39:40 pm by pixelink »
Can't Type - Forgetful - Had Stroke = Forgive this old man!
LAZ 2.2.0 •  VSSTUDIO(.Net) 2022 • Win10 • 16G RAM • Nvida GForce RTX 2060

ASerge

  • Hero Member
  • *****
  • Posts: 2246
Re: [Solved] Form Showing in Taskbar - Still Not Fixed?
« Reply #2 on: April 25, 2019, 06:38:57 pm »
I have a showModal form that is set to ShowInTaskBar = "stNever"

According to my research this was bug way back in 2010. per this page...
https://bugs.freepascal.org/view.php?id=17294
Well, it is not working for me.
What do i do about it now??
Read the last note on your link. Add Application.MainFormOnTaskBar := True; before form create.

 

TinyPortal © 2005-2018