EA initialized ??

4 replies

JS17

Customer, bbp_participant, community, 73 replies.

Visit profile

7 years ago #116383

Is there an ‘IF’ condition that only runs when the EA is initialized ???

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #141733

Hello,

 

this can be easily done using a variable set = 0. So if var1 = 0 then do the initial action and set var1 = 1. This way all the actions defined will happen only once loaded

0

JS17

Customer, bbp_participant, community, 73 replies.

Visit profile

7 years ago #141734

Thankyou Tomas

 

But that does not do what I want

 

I want to load the values into variables that are in the fields displayed when I change the values once the EA is already loaded

 

Using the method you describe then I get the default values I programed into the EA  :wacko:

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #141737

You can change a parameter even after your EA is loaded and running. Just modify the properties and set a new value. It will be used inside your EA

0

JS17

Customer, bbp_participant, community, 73 replies.

Visit profile

7 years ago #141738

That is what I am saying and trying to do but it does not work!

 

I will make an example and post it later

0

Viewing 4 replies - 1 through 4 (of 4 total)