S sn_nn Member Licensed User Longtime User Oct 24, 2021 #1 Hi, everybody! BCTextEngine makes possible to create link to any URL. Also we have possibility to add View (f.e. button or panel) into BCTextEngine. But, Is it possible make link from string (clickable Link) to any procedure of application? Thank's for help!
Hi, everybody! BCTextEngine makes possible to create link to any URL. Also we have possibility to add View (f.e. button or panel) into BCTextEngine. But, Is it possible make link from string (clickable Link) to any procedure of application? Thank's for help!
Solution Erel Oct 25, 2021 The LinkClicked event is raised when the user presses on a link. It is up to you to do whatever you like after this event.
The LinkClicked event is raised when the user presses on a link. It is up to you to do whatever you like after this event.
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2021 #2 The LinkClicked event is raised when the user presses on a link. It is up to you to do whatever you like after this event. Upvote 0 Solution
The LinkClicked event is raised when the user presses on a link. It is up to you to do whatever you like after this event.