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


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 05-10-2010
    Dear,I use "musTable._row.addInstance(1);" to dupplicate this row, in this row à have à texte field called "price".I want to calculate the "somme" of all the prices.Can you help me

    Views

    329

    Likes

    0

    Replies

    1
  • 05-10-2010
    Hello,I wonder if the javadoc's SDK can be accessed offline for integration into Eclipse and NetBeans ?

    Views

    850

    Likes

    0

    Replies

    3
  • 05-10-2010
    I received a form that I need to fill out and save, apparently it was created in Adobe LiveCycle Designer 8.0, Acrobat Pro says that it is an XML form.Adobe Reader says that it cannot save the form which is fine because I have Adobe Acrobat Pro.However when I fill out the form in Acrobat Pro and sav...

    Views

    1.4K

    Likes

    0

    Replies

    11
  • 05-10-2010
    Hi thereI am now working on an extended version of the issue describes in this thread: http://forums.adobe.com/message/3147856#3147856The new field should hold digits in the format 9999-99999-99999-99, and I would like the hyphens to appear automatically when typing. I tried to modify the script I u...

    Views

    344

    Likes

    0

    Replies

    1
  • 04-10-2010
    Hello,I am trying to fill a PDF form created with Designer ES 9, with the pdftk utility and data contained in an xfdf file, but to no avail.How do you make forms fillable in Designer?When I open the form in Adobe Reader, it tells me that data can't be saved in it and that I can only fill it by hand ...

    Views

    348

    Likes

    0

    Replies

    1
  • 04-10-2010
    Hi.1. Is there any video quality settings in the Collaboration Service? We are trying to build a rtmfp streaming service using the Collaboration Service, but during tests the video quality was not that good. Could the Flash Media Live Encoder be used as a source or only webcam? I guess you could use...

    Views

    708

    Likes

    0

    Replies

    4
  • 04-10-2010
    Hi,I'm getting the following error when trying to add a WebcamSubscriber to a spark.components::View as soon as I launch the app. Sample codeThanks,Mick

    Views

    1.3K

    Likes

    0

    Replies

    10
  • 04-10-2010
    My checkbox is named Ucheck. The image is named UStamp. I need the checkbox to turn the image visible.I've read the other forum answers and have found this example:var showHide = event.target.isBoxChecked(0)?display.visible:display.hidden;this.getField("Text036").display = showHide;However, when I t...

    Views

    3.6K

    Likes

    0

    Replies

    7
  • 04-10-2010
    I have never written java script before and am trying to add a subform to a form I have designed. I have the subform created since it is already a group of information that is on the form. I just want users to be able to click a button and add that section again to the form. I have tried the example...

    Views

    772

    Likes

    0

    Replies

    5
  • 04-10-2010
    I'm playing with rtc:WebCamera and I would change the AudioSubscriber volume by a Slider.Somethings like this, but it don't works.private function speakerVolumeChanged(e:SliderEvent):void{ audioSub.soundTransform.volume = e.value; } thanks.

    Views

    544

    Likes

    0

    Replies

    1