Quantcast
Channel: Adobe Community: Message List
Viewing all 173476 articles
Browse latest View live

Re: Go to and play frame javascript in Animate CC

$
0
0

That looks like it should work, other than the line where you made the array. If it doesn't work like you have it, try:

 

var points = [this.point1,this.point2,this.point3,this.point4];


Re: If I work on a project in a free trial of Premiere Elements, then save the project (don't export it) and open it again in the full version of Premiere Elements, will the watermark be removed?

$
0
0

Hello.

I've created a film as a Trial and have now purchased a license, could you expand on the above please?

I've rendered my film after entering the license number, but I still have the watermark across my film.

 

Regards

Dafydd

Re: Can Acrobat DC Imposition pages to printer spreads?

Re: Feeding products to Recommendations Engine via API

$
0
0

All Recommendation related APIs can be found in the documentation here . Hope that helps.

Curl to Python

$
0
0

My format is correct as per normal Python requests module rule, but still I am not able to upload a file to AEM using Python.

 

How do we convert the following

curl -u admin:admin -F file=@"C:\sample\samplepackage.zip" -F name="samplepackage" -F force=true -F install=false http://localhost:4502/crx/packmgr/service.jsp

 

to its Python equivalent??

 

This is what I used and it does not upload but gives me a 200 response code and says format is wrong

 

****************************************************************************************** ********************

#!/path-to-python-2.7.5/bin/python

 

import os

import requests

 

api_url = 'http://host:port/crx/packmgr/service.jsp'

os.chdir("/my/folder"); #change directory to where file.zip is located, and this I tested with subprocess listing and path is right

 

# Set up a session

session = requests.Session()

 

filehandle=open("file.zip",'rb')

payload = {}

payload['file'] = ('file.zip',filehandle)

payload['force'] = 'true'

payload['install'] = 'false'

payload['name'] = 'zipfile'

 

print payload

 

r = session.post(api_url, data=payload, files=payload, auth=('admin', '*******'))

print r.text

****************************************************************************************** ********************

 

What I get as output is the following which makes me think if something is missing in the requests module that AEM wants???

***********************

<crx version="1.6.2" user="admin" workspace="crx.default">

  <request>

    <param name="force" value="true"/>

    <param name="install" value="false"/>

    <param name="file" value="file.zip"/>

    <param name="name" value="zipfile"/>

  </request>

  <response>

    <data>

      +------------+-----------------------------------------+

      |  Arguments | Comment                                 |

      +------------+-----------------------------------------+

  ½   |  cmd=help  | print this help                         |

      +------------+-----------------------------------------+

      |  cmd=ls    | print a list of all packages            |

      +------------+-----------------------------------------+

      |  cmd=rm    | remove a  package                       |

      |  name      | package name                            |

      |  [group]   | group name (optional)                   |

      +------------+-----------------------------------------+

      |  cmd=build | build a  package                        |

      |  name      | package name                            |

      |  [group]   | group name (optional)                   |

      +------------+-----------------------------------------+

      |  cmd=inst  | install a package                       |

      |  name      | package name                            |

      |  [strict]  | true to fail on error                   |

      |  [group]   | group name (optional)                   |

      +------------+-----------------------------------------+

      |  cmd=uninst| uninstall a package                     |

      |  name      | package name                            |

      |  [group]   | group name (optional)                   |

      +------------+-----------------------------------------+

      |  GET       | download a package                      |

      |            | (content-disposition header contains    |

      |            | the correct filename)                   |

      |  [cmd=get] | optional                                |

      |  name      | package name                            |

      |  [group]   | group name (optional)                   |

      +------------+-----------------------------------------+

      |  POST      | upload a new package                    |

      |  file      | package to upload                       |

      |  [name]    | optional name                           |

      |  [strict]  | true to fail on install error           |

      |  [install] | automatically install package if 'true' |

      +------------+-----------------------------------------+

    </data>

    <status code="200">ok</status>

  </response>

</crx>

Re: Make field dependent on total number of radio buttons input variable.

$
0
0

Thanks! Here is the link: https://drive.google.com/open?id=1_sYS9EzqxZaIv_FxUKGiSsLKdZ1otqtv

 

In these scenarios the total is correct

 

WT . M

0 [ ]    1[x]

0 [ ]    1[x]

0 [ ]    1[x]

 

Total = 3

 

WT . M

0 [ ]    1[x]

0 [x]   1[ ]

0 [ ]    1[x]

 

Total = 2

 

WT . M

0 [x]   1[ ]

0 [x]   1[ ]

0 [x ]  1[ ]

 

Total = 0

 

It is for this scenario that the total is 0 and I need it to be blank so that the form has no total and no rating when no radio buttons are selected (blank)

 

WT . M

0 [ ]   1[ ]

0 [ ]   1[ ]

0 [ ]   1[ ]

 

Total = 0

 

 

Re: CS5 won't reinstall, and no diagnostic log files

$
0
0

Daveb47780543 sorry about that, as I have mentioned earlier CS5 is a pretty old software and Adobe has not tested it on any of the latest operating systems. Hence it may or may not work.

 

Steps given here: Installing Creative Suite on macOS 10.12 (Sierra) , is the only work around to install the product, if this doesn't help then I would suggest using an older operating system or upgrading to Adobe Creative Cloud.

Re: Forced scrolling on the Terms & Conditions component in Adaptive Forms


Re: Spinning wheel of death immediately after setting a layer style (iMac Pro)

$
0
0

I've done the usual steps, (restart photoshop, restart computer, reset preferences, etc) but the bug still persists. Its now happened over a dozen times today and is very frustrating as I have to just sit here and wait or force quit and hope autosave caught my latest work. This is a big problem.

Re: CFFiddle

$
0
0

Well, the obvious reason is so that you can save your fiddles.  And it also allows for other users to reach out to you if some kind of message system is implemented.

 

I have only one anti-social account, and that's only because Google requires it in order to install anything on an Android phone from the Play Store.  But I am not comfortable tying anything like that to any other account.  Give me the ability to create an account with login/password, great.  But I will not be using "Log In With.." for anything.  Ever.

 

V/r,

 

^ _ ^

Re: Tooltip Very Much Needed, Please.

$
0
0

The link is for a page which uses browser JavaScript. This is completely different from PDF JavaScript. There is no way I can think of to do this style in a PDF.

Setting Help Content(Short Description/Tooltip) dynamically on Adaptive forms

$
0
0

Hello Experts,

 

Need help on couple of issues in AEM Adaptive forms 6.2 CFP 12.

1) We are trying to set the property of Help Content (Short Description/Tooltip) dynamically through scripts from clientLibs but its not working as expected.

 

