N Nitin Joshi Active Member Licensed User Longtime User Mar 13, 2025 #1 I want to know how to set arrow visibility and color properties for B4XPlusMinus control? Thank you.
Solution Alexander Stolte Mar 15, 2025 Nitin Joshi said: I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color? Click to expand... its a label, use the textcolor property.
Nitin Joshi said: I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color? Click to expand... its a label, use the textcolor property.
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2025 #2 The arrows are made of two labels: lblPlus and lblMinus. You can modify them. Upvote 0
N Nitin Joshi Active Member Licensed User Longtime User Mar 15, 2025 #3 @Erel Nitin Joshi said: set arrow visibility and color properties Click to expand... visibility option worked. I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color? Upvote 0
@Erel Nitin Joshi said: set arrow visibility and color properties Click to expand... visibility option worked. I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color?
Alexander Stolte Expert Licensed User Longtime User Mar 15, 2025 #4 Nitin Joshi said: I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color? Click to expand... its a label, use the textcolor property. Upvote 0 Solution
Nitin Joshi said: I want to change the color of Yellow arrow to RED however when i applied Color properties, result is as attached. How can i change arrow color? Click to expand... its a label, use the textcolor property.
N Nitin Joshi Active Member Licensed User Longtime User Mar 16, 2025 #5 Alexander Stolte said: its a label, use the textcolor property. Click to expand... It worked @Alexander Stolte , thank you. Upvote 0
Alexander Stolte said: its a label, use the textcolor property. Click to expand... It worked @Alexander Stolte , thank you.