cancel
Showing results for 
Search instead for 
Did you mean: 

Button disappear at runtime

Former Member
0 Kudos

Hi,

we have come across a problem where one (of many) buttons disappear, after clicking one of the other buttons at runtime. It is always the same button disappearing, and its context attribute is defined exactly the same way as the others, default value '2'.

In order to find the code that obviously changes this default value to '1', does anyone have debugging tips? I would like to debug from the attribute thats being changed and see when the value changes.

Thanks

Arne Jakob

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try to print value of button attribute before & after click event. you can also set attribute value to '2' in click event method.

Regards,

Amit

Former Member
0 Kudos

Hi,

Can you please check personalization and configuration setting for that button.

Thanks,

Rahul

Former Member
0 Kudos

Hi,

Do you mean the button properties in view designer? I am not able to find any personalization settings there though...

Arne Jakob