RvdH

Results 8 comments of RvdH

I have build your version with QTCReator using msvc2017 (64), most options seem to work, only thing i noticed i can't output a PDF, can you confirm --out-format=pdf doesn't work?

Yes that seems to work....i noticed you switched to printToPdf....the old method could not be used anymore? Asking for (optional/additional) papersize, orientation, quality & margin params FYI, --user-agent param seems...

I think --useragent needs QWebEngineProfile, not? https://doc.qt.io/qt-5/qwebengineprofile.html#httpUserAgent

Hi @Crystalix007, me again....i noticed some issues with the way you made pdf rendering work again, it seems you use --max-wait parameter for this, right? Now lets say i set...

`--max-wait= Don't wait more than (default: 90000, inf: 0)` Btw, this also interferes with --max-wait=0 (infinite)

Sure you can, just be creative ``` // form validation $.fn.validation = function() { ... if ($('#forwardaddress').length) { $('#forwardaddress').toggleClass( 'req', $('#forwardenabled').is(':checked') ); } ... } ```

Just to give you a idea, when dealt with on a global level it is even better https://github.com/coax/hmailserver-webadmin/pull/41/commits/66d63645ae6f379763844751b3bd0f5a76a7926c As a global solution you perhaps could give those "conditional" fields some...

https://github.com/m13253/wifijam/blob/master/esp8266/wifijam/wifijam.ino