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:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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...