5/9/2025 7:57 AM | |
Joined: 12/26/2024 Last visit: 8/25/2025 Posts: 5 Rating:
|
In this faceplate i used a java script:- export function FaceplateSheetSelect(Sheet) { for (let i = 0; i <= 8; i++) { SmartTags["FaceplateSheet_" + i] = (Sheet === i); } SmartTags["Faceplate_Highlight"] = 0; } } So here i pass the script in button event in faceplate as "ACTIVATED".Here i used expression in SIVARC event plugin:-Block.Parameters("Sheet").Value.This expression is passed in "Sheet" parameter which is defined in Javascript.Here the issue is after SIVARC generation as per script buttons are created but event is always"ACTIVATED"type and on runtime i try to click on button it don't shows any pointer or you can buttons are not working.So how can i solve this issue because i tried the expression in SIVARC event as CLICK but when i used CLICK event it doesn't generate any event after generation on button.For more iunfiormation i have attached some screens shots. Please help me to resolve this issue. ------------------------------------------------------------------------------------------ AttachmentActivated Event Button issue by SIVARC.xlsx (87 Downloads) |
Last edited by: Moderator_Lan at: 05/09/2025 08:13:41New subject after splitting |
|
Follow us on