PopUp/ PopList

Discuss GUI programming with the RapaGUI plugin here
Post Reply
matty47
Posts: 18
Joined: Fri May 21, 2021 10:28 am

PopUp/ PopList

Post by matty47 »

I am writing a text editor using the "texteditor" class. I want to be able to show a "popup" with a list of choices (strings which will vary depending on the context) near the cursor when a word match is found. The user could then click on one of the choices to select it. Is there one available in RapaGUI? I read through the docs but could not find anything that sounds like this. Thanks.
User avatar
airsoftsoftwair
Posts: 5425
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: PopUp/ PopList

Post by airsoftsoftwair »

This is typically implemented by showing and hiding a borderless window that contains a listview widget.
Post Reply