You also have to be carefull when using the run mode. If the controle you testing say a button and you are having it change from con 0 to con 1 and you press the button to test it or what not. Being the UIBuilder has no idea what con is, it will think its a proberty and set it. So now your controle has a new property called con and it will equal 1. So now when u load up the UI it will change the con to 1.. You will have to go back and delete that property from the controle to fix it.
|