cancel
Showing results for 
Search instead for 
Did you mean: 

Instant trigger an action from a view

Former Member
0 Kudos

Hi!

I need to load an image in my view after it has been rendered in WebDynpro Java(it takes about 3 seconds to get the image and I do not want to pospone the other gui-elements to be rendered). So I'm looking for a behavior that TimedTrigger provides, but i need it only ONCE and instant. Anyone has a suggestion on how to do that. Could i use web widget - onLoad and trigger a WD-action in my view?

Thankful for any help I can get on this one.

Kind regards

//Marcus

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

what's the problem?

after the first time, you can just stop the trigger..

Former Member
0 Kudos

Thanks Jun for your answer, i don't like the 1 second delay. Though i solved it now with webwidget and .save() plus affinitet an action to the webwidget object.