General area when it fits no where else

Moderator: Mmiscool

User avatar
By stratton.gary
#96122 This is what I have:
css {test.css}
textbox test
dropdown test2 ,"1,2,3,4,5"
button "Click me", [branch]
wait

[branch]
print "You clicked me and css stll did not work"
wait

this is what I get: Error at line 1: Failed to reach end of input expression, likely malformed input
I have tried "test.css" and no quotes also.
User avatar
By stratton.gary
#96139 Example code:

css "test.css"
textbox test
dropdown test2 ,"1,2,3,4,5"
button "Click me", [branch]
wait

[branch]
print "You clicked me"
wait
-------------------------------------------------------
The test.css file has been uploaded to /uploads/test.css
The basic example code is not seeing this css file. I don't know why.
Gary