Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about QM3 Some suggestions
#91
Normal.
#92
#32 When pasting code, using lines are not cleaned up
https://i.ibb.co/mRHHtgg/LA.gif
#93
#33
After setting the font, clicking the apply button resulted in the following error. The error did not occur again after reattempting.
https://i.ibb.co/QXc2GFF/Err.png
#94
Fixed. It happens if Recipe panel still not created (was never visible) when changing font.
#95
https://www.libreautomate.com/forum/show...1#pid37571

If it could be condensed into one line of code, it would seem more convenient

    dialog.options.timeoutTextFormat = "倒计时 {0} 秒后对话框将关闭";
    dialog.show(r, secondsTimeout: 6);
TO:
    dialog.show(r, secondsTimeout: 6, timeoutText: "倒计时 {0} 秒后对话框将关闭");
#96
#34
If the HTTP server is running, when I click the compile button again, the generated files will be as shown in the image below.
https://i.ibb.co/Yb5qsC1/AAA.png

I need to stop it first and then click the compile button again. It would be better if the stop operation could be executed automatically.
#97
I guess the dll'1 etc are the old files. The compiler renames them (because can't replace while they are used), and later deletes when/if possible.


Forum Jump:


Users browsing this thread: 1 Guest(s)