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

Re: Autoprefixer

$
0
0

osgood_  wrote

 

I guess that would be Wappler then?

 

Thats the first mention of that app I seen in a while. I noticed they have now removed all the links for the crowdfunding from their main site, blog, etc. So maybe in twelve more full moons we will finally get to see it released to the public.


Re: "Adobe Illustrator CC 2018 has stopped working."

$
0
0

Hi Bill / Twarita,

 

Thanks for your kind suggestions.

 

I've uninstalled all of the Creative Cloud software completely and reinstalled 2017 version instead of the latest version and tried to use the Illustrator software again. Unfortunately, I am still having the same problems which I mentioned above. At this point, I noticed one thing that I didn't mention previously. This problem has started when I used the software in Windows 10 in my new PC. I did not have this problem when I was using Windows 7 in my old PC. There must be some kind of settings which are causing the problems or may be some bugs in the software.

 

Please help.

 

Regards,

Adam

Re: AEM 6.4 - Java sling servlet does not work with uber 6.4 jar, but does with uber 6.3

$
0
0

A Sling Servlet with DS Annotations (default for Maven 12/13 Archetype) looks like this:

 

/**

* Servlet that writes some sample content into the response. It is mounted for

* all resources of a specific Sling resource type. The

* {@link SlingSafeMethodsServlet} shall be used for HTTP methods that are

* idempotent. For write operations use the {@link SlingAllMethodsServlet}.

*/

@Component(service=Servlet.class,

        property={

                Constants.SERVICE_DESCRIPTION + "=Simple Demo Servlet",

                "sling.servlet.methods="+ HttpConstants.METHOD_POST,

                "sling.servlet.paths="+ "/bin/myDataSourcePoolServlet"

           })

