PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: steezware on July 27, 2023, 01:24:47 PM

Title: Programmatic Auto-Complete
Post by: steezware on July 27, 2023, 01:24:47 PM
I have a multi-line control with 'Autocomplete defined that works great. What I would like to do is have Nomads auto-complete open when I programmatically assign values to the control, using for example, MULTI_LINE WRITE.  But it seems auto-complete only works on keyboard entry. I've tried setting signal-all-changes and messing around with PREINPUT and forcing focus onto the control and so forth, but no luck.

Can autocomplete be made to work without direct keyboard entry? If so, sample code showing how please?

Thx!