Jan_Verrept
(Jan Verrept)
September 18, 2016, 7:23pm
#1
When I try to run my project I get an error:
App.name, cannot assign a value to this property .
I did a global regex search for ‘(app\.)name\s =’ and I am convinced I do not try to change the Apps name anywhere in code
The project used to rune just fine before and I did not change that much code.
where did I go wrong?
App.Name
is not even accessible from Xojo code as far as I know.
Jan_Verrept
(Jan Verrept)
September 19, 2016, 6:27pm
#4
[quote=287533:@jean-paul devulder]if you comment your code line : regex search for ‘(app\.)name\s =’
app work ?[/quote]
J-P I did the regex search in the Xojo IDE, not in my code.
That way I just wanted to make sure I didn’t try to set app.name somewhere by mistake
Greg_O_Lone
(Greg O'Lone)
September 20, 2016, 11:00am
#5
I’m guessing that you somehow corrupted your project.
Go back to your last backup or better yet if you are using text format, look at a diff and file a bug report about it before you revert.