The new values provided through script displays only in console.log but on form preview when the cursor is moved towards the field the Custom Help content (Short Description/Tooltip) does not display.

 

Tried with below script without desired results.

 

var esom = element.somExpression;

guideBridge.setProperty([esom],"shortDescription",["Field is Mandatory"]);

 

and

 

guideBridge.on("elementValidationStatusChanged", function(event, payload)

{

var component = payload.target;

if (payload.prevText) {

console.log("component became invalid");

component.jsonModel.shortDescription = "Field is Mandatory";

console.log(component.shortDescription);                                        //Show new shortDescription but in preview it does not work.

     } else {

      console.log("component became valid" );

     }

})

}

 

2) The Short Description always appears on bottom of the field, we are trying to show it either on left or right side of the field but not able to achieve it. In Themes we have option to do this but once we do the change to Short Description it does not reflect in Theme preview.

 

Thanks

Re: Error code 4 all docs created with CC 2018

AcrobatDC のインストール中、エラーになり正常にインストールされない

$
0
0

MacOS10.13.3で、AcrobatDCが正常にインストールされません。

イラストレーターやphotoshopは正常にインストールされます。

 

試したこと

すべてのadobe製品をアンインストールして、再インストール。何度やってもダメでした。

 

xit Code: 7

Please see specific errors below for troubleshooting. For example, ERROR: DW003, DW006 ...

 

