-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specification Macro Task - Show how to implement an IPropertyEditor #4
Comments
Hi Thomas! I have an issue with the Specification Macro Task properties... I'd like to be able to create a dropdown property with custom values based on a DW array string (i.e.: "value 1|value 2|value 3") for selecting string values like an enum without to use a numeric value or a typed string. |
Hi @amaraldev ! |
Thanks @thomasguillarddriveworks! I created a class for the dropdown and it works! But let me ask another question... the editor has the same behaviour of the standard property (it's static and with double-click get dynamic). Is it possible to force it to be always static? |
@amaraldev , good news well done! We'll follow up on your last remark in the support ticket we have with you and your reseller at the moment. |
An example to show how to create a custom property editor on a Specification Macro Task.
Something like the
Barcode Type
Property of theGenerate Barcode
Task from the Image PowerPack.https://docs.driveworkspro.com/Topic/IppGenerateBarcode
The text was updated successfully, but these errors were encountered: