Hi mark,
I think you are seeing the problem is this issue: (
https://issues.apache.org/jira/browse/PIVOT-965 ).
Roger some time ago did some commit to start the fix (but I'm not sure
it's already fixed).
I suggest you to build all from the trunk (maybe even from 2.0.5, but
trunk generally speaking has other fixes/improvements) because 2.0.5
and 2.1.0 still are not released.

Keep us updated.

Thanks for now,
Sandro


2015-10-26 10:22 GMT+01:00 Ripgiblet <m...@mrchambers.org>:
> Having the same trouble with upgrade to JAVA 8 as may have been mentioned in
> PIVOT-965.
> Basically variables set in bxml:script are not accessible in the rest of the
> bxml file.
>
> <bxml:script>
>         var vCellWidth = 788/10 - (9*4)/10;
>         var vCellHeight = 68;
>         var vCellWidth5 = 5*vCellWidth+4*4;
> </bxml:script>
>
>     <CardPane bxml:id="logincardpane">
>         <BoxPane orientation="vertical">
>             <TablePane styleName="tablepanestylelogin"
> styles="{horizontalSpacing:1, verticalSpacing:10,
>                 showHorizontalGridLines:false,
> showVerticalGridLines:false}">
>                 <columns>
>                     <TablePane.Column width="$vCellWidth5"/>
>
> Returns:
> Caused by: org.apache.pivot.serialization.SerializationException: Value
> "vCellWidth5" is not defined.
>         at
> org.apache.pivot.beans.BXMLSerializer.processAttributes(BXMLSerializer.java:1092)
>         at
> org.apache.pivot.beans.BXMLSerializer.processStartElement(BXMLSerializer.java:818)
>         at
> org.apache.pivot.beans.BXMLSerializer.readObject(BXMLSerializer.java:442)
>
> Do you have a link to the 2.0.5.jar or 2.1.jar so I can try to see if the
> security changes fixed this? (Or should I recompile from the Trunk? Or a
> branch?)
>
> or any other ideas on how to make it work?
>
> regards,
> Mark.
>
>
>
>
> --
> View this message in context: 
> http://apache-pivot-users.399431.n3.nabble.com/JAVA-8-bxml-script-variables-not-working-tp4023027.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to