J javiers Active Member Licensed User Longtime User Oct 6, 2019 #1 How to know which has triggered it? I want to change the textfield text color on which the context menu has been activated.
How to know which has triggered it? I want to change the textfield text color on which the context menu has been activated.
J javiers Active Member Licensed User Longtime User Oct 6, 2019 #2 https://www.b4x.com/android/forum/t...eld-with-different-events-name.90970/#content I have used sender + tag To change the property color : field.Style = field.Style & "-fx-text-fill: green;" Upvote 0
https://www.b4x.com/android/forum/t...eld-with-different-events-name.90970/#content I have used sender + tag To change the property color : field.Style = field.Style & "-fx-text-fill: green;"
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2019 #3 javiers said: field.Style = field.Style & "-fx-text-fill: green;" Click to expand... Wrong solution. Use CSSUtils.SetProperty instead. Upvote 0
javiers said: field.Style = field.Style & "-fx-text-fill: green;" Click to expand... Wrong solution. Use CSSUtils.SetProperty instead.