Jump to content

Recommended Posts

Posted

New version QRCreatorUI v 0.4 in post #1

added features

  • The parameters for the QR code (except text!) can now be changed immediately while the preview window is open.
  • If $ _iSizePt had to be changed (reduced), this is visually displayed.
  • In addition to Slider and UpDown, the preview can now be resized using the mouse wheel (forward + / backward -) or mouse buttons (left + / right -) when the mouse is over the preview window.

Best Regards BugFix  

Posted

Added to the wiki :)

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)

New version QRCreateCI.au3 v0.4

Multiline via command line was not recognized so far. I have now adjusted it.

The default for line breaks is now a caret ^.
Only if another placeholder is to be used for the break, this must be set - but then necessarily as the first parameter! e.g.

QRCreatorCI break="||" text="Line 1||Line 2||Line 3"

In the (possible) case that you want to output text without a line break but with the standard placeholder for line breaks (^),

break=none

is required (again as the first parameter)!

Edited by BugFix

Best Regards BugFix  

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...