On Jul 8, 2019, at 6:43 PM, Patrick Emanuel wrote: > thanks a lot :-) > I'm fine with commands METHOD xxxx and work a lot with them in QST. My > concern is about how you display the result inside the "Find" result dialog > from 4D application. > If it is not this, it is really realistic as result.
Hi Patrick, The pop up window basically contains 2 objects. An enterable text variable at the top and below that a collection based listbox. As you type into the enterable text variable I trap the keystrokes and deal with them and call the METHOD GET PATHS command to load an array with matching method names. Then I put that into the listbox with ARRAY TO COLLECTION. You also have to turn on and off all the right properties for the text variable and list box to make it look “right” when you are building the form — hide focus rectangle, no horizontal lines in the listbox, selection is always visible, etc. Does that answer your question of “how did he do that”? Tim ***************************************** Tim Nevels Innovative Solutions 785-749-3444 [email protected] ***************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

