
Hi,
I need to colored controllers (text lables) with different color, when they overlap depends on X coordinate of X axis.
I have vertical gallery with 12 text labels which represneted vehical transport. I need intercept overlapping transport
Example:
name -> X cordinate (represent start of transport) ->X+width of label (represent end of transport
lable1 -> 200 ->250 (catch, color red)
label2 ->190 ->220 (catch, color red)
label3 ->250 -> 450 (no problem, color orange)
can anybody give me any advice how to get closer to the result. Thanks
Hi,
I found solution depends on De-Morgan law. Inspired by Power Apps Guide - Dates - How to detect overlapping times / scheduling conflicts - Power Apps Guide - Blog