Gammasoft
Gammasoft
For the events, I prefer to have only a close event and to be able to get the result of the notifier a bit like for the message_dialog. This allows...
After some thought and research, the following code shows the new implementation proposal: ```c++ namespace xtd { namespace forms { class notifier_button : public xtd::forms::component { public: notifier_button() = default;...
Thanks, I didn't know. It looks interesting, especially your find_or_fetch function. I will look at how to integrate it in xtd. Regards, Gammasoft
yes of course, it's in the pipe. But I don't know yet when the drag and drop will be implemented. But I hope in the near future.
# Defect This error is related to the calculation of the size of the path (added rexement) which returns an empty string instead of the size. So there is an...
# Here is the problematic piece of code in [install.cmd](https://github.com/gammasoft71/xtd/blob/master/scripts/install/install.cmd) : ```bash ::______________________________________________________________________________ :: Add xtdc-gui path echo.%path%|findstr /C:"xtd\bin" >nul 2>&1 if not errorlevel 1 ( echo The environment variable...
I'm going to try to do it myself, finally.
I create a new tool set_path to add the xtd installation path to the user path.
Hello @pps83, I have posted a pull request (#207) to fix the CMakeLists.txt file to fix the build on Windows. While waiting for it to be merged you can simply...
Hi, First of all, thank you for your interest in xtd. xtd does not yet have package management, see #221. This may explain your problem. I don't know `cpm.cmake`. Maybe...