Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

app.popupmenu selection item

Avatar

Level 1

Hi, I have this code for a pdf form on Adobe LiveCycle:

 

var cRtn = app.popUpMenu(["Aménagement",["Paysage", "Plan", "Design"], "Structure"], "-","Gazon","Vegetable");

  if(cRtn)

  {

     console.println("Selected Entry: " + cRtn);

  }

 

I want the selection appears inside the box field, but when I click on one of the item, it does not appear inside the box. Someone can help me to resolve this issue? Thank you.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

@orphangel  I will check this and revert shortly.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Employee Advisor

@orphangel  I will check this and revert shortly.

Avatar

Level 1

Thank you Mayank_Gandhi 🙂

 

I think I must change this:

{

console.println("Selected Entry: " + cRtn);

}

 

but I don't find the good programmation.