bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
404 stars 57 forks source link

Missing message when trying to open a non-existent file from the command line #330

Open Orion8V opened 3 years ago

Orion8V commented 3 years ago

LP_06 Summary Missing message when trying to open a non-existent file from the command line Project LazPaint Component Аpplication, Command line Version 7.1.16 Severity Major Priority Defined by the project manager Status New Author Victor D., dvvbox@mail.ru Assigned To - Environment Windows 7 32-bit SP1, CPU Intel Core 2 Quad Q6700 2,66GHz, RAM 4Gb, GPU Gigabyte GeForce GTX 660 Ti, HDD WD Caviar Blue 640Gb Steps to Reproduce At the command line try to open a non-existent file (or run NoFile.bat) Result Missing message Expected Result Error message Attachment NoFile.bat, LP_06.jpg LP_06

circular17 commented 3 years ago

Ok I have added check for existence of file on dev.

Though I am wondering, is it that you would like a message to be written in the console rather than in a window? Because as far as I can see, there is a message window that pops up.

Orion8V commented 3 years ago

The window does not appear. I believe the message should be displayed in the console.