I'am writing a custom made Edit control for RapidQ. It is quite completely made of WIN32 API's. For now it works very well. Since I would like to make it reusable by other RapidQ users, I am trying to make this control able to use standard keyboard navigation. I was able to processing messages in order to allow Tab and Shift Tab navigation within these Edits. But when a RapidQ control has focus, it sends only messages to other RapidQ controls. This is because RapidQ mantains a controls list where all keyboard focusable controls are listed. I think that the same applies for the TabOrder property of those controls.
May I ask you:
- Where is this list allocated?
- Is it possible to access it from within RapidQ?
- And finally is it possible to add my control to this list?
Thank you for your attention
Regards, JeanClaudeLennon
2. Re: Integrating custom controls in RapidQ's controls list