limelect 48 Posted November 26, 2020 (edited) Using D10.2.3 I'm curious why this happens I am compiling this project vcl-styles-utils-master> Tools >Vcl Styles Equalizer (Tool) It has a Drag-Drop for VSF. The problem. Under Debug and IDE the drag does not work With the EXE it workes. Any idea? As far as I recall any project with Drag Drop does not work in my case under the IDE. (Moving files to an application) P.S dragging within an application works under the IDE. Edited November 26, 2020 by limelect Share this post Link to post
Anders Melander 1783 Posted November 26, 2020 18 minutes ago, limelect said: vcl-styles-utils-master> Tools >Vcl Styles Equalizer (Tool) I have no idea about what that is. You cannot drag between applications running with different elevated privileges (e.g. run as administrator) so make sure that you aren't running Delphi elevated - or disable UAC. Share this post Link to post
limelect 48 Posted November 26, 2020 (edited) @anders You might be right. Just elevated the EXE program and it did not work !! Ok, now I understand. Crazy window I just checked and it worked. Thankes Edited November 26, 2020 by limelect Share this post Link to post
limelect 48 Posted November 26, 2020 Going on with the main project I cannot save to c:\ without elevated privileges That's life Share this post Link to post
FPiette 383 Posted November 26, 2020 44 minutes ago, limelect said: I cannot save to c:\ without elevated privileges Why would you save your project to the root of the drive? Share this post Link to post
Anders Melander 1783 Posted November 26, 2020 43 minutes ago, limelect said: I cannot save to c:\ without elevated privileges Well, you shouldn't really be solving that by giving the application full access to everything - but that's a different issue. 1 Share this post Link to post
Mahdi Safsafi 225 Posted November 26, 2020 9 hours ago, Anders Melander said: I have no idea about what that is. https://github.com/RRUZ/vcl-styles-utils/tree/master/Tools/Vcl Styles Equalizer (Tool) 1 Share this post Link to post