Method from a WebLink

Hello everyone
Xojo

Again, thank you very much for your comments

I have a WebPage that has a WebLink added to it and also
A Methods of Public Presentation name has been added to it.

Is it possible to run the Method Presentation from a WebLink?

regards

Raul

add an event to the weblink and call your method there…

Thank you so much
Marius Dieter Noetzel
With your help I was able to execute a method from a weblink

I only have 2 additional questions regarding weblink

Is it possible to maintain the initial color (defined with webstyle)?
Because after having executed one of your weblink events it changes color

Is it possible to simulate the click event? It does not include the Click event, only
double click and others.

regards

Raul Juarez Pulache

Hi

[quote=384115:@Raul Juarez Pulache]Is it possible to maintain the initial color (defined with webstyle)?
Because after having executed one of your weblink events it changes color[/quote]

You can define the different colors with webstyle:

If you don’t want to to load another Page and the other behavior of a Link, you can use a label. It has the events, too.

[quote=384115:@Raul Juarez Pulache]Is it possible to simulate the click event? It does not include the Click event, only
double click and others.[/quote]

Use the MouseUp-Event.

Thank you so much
Marius Dieter Noetzel

A Label is what I need, with the MouseUp-Event event

very timely and appreciated your comment

A hug and blessings

Raul