tufanv Expert Licensed User Jan 8, 2015 #1 Hello, - is colors in b4i equals to colordrawable in b4a ? if not , is there anything like that for b4i ?_ TY
Hello, - is colors in b4i equals to colordrawable in b4a ? if not , is there anything like that for b4i ?_ TY
klaus Expert Licensed User Jan 8, 2015 #2 tufanv said: is colors in b4i equals to colordrawable in b4a ? Click to expand... Yes.
tufanv Expert Licensed User Jan 16, 2015 #3 klaus said: Yes. Click to expand... i think they are not the same. one of them is colordrawble which can be initialized one of them is just the colors.
klaus said: Yes. Click to expand... i think they are not the same. one of them is colordrawble which can be initialized one of them is just the colors.
klaus Expert Licensed User Jan 16, 2015 #4 In B4i ColorDrawable and Background don't exist ! You have only Color. In B4A the Color method sets the Background to ColorDrawable.
In B4i ColorDrawable and Background don't exist ! You have only Color. In B4A the Color method sets the Background to ColorDrawable.
klaus Expert Licensed User Jan 16, 2015 #5 The different behaviour in B4A is that when you change the background the canvas is not updated.