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

Re: How to add editable properties to renditions?


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

$
0
0

Thanks again. CS5 worked on that OS before I had to wipe the hard drive (for another reason, probably caused by MS Office). Looks like updating OS on top of already installed CS5 works, but not vice versa.

Re: Give a number page to a template

$
0
0

The script I wrote, And the link provided by @JR_Boulay , they do just that.

 

My script:

this.pageNum() method returns the position of the page in the document as a 0-Based index.  Therefore, this.pageNum()+1 is the number of the page.

 

@JR_Boulay's script:

the "page" property of the field object (event.target.page) as described in the post returnes the same thing but will return an array of integer if there is more than one occurence of the same field, based on the order they were created.

 

I tested my script in your document.  It works fine except for some reason, the calculateNow() method doesn't trigger fast enough for the fields to update.  It updates as soon as a value is commited anywhere in the document (because it is a calulate script)

Re: Why is an asset in Illustrator Libraries Panel not the same as the thumbnail image when downloaded?

$
0
0

Hi Mark,

 

Thanks for your patience.

I've got the file checked from the team here and it seems to be incorrectly submitted by the contributor.

 

I checked your account and it seems that you've already got a license added to your account to be used against this image.

 

Feel free to update the thread in case of any troubles.

 

Regards,

Sheena

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

$
0
0

above is a screenshot of my printers.

 

Here is a screenshot of an excel sheet showing how I am trying to print it to a pdf document

 

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

Re: Cascading Filters - Streams

$
0
0

When I click on the ASCII85 Code link, I get a file not found error.

Can you please send it again ?

 

P.Chellappan

Copy and pasting from Illustrator to other programs

$
0
0

I can't copy and paste an image made in illustrator to any other program.  I use illustrator to combine microscope images into figures then move those figures to other programs like word, prism or powerpoint.  I just received the CC version of illustrator and when I Copy and paste to Word I get a long text string, and Prism just gives me a memory error message.  Any possible answers to why this is happening and what I can do to fix it. Cheers


Re: Resolution and sizing

$
0
0

So the answer to my question is "no, you cannot zoom in the manner you are proposing." Thanks

Re: Best Practice Question: Should You Have Getters and Setters for Private Properties in a Component?

$
0
0

I agree with you on the bit about having leaner code without the getters/setters.  And I'm not sure if there is any best-practice violation by not using them.  However, I will say this:

 

I took over as lead developer where I work, and the previous lead has been pissing me off for years even though he's no longer here.  Why?  Well, because he discovered ColdFusion Builder and it's ability to point to any DNS in CFAdmin and create CFCs for every table that all have getter/setter.  It has created what I refer to as "Celtic knot" processing because it creates a Gateway, DAO, and bean for every table, and they all become involved for every transaction.  The old site (we recently updated) contained (I'm not kidding) 3500 files (.cfm, .cfc) partly because we had so many tables in our database.

 

The updated site contains less than 200 cfm and cfc files beause I manually created only what we needed, and I'm only putting bare minimum code in our components.  I feel like the site processes faster without all the get/set stuff.

 

But that's just my opinion.  I don't have numbers to back that up.

 

V/r,

 

^ _ ^

 

PS.  I don't like MVCs, either.  Complexity for the sake of being complex.

Re: Old version of PSE

$
0
0

https://forums.adobe.com/people/Colorado+Ice  wrote

 

I recently upgraded PSE 12 to the 2018 version. The old version still appears to be working. How should the old version be removed/deleted?

 

Bob

In Windows, go to Control Panel>Programs & Features. Select PSE and uninstall.

Re: InDesign 2017 won't print TrueType fonts

$
0
0

how do you know that font is healthy? might be missing data.

 

Can you print out of a .pdf?

 

Are you using a professional font manager?

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

$
0
0

Heres a screenshot of the current ram usage from iStat menus while running photoshop still encountering the bug. ram pic.png

Re: Can't save the illustration.

$
0
0

Hi there,

 

This generally happens when files are being accessed from the server or the external/network drive.

Please check, does it allow you to save file on the desktop?

If yes, check following things:

  • Check if this is happening with your user account only or with multiple users
  • Check if there is any antivirus or if there is any endpoint security or if there is any restriction imposed by your IT Team. Due to this sometimes server does not allow the application to save but you are able to save outside the application.
  • This generally happens when network policies or Operating System is updated, check with your IT team for the same.

 

If it does not allow you to save on desktop as well, please reply with following details:

 

  • Operating System(Exact version of Windows or MAC)
  • Where are the files saved?

 

Regards,

Srishti

Re: How to convert straight quotes to smart quotes (or set as default)?

$
0
0

The only way to do this in html is to insert the character code -

  • left single quote ‘ ‘
  • right single quote (and apostrophe) ’ ’
  • left double quote “ “
  • right double quote ” ”

 

The reason for this not being an option to turn on/off, is because html, css and javascript also use straight quotes, and smart quotes (typographers quotes) would be flagged as an error.


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

$
0
0

And lastly, after I hit the print button above, it does open the save as window as seen here, but it just doesn't save it.

 

Re: Go to and play frame javascript in Animate CC

$
0
0

OK, cool. It seems if I use "this." in the condition, it would be repetitive? In Animate CC, I would put a quote in the array and the code would be:

 

howmany = -1;
var points = ["point1","point2","point3","point4"];
sym.$("submitBtn").bind("click", function(){     howmany++;        if(condition..){        sym.getSymbol(points[howmany]).stop("correct");    } else{        sym.getSymbol(points[howmany]).stop("incorrect");    }
}); 

So basically I could also make functions like this:

 

var points = [point1,point2,point3,point4];
var question = [P1,P2,P3,P4];
function callCorrect(q, c){            this.question[q] + Problem.visible = false;    this.question[q] + Reveal.visible = false;    this.question[q] + Info.visible = false;    this.submitBtn.visible = false;        if(c == 0){        this.incorrect.visible = false;        this.question[q] + Correct.visible = true;        this.points[howmany].gotoAndStop("correct");    }    if(c == 1){        this.incorrect.visible = true;        this.question[q] + Correct.visible = false;        this.points[howmany].gotoAndStop("incorrect");    }
}

LOST PHOTOS in Lightroom CC after closing it

$
0
0

Hi,

 

My lightroom CC showed a notification that my account has problem and ask me to sign-in again. I ignored it and start editing my photos. But after that, the app became unresponding and I closed it. I couldn't found the edited photos after opening the app and signing in? Can anyone help me ? Thank you

Re: How to convert straight quotes to smart quotes (or set as default)?

$
0
0

That's because the "smart quotes" create so many problems.  It's one of Micro$oft's "better ideas that don't work".  There is not full browser support, for them, AFAIK.

 

Not to be snarky, but I cannot imagine any scenario whereby smart quotes would actually be preferred over standard quotes.

 

V/r,

 

^ _ ^

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

$
0
0

Lastly, here is my desktop folder capture. You will notice that the file "Transmittal Log.pdf" is not there. 

Viewing all 173476 articles
Browse latest View live