hi
i’m using a custom dialog in which i have some textboxes
when i delete totally a text from one of them i get the error
Property setter was expecting a com.google.appinventor.components.runtime.Label component but got a String instead. Note: You will not see another error reported for 5 seconds.
It means you are giving a wrong type of data to the block.
That block receives only a component ID block (the green one at the very bottom) but you passed a string instead (a simple text).