Xojo msgbox behind window

broken image
broken image
broken image

Anyway, this tutorial serves as a good starting point and you’ll be able to modify and improve it to meet your own needs.ĭownload the class with the example project from here. If you want your code to react the same to the same active word or words throughout your project, well then, that’s what it will do. For example, you won’t be able to repeat the same word and assign it to take different actions. The associated data could be a link or text you want to show in another control when the user clicks on the active word.įor the sake of this tutorial, the class we are creating has some limitations. The active words will be based on the use of Pairs, so one piece of information will be the active word and the other piece of information will be the associated data, which is always a String. Best of all, this project is cross-platform, so you can use it for macOS, Windows and Linux! Learn to use the Object-oriented Delegate design pattern to dynamically change how your app reacts when the user clicks on those active words. This post was originally published in 2018 and has been updated to use Xojo API 2.0.įollow this tutorial to create active, aka clickable, words in the text of a TextArea control in your Xojo projects.

broken image