Here will be solutions to some of the common problems that you may have 1. My Code Does Not Work
2. LiveCode is frozen, nothing works, nothing is happening
3. The arrowKeys change screens instead of moving the object A: In the preOpenStack procedure, add the following: 4. The animation looks fine on LiveCode but when I package it into my phone, the animation appears very laggy and slows down frequently. A: Besides setting acceleratedRendering, you also need to set the layerMode of each block to "dynamic". A: A quick, cheap way to disallow carriage returns in a field is to set the height of the field to a single line and then turn on autoTab. That forces a carriage return to tab to the next field rather than entering an actual return. Or you can just trap "returnInField". You also could trap exitfield and closefield messages to strip unwanted cr and other characters, otherwise data pasted in rather than typed could contain the wrong things. 6. I am having trouble with variables. A: Many people here have adapted the habit to prepend the variables with a letter depending on what type of variables they are: t (like in temp) for local variabless (like in script local) for script local variables g (like in global) for global variables |
Home >
