Reply To: Enums issue?

FlowCanvas Forums Support Enums issue? Reply To: Enums issue?

#630
ggspringer
Participant

Hi,

Yes it is a bitwise enum. However, when I select a single value let us say “Left”, it shows as Mixed in the FlowGraph. Which is fine. However at runtime, the value is not “Left” it is actually the value of another enum such as “Up”. Hope this makes sense…