publicclassSimpleServlet extendsSlingAllMethodsServlet {

Re: Display svg icons list in select dropdown in TOUCH UI dialog

$
0
0

We use a servlet, which returns a html snippet with our icons as dropdown list, you could put anything list-like in there, I think

 

Like:

StringBuilder answer = new StringBuilder();
String template = "<li class=\"iconpick coral-SelectList-item coral-SelectList-item--option\" data-value=\"%1$s\"><i class=\"icon-%1$s\"></i>%1$s</li>";
result.forEach(icon -> answer.append(String.format(template, icon)));
response.getWriter().write(answer.toString());
response.getWriter().flush();
response.getWriter().close();

Re: Hoping for a miracle. File recovery

$
0
0

Hi Charles:

 

When I use Edit > Select All on the spread, a tiny text frame appears on the spine. The content is still there, but needs to be placed back on the page. I can only assume some kind of file corruption occurred. I think you can piece it back together, but I don't see a quick fix.

 

May-11-2018 07-22-52.gif

 

Moving forward, consider saving your files on Dropbox, which gives you the ability to access previously saved versions:
File version history – Dropbox Help.

 

~Barb

Re: I'm living in China, can I buy & own Photoshop Elements 2018 legally?

$
0
0

This is a user to user forum, not Adobe corporate. Suggest that you contact Adobe sales again, and ask the functionary to escalate the call to a more sophisticated agent.

Have you contacted Amazon digital to see if they have insight into this issue?

Re: Acrobat XI form editing - cannot drag a form field to edit tab order

$
0
0

But even when the field is locked in Properties, it can still be dragged/dropped into the tab order.

 

I haven't run into the problem before and I do a lot of forms, but it's also been a few years since I used Acrobat XI and many features have been changed or improved

 

It appears you've taken the right steps, such as selecting the option to sort the fields manually. Does this happen to all the fields in the list? Or just one or some fields?

 

Do you have the ability to upgrade to Acrobat DC:2018, the latest version? It provides a few more options in controlling fields. You could download the free trial to see if it resolves the problem and then purchase it if it does.

 

Of course, work on a copy of your original file before moving it into a newer version of Acrobat.

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

$
0
0

Really appreciate your help guys - I am using the code below - document is being saved here: https://drive.google.com/file/d/1_sYS9EzqxZaIv_FxUKGiSsLKdZ1otqtv/view?usp=sharing

 

 

//Counts how many Un-checked boxes there are

var isOff = 0

for (var x=1;x<=3;x++){

   var f = this.getField("1.1."+x)

   if (f.isBoxChecked(0) == false) isOff++

}

 

//If all three are un-checked, shows blank

if (isOff == 3) event.value = ""

 

//If at least one is checked, sum only those that are checked

else{

    var sum = 0

    for (var x=1;x<=3;x++){

       var f = this.getField("1.1."+x)

       if (f.isBoxChecked(0) == true){

             sum += f.value

       }

    }

 

   //and display the sum

   event.value = sum

}


Re: Ilustrator dejó de funcionar Win10

$
0
0

Pues si has actualizado los drivers (¿?) y restaurado las Preferencias (te sale un aviso antes?),

ponte en contacto con Soporte Técnico que para eso está especialmente.

Tiens un enlace en la página de inicio del Foro arriba a la derecha.

Re: FrameMaker 2017 Doesn't Start

$
0
0

I was having the same problem with FM 2017 on a new Windows 10 installation. My main development workstation had a total SSD hard drive failure which was bad enough. However after getting a new SSD and reinstalling everything FrameMaker 2017 would not start.

 

Today we made a breakthrough and thought I would share it with you. During a support call with Adobe this morning it was suggested that I create a new user account and log onto that. FM2017 started perfectly which implies that there is a problem with my user account.

 

I did a search on these user forums and found a similar problem reported for Adobe AfterEffects. Although the route cause was different it seems that some Adobe software has to be able to find the user's Documents folder and if it can't - crash!

 

FrameMaker 2017 expects the Documents folder to be here: <DRIVE>:\Users\<USERNAME>\Documents. On new installations of Windows 10, Microsoft has given us access to OneDrive, but this hijacks the user's Documents folder path so that it points to <DRIVE>:\Users\OneDrive\<USERNAME>\Documents. We need to edit the path to a value that FrameMaker understands.

 

This is how to change the Documents path

  1. Log in as an administrator and perform the usual safety measures before editing the Windows Registry.
  2. Run regedit from the command line.
  3. Go to: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
  4. Find the 'Personal' key and if it includes 'OneDrive' edit that part out. (Double-click to edit).
  5. Start FrameMaker...

 

I hope that works for anyone who has the problem.

Ian

 

P.S. This all happened with Windows 10 version 1709 and has nothing to do with version 1804 which seems to have its own problems.

Re: Premiere Pro crashing

$
0
0

Hi John, I have been designing and working on premiere daily for many years. Don't no why this is happening. Opened new doc, reinstalled, took external drives away, imported drone footage again. Just restarted itself again.

very frustrated

Re: Valid subscription. Each time try to convert a file it reverts to subscription page

$
0
0

I was having the same problem. Purchased it last night. I just logged out, and loged back in, and now it seems to work. Hopefully it works for you too.

Re: Clearing watermarks

$
0
0

If you are discussing Lightroom CC, this is the wrong forum. This is the forum for Lightroom Classic CC.

Re: locked scan

Team Projects - Stuck on "Processing Loaded Assets"

$
0
0

I was working within a team project yesterday and then the program crashed on me. When going back into Premiere and trying to open the Team Project again, it goes through the first few steps but then gets stuck on "Processing Loaded Assets" and never moves past it. I've tried loaded previous versions and it happens to. I've tried reverting to an older version of Premiere and it doesn't work either. And, I've also tried renaming the Team Projects Local Hub folder. None of this things have resolved the problem. Are there any other things I can try?


Document presets missing?

$
0
0

I've been using adobe illustrator for about 2 months. Recently, i tried to create new document using document presets given by the program, but nothing shows up.

Restarting my computer didn't worked.

Are there any solutions aside from reinstalling the program?

Thank you very much!

Untitled.png

Re: Premiere pro crashing 20 times a hour ( no joke )

$
0
0

Hi,

 

I had the same problem, and I found a solution (for the moment).

When you create a new project, change the render system from "OpenCL" to "Metal", it approximately worked for me, now premiere is only crashing once or twice a day... but I'm still waiting for a real solution.

 

Capture d’écran 2018-05-11 à 16.32.04.png

 

Let me know how it worked for you.

Personalization block error sending email

$
0
0

Folks,

I see this issue, while I ise a personalization block as part of URL component in email delivery:

 

Error while compiling script 'content htmlContent' line 72: syntax error (line='}\ ' token='}\ '). SCR-160032 JavaScript: error while compiling script 'content htmlContent'. JST-310007 Unable to compile script (content htmlContent).

 

-------

The short/basic  version of personalization block is:

<%if (recipient.country.label == "Australia"||"United Kingdom"){%><%=recipient.country.iana%><%}

else{%>uk<%}%>

 

Within the delivery I am trying to use it part of URL..

https://www.xyz.com/<%@ include view='trpPB' %>/en/home.html

 

The compilation error doesnt appear while doing preview in Preview tab of delivery but rather after delivery has executed, and it goes in retry pending until,validity ends.

 

Any thoughts?

TIA!

Re: InDesign problemas con Illustrator

$
0
0

Puedes precisar si es texto normal, o lleva efectos, rellenos,...?

Adjunta una captura o exporta un jpg de un texto que le ocurra eso que dices.

Y detalla por favor los pasos que das para seleccionar copiar y pegar entre ambos programas, no sea que no lo hagas tal y como te hemos indicado.

Re: Can't bring grouped shapes to front?!

$
0
0

that means there is some kind of transparency applied, for reference.

Viewing all 173476 articles
Browse latest View live


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