Philo,
I'm having a strange issue. This is some code I used under Guideme 1.1
Code: Select all
<Page id="doEdges" set="NoEdgesSet"> <Text> Edge for me </Text> <Button target="RestAfterEdging" if-set="5Edges" unset="5Edges,NoEdgesSet" set="4Edges,NextEdge">Edged</Button> <Button target="RestAfterEdging" if-set="4Edges" unset="4Edges,NoEdgesSet" set="3Edges,NextEdge">Edged</Button> <Button target="RestAfterEdging" if-set="3Edges" unset="3Edges,NoEdgesSet" set="2Edges,NextEdge">Edged</Button> <Button target="RestAfterEdging" if-set="2Edges" unset="2Edges,NoEdgesSet" set="1Edge,NextEdge">Edged</Button> <Button target="RestAfterEdging" if-set="1Edge" unset="1Edge,NextEdge,NoEdgesSet">Edged</Button> <Button target="doEdgesFail" if-set="NoEdgesSet">Edged</Button> </Page>
The intent here was that when the page loads the flag NoEdgesSet gets set. When a button matches it unsets the NoEdgesSet flag. The final button is a failsafe in case I forget to set a flag for the number of edges. Now, like I said this worked in 1.1.
After upgrading to 1.3 the final button always appears, so I get two buttons labelled "Edged".
To confirm, I backed up my Guideme folder, unzipped the Guideme 0.1 zip into the folder, then replaced Guideme.jar with the 1.1 version. When I tested my page it worked again.
So, I restored the 1.3 backup and tested again, and it definitely doesn't work.
I tried setting up separate folders for Guideme 1.1 and 1.3 so I could try both versions in a clean environment but I can't find a way to change the media directory anymore.
Is there a way to set up two independent folders like that with different media folders?
It's making me crazy.
PG