You are aware that the underline character must be used with care? Obfuscation of a variable name is prevented by the _ character. For example, a reserved function word is preceded by an underline character in a variable with, for example, get_rect seen as the variable _rect.
You are aware that the underline character must be used with care? Obfuscation of a variable name is prevented by the _ character. For example, a reserved function word is preceded by an underline character in a variable with, for example, get_rect seen as the variable _rect.
Without any programming code, we can only guess at the cause. The only thing you could try is to test the program without Obfuscation. If you don't want to share the full program, you could also add aditional display of a numbered message box in various places to get an idea how far the program works without problems.
Without any programming code, we can only guess at the cause. The only thing you could try is to test the program without Obfuscation. If you don't want to share the full program, you could also add aditional display of a numbered message box in various places to get an idea how far the program works without problems.
Can you do the following. Under your program you first do an export to a zip file under the file menu. You can then extract this zip file to another file location. There you remove all information that you do not want to display, such as passwords, url and things like that. Then you do another export to zip file in the file menu and place that second zip file in the forum so that we also have the layout without disclosing sensitive information.
Can you do the following. Under your program you first do an export to a zip file under the file menu. You can then extract this zip file to another file location. There you remove all information that you do not want to display, such as passwords, url and things like that. Then you do another export to zip file in the file menu and place that second zip file in the forum so that we also have the layout without disclosing sensitive information.
The correct way to put your code in the forum to test is:
- don't put your code as image, but as text
- create a small project that has the same error as your full project
- avoid to put password and real urls in the example
- use the "File / Export to Zip" menu in the IDE or
- in B4XPages project use the link in the B4XMainPage module: 'Ctrl + click to export as zip: ide://run?File=%B4X%\Zipper.jar&Args=Project.zip