Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • on 03-06-2011
    When I try copying in app.runtimeHighlight = true;to docready, and then F5 (preview), the field hi's don't show by default.I also triedif (!app.runtimeHighlight){     app.runtimeHighlight = true;}for layout ready, but still no luck.What am I doing wrong? Thanks.

    Views

    1.2K

    Likes

    0

    Replies

    11
  • on 03-06-2011
    Hi,in my table one cell is a subform containing another table with a header row.Header 1Header 2Sub-Table's Header 1Sub-Table's Header 2Now I have two nasty effects:1.) The sub-table's header row shows up for every data set of the sub-table. I only want to see it once.2.) While rendering the adobe r...

    Views

    2.3K

    Likes

    0

    Replies

    6
  • on 03-06-2011
    Hi,   I want to create a chat application that allow users to select a particular user from the room and chat with that person alone.I tried and succeeded in creating a chat application that works like a group chat, where all the users in the room can see all the messsges.Is there anything to do in ...

    Views

    1.7K

    Likes

    0

    Replies

    6
  • on 02-06-2011
    Hi,Some how "Preview pdf" is disabled in View tab in my life cycle designer.Suggest me how to enable it.

    Views

    563

    Likes

    0

    Replies

    2
  • on 02-06-2011
    Hi,I have two lists and I wanted to make sure that people select from the first drop down list before selecting from the second drop down list. So what I tried to do was, if the user tries to pick something from the second list and the first list was not selected, an error message will pop up to ask...

    Views

    1.2K

    Likes

    0

    Replies

    7
  • on 02-06-2011
    Hi all,For the purposes if this example, assume that the following function...sco.searchCPL(commercialProductList, ProductSelected)...would pull an array of items as follows..."North Sydney Vehicles - Online", "NorthSydney_Vehicles_Online", "users", 48.40, 2.42, 0.97On my actual form, I have two obj...

    Views

    492

    Likes

    0

    Replies

    1
  • on 02-06-2011
    I have two buttons on my form.  One saves the form and one prints the form.  Following those commands are lines of code to mark the form readonly:Printer Buttonxfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0)this.resolveNode("header.DateTimeField1").access = "readOnly";etc......

    Views

    632

    Likes

    0

    Replies

    1
  • on 02-06-2011
    After retriving the data from xml form is populating with xml data but i dont want show the xml data onthe form,when form was open form should be clear

    Views

    498

    Likes

    0

    Replies

    1
  • on 02-06-2011
    I need to have a text field require data if a certain Workspace button is chosen to complete the task but not if the other button is chosen and can't figure out how to do it. Basically I have a rejection reason text field and if the approver chooses the Reject button, which is populated from the rou...

    Views

    356

    Likes

    0

    Replies

    1
  • on 02-06-2011
    I'd like to have a "copy page" button on page one of my form.  When the user clicks that button a new page is appended and a specific set of objects on page one get copied to the new page. Can you help me do that?

    Views

    397

    Likes

    0

    Replies

    0