View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005452 | JEDI VCL | 00 JVCL Components | public | 2011-01-07 10:13 | 2011-09-21 14:10 |
Reporter | u_korn | Assigned To | obones | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.45 | |||
Summary | 0005452: JvLoginDialog-Window is not visible in Taskbar | ||||
Description | In most cases this is not a problem but if JvLoginDialog is placed on the MainForm the whole application is not accessible by the Windows-Taskbar. To solve this problem i have made a patch. It will show the dialog in the taskbar so the user can activate the application even it is in the background and hidden by an other app. | ||||
Additional Information | 192a193 > PROCEDURE CreateParams(VAR Params: TCreateParams); OVERRIDE; 583a585,590 > > procedure TJvLoginForm.CreateParams(var Params: TCreateParams); > begin > inherited; > Params.ExStyle := Params.ExStyle OR WS_EX_APPWINDOW; > end; | ||||
Tags | No tags attached. | ||||
|
What Delphi version is this occurring with ? |
|
D2009. I have made another test with D7 and it works without my patch. |
|
D7 test was made on Windows XP, D2009 on Windows 7. |
|
I would be better if the D7 application could be started on Windows 7 to see if there are any difference |
|
Running the D7-App on Windows 7 is no problem. It is shown in the taskbar. |
|
Ok, then this is specific to later versions of Delphi |
|
Thanks, this is now in SVN |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-01-07 10:13 | u_korn | New Issue | |
2011-01-07 11:02 | obones | Note Added: 0018287 | |
2011-01-07 11:02 | obones | Status | new => feedback |
2011-01-07 11:54 | u_korn | Note Added: 0018288 | |
2011-01-07 11:55 | u_korn | Note Added: 0018289 | |
2011-01-07 15:24 | obones | Note Added: 0018290 | |
2011-01-14 13:14 | u_korn | Note Added: 0018297 | |
2011-06-07 17:36 | obones | Note Added: 0018587 | |
2011-06-07 17:36 | obones | Status | feedback => acknowledged |
2011-06-08 14:05 | obones | Note Added: 0018665 | |
2011-06-08 14:05 | obones | Status | acknowledged => resolved |
2011-06-08 14:05 | obones | Fixed in Version | => Daily / SVN |
2011-06-08 14:05 | obones | Resolution | open => fixed |
2011-06-08 14:05 | obones | Assigned To | => obones |
2011-09-21 14:10 | obones | Fixed in Version | Daily / SVN => 3.45 |