Print Thread
Page 1 of 2 1 2
PL/SQL Developer 13 Window
#59492 01/29/19 04:42 PM
Joined: May 2012
Posts: 32
K
Member
OP Offline
Member
K
Joined: May 2012
Posts: 32
PL/SQL Developer used to show in the taskbar as a window when the splash screen was up. This is especially important if you have the connection chooser prompt at startup. Now, if another program gets in front of PL/SQL Developer you have to minimize things on at a time to dig back down to it. Can the original behavior be restored?

Re: PL/SQL Developer 13 Window
Kevin Seymour #59496 01/30/19 09:45 AM
Joined: Aug 1999
Posts: 22,207
Member
Offline
Member
Joined: Aug 1999
Posts: 22,207
I'm not seeing any difference between 13.0 and previous versions. When the connection list is displayed I have a taskbar icon in all cases.

Maybe this is an environment problem. Can you start PL/SQL Developer without connecting, go to Help > Support Info and send me the text from the "Info" tab page?


Marco Kalter
Allround Automations
Re: PL/SQL Developer 13 Window
Marco Kalter #59503 01/30/19 01:38 PM
Joined: May 2012
Posts: 32
K
Member
OP Offline
Member
K
Joined: May 2012
Posts: 32
PL/SQL Developer
Version 13.0.0.1883 (64 bit)
02.117785 - Unlimited user license
Service Contract: 4/1/2019
Windows 10 Build 16299

Physical memory : 15,672,656 kB (11,064,500 available)
Paging file : 31,401,296 kB (25,727,876 available)
Virtual memory : 137,438,953,344 kB (137,438,509,348 available)

Parameters
C:\Program Files\PLSQL Developer 13\plsqldev.exe

Preferences
Session mode: Multi
OCI Library: <none>
Use OCI7: False
Allow Multiple Connections: False

Preference Files
C:\Users\kseymour\AppData\Roaming\PLSQL Developer 13\Preferences\default\Default.ini
C:\Users\kseymour\AppData\Roaming\PLSQL Developer 13\Preferences\kseymour\default.ini

License File
C:\Users\kseymour\AppData\Roaming\PLSQL Developer 13\aalf.dat

Debug file
C:\Users\kseymour\AppData\Roaming\PLSQL Developer 13\PlSqlDev.elf

Plug-Ins
*Active Query Builder (C:\Program Files\PLSQL Developer 13\PlugIns\ActiveQueryBuilder.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files\PLSQL Developer 13\PlugIns\plsqldoc.dll)
(* is Active)

Aliases
ADLAW
APEXDEV
APEXPR
BETH_DEV
BETH_PROD
...

Homes
OracleHome1 (C:\Oracle\Middleware\Oracle_Home)
OraDB12Home1 (C:\app\product\12.1.0\dbhome_1)

DLLs
C:\app\product\12.1.0\dbhome_1\bin\oci.dll

TNS File
C:\app\product\12.1.0\dbhome_1\Network\Admin\tnsnames.ora

Using
Home: OraDB12Home1
DLL: C:\app\product\12.1.0\dbhome_1\bin\oci.dll
OCI: version 12.1 (12.1.0.2.0)

Process
Working Set = 149,319,680
Memory = 27,734,800
GDI Objects = 1369
User Objects = 284
Handles = 587

Monitors
PixelsPerInch = 96

Id = 0
PPI = 96
Primary = True
Handle = 65537
Left = 0
Top = 0
Width = 1366
Height = 768

Id = 1
PPI = 96
Primary = False
Handle = 65539
Left = -1440
Top = 0
Width = 1440
Height = 900

Id = 2
PPI = 96
Primary = False
Handle = 65541
Left = 1366
Top = 0
Width = 1440
Height = 900

MainFormOnTaskbar = True

Re: PL/SQL Developer 13 Window
Kevin Seymour #59504 01/30/19 01:40 PM
Joined: May 2012
Posts: 32
K
Member
OP Offline
Member
K
Joined: May 2012
Posts: 32
Since you were not having issues I did some more testing myself. I found that if you have PL/SQL Developer pinned to the task bar it does not function correctly, but if you do not (which I believe is what you are doing) it does work.

Re: PL/SQL Developer 13 Window
Kevin Seymour #59508 01/30/19 01:46 PM
Joined: Aug 1999
Posts: 22,207
Member
Offline
Member
Joined: Aug 1999
Posts: 22,207
Thanks. We'll investigate.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 13 Window
Marco Kalter #59509 01/30/19 02:29 PM
Joined: May 2012
Posts: 32
K
Member
OP Offline
Member
K
Joined: May 2012
Posts: 32
I still had PL/SQL Developer 12 installed and was able to confirm the behavior was correct on that version.

Re: PL/SQL Developer 13 Window
Kevin Seymour #59510 01/31/19 12:50 AM
Joined: Feb 2016
Posts: 4
D
Member
Offline
Member
D
Joined: Feb 2016
Posts: 4
For me, with the connection chooser at startup, it works properly in both cases (pinned or not pinned).

Last edited by djohle; 01/31/19 12:54 AM. Reason: remove non-functioning [img]
Re: PL/SQL Developer 13 Window
Kevin Seymour #59618 02/15/19 05:25 PM
Joined: Oct 2018
Posts: 11
S
Member
Offline
Member
S
Joined: Oct 2018
Posts: 11
I have exact same issue. PLSQL Developer 13 pinned to taskbar and sometimes when started there's no application window visible until minimizing all other windows to see the connection list. Works fine on v11 and v12.

The way to 100% reproduce the issue in my case is to click on any opened application just after starting PLSQL Developer 13.
But the issue can appear sometimes also without activating any other app window.

Re: PL/SQL Developer 13 Window
Sztefi #59621 02/15/19 05:54 PM
Joined: Aug 1999
Posts: 22,207
Member
Offline
Member
Joined: Aug 1999
Posts: 22,207
Can you modify the PL/SQL Developer shortcut and add the NoMainFormOnTaskbar parameter? For example:

"C:\Program Files\PLSQL Developer 13\plsqldev.exe" NoMainFormOnTaskbar

Let me know if this helps.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 13 Window
Marco Kalter #59633 02/19/19 01:07 PM
Joined: Oct 2018
Posts: 11
S
Member
Offline
Member
S
Joined: Oct 2018
Posts: 11
Yes Marco, this option solves the issue in my case.
I've pinned new shortcut with NoMainFormOnTaskbar option to windows taskbar. When starting the app, it imminently activates on the taskbar and I can easy switch to Connection window no matter if it's on first plan or not. Thanks.

Page 1 of 2 1 2

Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.052s Queries: 15 (0.024s) Memory: 2.5616 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-05-02 00:25:38 UTC
Valid HTML 5 and Valid CSS