If I use the Dialog function and an input line within it, will the ProcessEditorInput and ProcessEditorEvent functions work for this control element?
No, they won’t. Use the DialogEx function instead. • Q: Can I change elements like Static (their captions) dynamically in a dialog? A: It depends on the dialog type used. After the dialog creation and Dialog function call, you can’t. But you can close the dialog, change its caption and recreate the dialog. If you do all that in a sequence it will be rather fast. If you use the DialogEx function, you can send the DM_SETTEXT message to the DialogAPI from the function that handles the dialog. • Q: OK, I use the DialogAPI, but the set of control elements handled by FAR isn’t sufficient for me. A: Use the DI_USERCONTROL element. It handles the element drawing and controls it – the plugin can do all the stuff! • Q: Why the ListBox and ComboBox are so crude? I can’t deal with them in a usual way – I have to extricate from this problem in order to add or delete them. A: What do you want from the very first version of the DialogAPI? • Q: Why the buttons for closing the window don’t work in the
Related Questions
- If I use the Dialog function and an input line within it, will the ProcessEditorInput and ProcessEditorEvent functions work for this control element?
- Do the gain controls on the front panel control the line input jacks on the back of the unit?
- Can function blocks also have execution control variables EN and ENO, like functions?