a) If you put in this order the Label blocks:
1st. a Colour on a Label
2on. a Text on this Label
It not runs the colour. Only runs well if you put 1st a Text and 2on a Colour.
b) If you put on a TextBOX a Text and after a Colour you will lost the Text. Only runs well if you put before the Colour and after the Text. But the colour has not effect also.
c) If you put on a TextBox a Hint after the Text you will lost the Text and the Hint is the Text. Only runs well if you put before the Hint and after the Text. I think there is a match or mix beetween Hint and Text on the TextBoxes because the colour of the text shows like as the color of the hints.
This aia has a few blocks. Whats the problem to test here and verify the mistakes?
With a bit design layouts there are not problems. But when you have more complex designs on the screen there are problems.
I detect the problem in the TextBox. The issues was generated by the TextBox not run in iOS with Multiline=True. I put all the TextBoxes with Multiline=False and all the problems for the TextBox are solved .
The question is, do the problems mentioned arise in general or only with more complex layouts? To get to the bottom of this, one should start at the bottom (i.e. with simple layouts). So again, what is the problem with posting a simple test aia?
The problem in this case is simply that the iOS TextBox not runs with Multiline. Not have a direct error but runs bad and does strange things as I have reported. In my case not runs with Multiline. I have changed all teh txt box to Multiline = False and all the text box run as we hope.
As soon as a text box is set to multiline (regardless of whether in the designer or via blocks) and the text of the text box is set in the designer or via blocks, a subsequent color change results in the hint text being displayed (and in its standard color " light gray") although the text color still returns "blue" (Do it result).
Only when text has been entered manually using the keyboard (which, by the way, is the purpose of a text box) does everything work without any problems.