Hi, I have been looking for a solution up and down the Web, but other than getting confused about offsets, 32FA, Showtext and FsWindow I haven't gotten much further and maybe someone here can help.
I have setup a joystick button to act as a toggle (flag) between two 'states': one is a 'Camera State' in which most buttons on my joystick act as EZDOK camera switches, the other one is a 'Flight State' in which the same buttons are controlling airplane functions. On top of that there are actions which are independent from any state and perhaps in the future more states will be added.
I basically want to have a visual reminder of the state I am currently in, as in the thick of the action this can get quite confusing. So whenever I press the toggle button I'd like to have an onscreen message telling me the state. It would be enough if it was one word (i.e. 'Camera'/'Flight', 'State1'/'State2') or even just a Number ('0','1') and it doesn't have to be there all the time, perhaps for 3 seconds and then fade away, but just something that gives me a visual feedback of where I currently am.
I wouldn't know where to start – is this monitoring? offset programming? something build in?– let alone write the code in the ini file, though I did manage to create compound buttons and flags.
Thx