-------------------------------------- Summary --------------------------------------

- 0 fatal error(s), 2 error(s)

 

----------- Payload: Adobe Acrobat DC 18.11.20035.0 Acrobat DC/Acrobat DC Installer.pkg_18.011.20035 -----------

ERROR: DW006: Apple Package failed to install successfully.

ERROR: DW003: Third party payload installer Acrobat DC/Acrobat DC Installer.pkg failed with exit code: 1

-------------------------------------------------------------------------------------

 

インストールログを調べたところ

3つのエラー、2つの警告がありました。

エラー:AMT設定ファイル '/ Applications / Utilities / Adobe Sync / application.xml'を読み込めません

エラー:エラーsrcファイル '/ Applications / Utilities / Adobe Sync / application.xml'をdstファイル '/ Library / Application Support / Adobe / PCF / {●●●●にコピーできませんでした。 CoreSync-2.4.1-Mac-GM.xml 'となります。

エラー:AMT設定ファイル '/ Applications / Utilities / Adobe Sync / application.xml'をPCFフォルダ '/ Library / Application Support / Adobe / PCF / {●●●●} .V7 {}にコピーできませんCoreSync-2.4.1-Mac-GM.xml '

WARN:ERRORは無効なxmlファイルパスです。 / Applications / Utilities / Adobe Sync / application.xmlのパスからデータを読み取れませんでした

WARN:Error Description Error Domain = NSCocoaErrorDomain Code = ●●●● "そのようなファイルがないため、" application.xml "ファイルを開くことができませんでした。 UserInfo = {NSFilePath = /アプリケーション/ユーティリティ/ Adobe Sync / application.xml、NSUnderlyingError = ●●●● {エラードメイン= NSPOSIXErrorDomainコード= 2 "そのようなファイルやディレクトリはありません"}}

 

 

非常に困っています。どうしたら正常にインストールすることができるのでしょうか?

Re: Why does Creative Cloud not install Lightroom Classic CC on my Mac OS High Sierra

$
0
0

Hi Dieter,

 

As you have mentioned you are unable to install Lightroom CC on your MacBook pro with High Sierra operating system, do you get any error code or message when the installation fails?

 

Are you following the procedure given in the following link to download the product:Learn how to download your Adobe Creative Cloud apps ?

 

Awaiting your response.


Re: Spinning wheel of death immediately after setting a layer style (iMac Pro)

$
0
0

Hey,

 

How much free Ram space do you have on your iMac Pro currently?

 

Sim

Re: What is Adobe PDF Printer vs Adobe PDF Converter?  A recent update changed my system

Re: SlingHttpServletRequest request value is null while Injecting SlingHttpServletRequest to the sling model adaptable to Resource and SlingHttpServletRequest.

$
0
0

Hi,

 

When the adaptable itself needs to be injected, we need to use an annotation named "@Self" along with "@Inject".

In this case, add self annotation to SlingHttpServletRequest.

See if it works with this.

 

Reference:

Apache Sling :: Sling Models

Re: Since the last one or two updates of Acrobat Pro after printing the document can only be closed via a confirmation dialog even when the document was not edited

$
0
0

It happens always with documents originating from a bank (electronic banking account) containing

Konformität

Standard:PDF/X-3:2002
ISO-Name:ISO 15930-3

Status:noch nicht überprüft

Trapped: False

Konformität prüfen...

Ausgabebedingung

Kennung: CGATS TR 001
Info:


 

and  containing "Time-stamped Signature".

Regards

AUF

Re: Trouble Importing Photos into Lightroom

$
0
0

when my cloud storage is full on the 2018 ne Photoshop CC- NOT classic— is there any way to archive old files?

Viewing all 173476 articles
Browse latest View live