My RunRev is corrupted ?
Posted: Sat Dec 27, 2008 7:20 pm
On OSX 10.5 and Rev 3 after several debugging cycle I've got a problem I cannot resolve (I tried also to download and re-install Revolution from scratch with no result and there there are no problems on another Mac of mine)
Before: I was trying to use the "DefaultFolder" in a script without success.
After a Rev lock, after relaunch, I could not insert nowhere a red breakpoint dot (resolved making a new copy of the stack)
Then I found out that a simple script like this, on a clean empty stack (nothing except a button):
gets this error:
- I restarted the Mac
- I trashed the "revpreferences.rev" file from preferences
Is there some hidden Revolution file that is making the problem?
Thanks for any help
Trevix
Before: I was trying to use the "DefaultFolder" in a script without success.
After a Rev lock, after relaunch, I could not insert nowhere a red breakpoint dot (resolved making a new copy of the stack)
Then I found out that a simple script like this, on a clean empty stack (nothing except a button):
Code: Select all
on mouseUp
put "asino" into Cosa
end mouseUp
- I checked the explicitVariables and it is set to false.button "Button": compilation error at line 2 (Chunk: can't create a variable with that name (explicitVariables?)) near "Cosa", char 16
- I restarted the Mac
- I trashed the "revpreferences.rev" file from preferences
Is there some hidden Revolution file that is making the problem?
Thanks for any help
Trevix