Greetings,
I've been impressed with CrossUI over the past week. However, I noticed a bug in the action panel where named keys like ARR["elements"].rows are altered to ARRelements.rows upon saving, removing the brackets and quotes. Using ARR.elements.rows seems to be a workaround, but is there a permanent fix planned for this?
Thanks for any updates on this issue.
Bug in Action Panel When Assigning Data to Variables with Named Keys
Re: Bug in Action Panel When Assigning Data to Variables with Named Keys
Can't get your point. Need more info
Re: Bug in Action Panel When Assigning Data to Variables with Named Keys
In Actions Editor :
Action 1 > Assignment > to Global Object >
Key : ARR['element']
Value Source : 1
Click OK, then open again same Actions Editor :
Key is now : ARRelement
[ ' and ' ] were removed
My alternative solution was to use this key : ARR.element
Action 1 > Assignment > to Global Object >
Key : ARR['element']
Value Source : 1
Click OK, then open again same Actions Editor :
Key is now : ARRelement
[ ' and ' ] were removed
My alternative solution was to use this key : ARR.element
Re: Bug in Action Panel When Assigning Data to Variables with Named Keys
Yeah, the key doesn't support special chars.