Hi! can someone please help me with this problem.
it's like this.. I've got one combobox that gets a textvalue from an ini-file like this:
[engines]
1=engine 1
2=engine 2
3=engine 3
and besides the combobox there is two buttons called "up" and "down"
if you choose "engine 1" I want the two buttons to call two different variables called "Engine1Up" and "Engine1Down" and if I choose "Engine 2" I want the two buttons to call the variables called "Engine2Up" and "Engine2Down"
how do I do this?
it's like this.. I've got one combobox that gets a textvalue from an ini-file like this:
[engines]
1=engine 1
2=engine 2
3=engine 3
and besides the combobox there is two buttons called "up" and "down"
if you choose "engine 1" I want the two buttons to call two different variables called "Engine1Up" and "Engine1Down" and if I choose "Engine 2" I want the two buttons to call the variables called "Engine2Up" and "Engine2Down"
how do I do this?