Adding drag-and-drop support for editable files in my NBP-based app
"matvei.stefarov" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Alright, I have narrowed the problem down a bit. File DnD works in the standalone application when NOT running as administrator, with either 32-bit or 64-bit launchers and any JRE version. File DnD does NOT work in the standalone application when ran as administrator. File DnD works while running or debugging the app from NetBeans if the IDE is started via 32-bit launcher and NOT ran as administrator, with any combination of JRE versions. File DnD does NOT work while running or debugging the app from NetBeans if the IDE is started via 64-bit launcher and/or running NetBeans as administrator.