We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know is it a bug report or a feature request.
I defined a length in docInit:
<docInit> <length id="l1" value="30mm"/> </docInit>
and I used it in a frame:
<frame id="XXX" showBoundary="0" x1="l1" y1="10mm" width="180mm" height="10mm"/>
The l1 reference should be replaced by the length(30mm) defined in the docInit section.
An exception is raised: ValueError: The value 'l1' is not a valid measurement.
ValueError: The value 'l1' is not a valid measurement.
Python 3.10 Zope-Event 4.6
The text was updated successfully, but these errors were encountered:
Length isn't implemented.
Sorry, something went wrong.
No branches or pull requests
BUG/PROBLEM REPORT / FEATURE REQUEST
I don't know is it a bug report or a feature request.
What I did:
I defined a length in docInit:
and I used it in a frame:
<frame id="XXX" showBoundary="0" x1="l1" y1="10mm" width="180mm" height="10mm"/>
What I expect to happen:
The l1 reference should be replaced by the length(30mm) defined in the docInit section.
What actually happened:
An exception is raised:
ValueError: The value 'l1' is not a valid measurement.
What version of Python and Zope/Addons I am using:
Python 3.10
Zope-Event 4.6
The text was updated successfully, but these errors were encountered: