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

Re: Dam renditions for eps files

$
0
0

Actually few of EPs files were part of migrated assets , those assets have renditions.

So when i try to upload new eps files ..renditions are not created.. I'm not sure how renditions got created for those migrated assets..now our requirement is like ..same renditions should be created for newly uploaded EPs files...what can I do to create renditions for those eps files


Re: Exact difference between Jcr-xql2, xpath query and query builder api

$
0
0

QUeryBuilder is built upon JCR SQL API. See: Query Builder API

 

You can use the QueryBuilder API within a custom AEM service and invoke it from an backend Java  HTL component (then display the result set in the HTL front end) -- see: Scott's Digital Community: Creating an AEM HTL component that queries the JCR

 

JCR SQL/2 docs can be found here: JCR 2.0: 6 Query (Content Repository for Java Technology API v2.0)

 

Community docs: 9 JCR-SQL2 Queries Every AEM Developer Should Know | 6D Labs

 

Another good community doc: http://www.aemcq5tutorials.com/tutorials/adobe-aem-cq5-tutorials/aem-query-builder/

 

As far as XPATH  - in later versions of AEM - this is not used much. Use ether QueryBuilder API or JCR SQL2.

Re: イラストレーターで作成したロゴをサイトロゴに設定できない。

$
0
0

アドビジャパンフォーラムをご利用いただきありがとうございます。

 

内容からIllustratorコミュニティに移動させて頂きました。

Re: Companies using AEM

$
0
0

The publically available information regarding this is:- Partner Finder

// Go to Adobe Solution Categories -> Select Adobe Experience Manager, Here you will get decent information.

Also, can you let us know, what sort of research you are doing and maybe if you can share it with us once done.

 

I hope this would help you.

~kautuk

Re: Add even in event manager

$
0
0

Event handlers are triggered after the Photoshop event completes. There is no before or at start of event option available for any event handler. And I know of no way to intercept Photoshop Save and Save as command which is what you seem to be wanting to do. What would trigger or automate your pre-save event you want to add.

Re: Selecting multiple filters in a group

$
0
0

Hi there

 

Normally filters choose what to show. For example, if you have something that relates to Database Server, the filter should list items tagged with Database Server. Likewise, if you enable Process Server, you would see items that are tagged with Process Server.

 

However, I note that your expressions are set to exclude things. I just tested this type of setup and I'm seeing what you are. At least, I believe I am. I've recorded a video to demonstrate. See if it helps. Also, visit tracker.adobe.com and report this issue as a bug.

 

Problem flash player vs application-web chrome browser

$
0
0

Hello

 

We have problem with our application-web in flash / flex since the last update of flash player 27.0.0.130 last week. Our customers use the web application via google chrome and the application works with flash player. It seems to be a display problem. We have 150 users and the problem affects only a dozen users. Here's the problem:

 

The numbers displays several decimal 0. For example, normally the display is 4.95 $ and at some point the display changes 4.950000000000000. Please See print screen below.

Capture d’écran 2017-09-20 à 23.18.27.png

The problem is intermitemps the user logs on using the application all works well. But after 5 to 15 minutes of use the display of numbers changes for numbers with several decimals 0.0000000000000000. The user closes are Chrome browser and restarts it and all return to normal for a period of 10 to 15 minutes. And so on....

 

We have made no changes to our application lately. Would anyone have a solution to my problem? The user have the problem with windows 7 et 10.

 

 

Thanks

Re: Playhead position suddenly moving jerkily

$
0
0

More details:  Rebooting maybe gives me ~3 seconds of nearly normal refresh rate for the monitor elements of Audition during playback, but after that everything reverts to stuttery updates.  And to clarify my above reply, once Audition goes stuttery, I can open any other application and get perfectly instantaneous video update rates.  Also: those stutters are limited to the visual display of Audition on my monitor; the audio playback remains smooth and flawless.  And: the PC's cursor moves across the Audition screen perfectly smoothly too, even while Audition's playhead position and level meters stutter badly.

 

So, this problem seems to be Audition sending updates to the monitor slowly, not the graphics card struggling (it's pretty beefy, and handles way tougher tasks fine, and handled Audition fine for the last year before today).

 

(Off topic: Why does Adobe's forums' edit button act so buggy?  If an edit window ever opens, which is rare, it never lets me actually do any editing to the opened post.)


displaying runtime errors in android/ios installed app

$
0
0

I've been trying to get errors to display in a text field within the app for ease of error reporting from users.

 

I've had some success using this at the top level of the app but it's not working on device:

 

//start code

this.loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, errorHandler);

function globalErrorHandler(event:UncaughtErrorEvent):void
{
    var message:String;    //check for runtime error    if (event.error is Error)        message = (event.error as Error).getStackTrace();    //handle other errors    else if (event.error is ErrorEvent)        message = (event.error as ErrorEvent).text;    else        message = event.error.toString();    //do something with message (eg display it in textfield)    myTextfield.text = message;
}

//end code

 

At first this wouldn't work on the device and I thought it was because upon the error, when developing on the pc, flashplayer would display the actionscript popup with the error. Which you would need to click "dismiss all" or close and then the globalErrorHandler was called after and then the error written to the textfield. I thought this is what was keeping it from showing up on the device. However, by adding event.preventDefault() I was able to suppress the actionscript popup when developing on the desktop and the error was written to the textfield successfully. This was not the case however on the andriod device. It still just hangs on the error. It's as if the default error event cannot be suppressed on android.

Any help very much appreciated!

Re: Expanding Textfield in Adobe LiveCycle Designer

$
0
0

Thanks, I also found this very helpful!

Re: Brush modifying changes previous strokes.

$
0
0

Hi Monica,
I don't think I explained the question clearly.
I think its wonderful to be able to change a path attribute later, and that the brush stroke thickness can be changed for any previous line work, if I select those previous paths.
Nobody wants to make anything 'final', and I cannot find in my first question any inference that I wanted to make a brushstroke 'final'.
I'm talking about linework previous to the changed settings being adversely affected because I adjusted brush attributes for a different part of the drawing..
Its nice to see what a line looks like as you draw it- the same way as in traditional drawing?

 

I cant put it any simpler, but the is a chance there is something I don't understand about the answer here.

 

But even if I dont understand your answer I am grateful for your patience.
Its OK to close the case and I'll treat it as a bug and work around it. 

Re: Dam renditions for eps files

$
0
0

Please have a look at this:- https://docs.adobe.com/docs/en/aem/6-3/administer/content/dynamic-media/image-presets.html #Adobe Illustrator (AI), Postscript (EPS), and PDF file formats

// In the DAM Update Asset workflow, the EPS thumbnails step generates thumbnails for EPS files.

//To use Dynamic Media to preview and generate dynamic renditions for AI, EPS or PDF files, the following processing steps are required:

  • In the DAM Update Asset workflow, the Rasterize PDF/AI Image Preview Rendition process component rasterizes the first page of the original asset--using the configured resolution--into a cqdam.preview.png rendition.
  • The cqdam.preview.png rendition is then optimized into a PTIFF by the Dynamic Media Process Image Assets process component within the workflow.

You access Rasterize PDF/AI Image Preview Rendition process component options by way of the DAM Update Asset workflow.

Read documentation this will certainly help you.

~kautuk

Re: Table row won't break to next page

$
0
0

I'd select the frame on the troublesome page and check the flow tag and if auto-connect is enabled. Both are in Graphics > Object Properties after your Control+click to select the frame.

making SOAP call using message center

$
0
0

HI

I am testing the message center soap api to send an notification email. I followed the steps to set up the templates/Events.

Below is the soap call.

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:rtEvent">

   <soapenv:Header/>

   <soapenv:Body>

      <urn:PushEvent>

         <urn:sessiontoken>___7cedba79-c6ad-43c9-a367-5c228b698035</urn:sessiontoken>

         <urn:domEvent>

        

       <rtEvent xmlns=""  type="yumThankYouForRegisteringRecipient" email="vend@yahoo.com"

wishedChannel="email" externalId="1234">

<ctx>

        <website name="ecomerce" url="http:www.yum.com"/>

        <customer email="test@test.com" firstName="Alex" lastName="test"/>

      </ctx>

      </rtEvent>

</urn:domEvent>

      </urn:PushEvent>

   </soapenv:Body>

</soapenv:Envelope>

 

I get the following error. Where is that REaltime event folder? I am admin on the system

 

<SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

   <SOAP-ENV:Body>

      <SOAP-ENV:Fault>

         <faultcode>SOAP-ENV:Server</faultcode>

         <faultstring xsi:type="xsd:string">SOP-330011 Error while executing the method 'PushEvent' of service 'nms:rtEvent'.</faultstring>

         <detail xsi:type="xsd:string">XTK-170060 You do not have the rights needed to complete the operation. You must have access to a folder of type 'Real time events' (nmsRtEvent).

XTK-170006 Unable to parse expression 'DefaultFolder('nmsRtEvent', [@_folder-id])'.

XSV-350023 Unable to save document of type 'Real time events (nms:rtEvent)'.</detail>

      </SOAP-ENV:Fault>

   </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Re: Install the photoshop cc and press the 'ctrl + o'-Open files- and photoshop cc to die.


Re: Photoshop のエラー

$
0
0

ご注意いただきたいのですが、CS5自体は技術サポートが終了していますから、

電話やチャットサポートでは対象外になります。

唯一、本フォーラムがサポートとしての対応場所になってきます。

 

もしAdobeへの相談であれば、Creative Cloudの購入に関する相談になってくると思います。

Re: API Integration in photoshop cc 2017

$
0
0

You can Browse for a script. You can hard code the path into an action via recording a browse to the script and you can also link Photoshop  ..\presets\scripts\  to your Script tree and use them via menu>scripts\scriptname.   As far as running  Photoshop via a script using a web api as web application only Adobe can do the.  If you setup Photoshop as a web service that would violate your agreement with Adobe.  Adobe licenses terms is Photoshop use as single use or per seat use for volume licence's.   You could connect to a machine remotely and use Photoshop remotely as the single use seat.Multiple users can not concurrently use a single user licence install.

 

I'm not a layer but that is how I understand the terms of my subscription seems to mean.

Testing Component Autoring

$
0
0

Is there a way/tool available OOTB to unit test component authoring and UI.. I checked hobbes.js and it seems more of a functional testing tool where we can check elements on page and navigate. I couldnt find anything related to opening component dialog, authoring values and verifying that what was authored is displayed as expected?

Re: Location of "still image duration" for importing jpegs

$
0
0

They re-arranged some preferences in the 2017.1 update. It’s now under the Timeline settings inside Preferences!

Re: Workflow for iPhone Video

$
0
0

I've been experimenting all afternoon. I've come to the following conclusions:

 

  • any files that are 60fps or higher are much more problematic than files that are 30fps or lower
  • longer files pose more problems than shorter files
  • ProRes is not available on a PC
  • the same exported files that won't play well in WMP often play perfectly in VLC
  • working with DSLR files with a constant framerate is MUCH easier

 

Right now my brain is so full of codecs and export settings that I can't even post something coherent here.

 

I think Adobe should come out with a clear tutorial with a recommended workflow for iPhone files, at least for the newer phones. Some of the footage that can be obtained is quite incredible coming from a phone. I disagree with folks who say you shouldn't record/edit iPhone videos. I think the results can be incredible. Premiere Pro, being an industry standard, should have a way to deal with the variable framerate files produced by iPhones, since the iPhone is the world's most popular camera. That just makes sense. At least it makes sense to me.

 

I say this because many folks record footage of their kids, families, events, etc. using their iPhones. iMovie really kills the quality of the edited files . . . and not only that . . . iMovie on the iPhone is very limited in its editing capabilities. Also, many people in the world are in my position. They have these fairly high quality iPhone files. They want to edit them and make them look as good as possible. They have a PC. And guess what? Editing these files is really complex and very difficult. And it doesn't seem like it should be, especially when using a high-end product like Adobe Premiere Pro.

Viewing all 99919 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>