Re: FURIOUS!!!!!
Posted: 09 Mar 2012 01:32
Hi
Logs are usually available via Console app in Utilities . . .
or in ~/Library/Logs . . .
MM
Logs are usually available via Console app in Utilities . . .
or in ~/Library/Logs . . .
MM
Troubleshoot, share solutions, and explore Lemur programming with a community tailored to your need.
https://community.midikinetics.com/
yupp, this is actually true. happened to me a lot, only workaround is to not rename your objectstry to give an indication of what the object is like naming a button PBxxxxxxxx. So we have a button that is named CustomButton and somewhere else we have code that refers to it. Now change the name of the button to PBCustomButton. Go look at the if statement and you now have:
if(PBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBP.....................
Didn't actually count the PBs but the code that used to be there is gone replaced by PBPB..........
This is a known bug and has been fixed for the next point release.dbk wrote:yupp, this is actually true. happened to me a lot, only workaround is to not rename your objectstry to give an indication of what the object is like naming a button PBxxxxxxxx. So we have a button that is named CustomButton and somewhere else we have code that refers to it. Now change the name of the button to PBCustomButton. Go look at the if statement and you now have:
if(PBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBP.....................
Didn't actually count the PBs but the code that used to be there is gone replaced by PBPB..........