Access PSD Marquee Section Style via Scripting?
貂明朝のwebフォントにおいて、Firefoxでcssでの文字色指定が効かない件
貂明朝をwebフォントとしてつかっていたのですが、FirefoxでのみCSSでの文字色指定が効かなくなっていました。
以前の、
<script src="https://use.typekit.net/********.js"></script>
<script>try { Typekit.load({async: true}); } catch (e) {}</script>
と言う形で読み込む場合は、CSSが効いていました。
現在の、
<script>
(function(d) {
var config = {
kitId: '********',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading \b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElements ByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange =function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try {Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
と言う形になってから、効かなくなってしまいました。
サポートに問い合わせをしたのですが、
>確認したところ、弊社の検証環境では「貂明朝」をwebフォント化させてCSSにて文字色を変更すると
>Firefoxでも色の変更が反映いたしました。
と返信がありました。
こちらの問題に関して、お知恵をお借りできないでしょうか。
よろしくお願いします。
BUTTONs NOT working?
Hello experts,
Pl. advise us is there any way to capture the trace/log after user clicking a (push)button on Adobe Interactive Form, we developed it by using Adobe Live Cycle Designer.
Issue: Earlier its working fine that when user clicks the SUBMIT button then the user inputted data is saving in back end and some buttons navigated user to some predefined URLs/IE browser windows, well, but after JavaStack upgrade the SUBMIT/any button is not working!!, so we want to capture the trace/log after user clicks the SUBMIT/any button on the form, is there any way/method/tool, pl. advise us? Thank you
Scene plays fine the first time, but frames drop on subsequent plays
I've got a program I'm developing using Adobe Animate for projection mapping. Right now the system spends most of its time on the first scene of the project named "Main" and then when it gets a signal from an external control program transitions to another one of several Scenes which I'm calling the "Show Scenes" based on the input. These scenes have synchronized music with animations and are also sending synchronized OSC commands to a DMX program.
Here's the issue I'm having:
The first time, the "Show Scene" always plays perfectly. Every time publish the file and hit the external command it loads up, and does its thing and then returns to the Main scene, just like its supposed to.
But then the second time I sent the external command, it always starts off with some serious dropped frames for the first few seconds and then seems to fix itself.
Any idea why it always does it the 2nd, 3rd, etc. time, but never the first? Also, is there anyway to pre-load the scene so it doesn't have these dropped frames which are resulting in very jerky animation? Would loading external swfs instead of using Scenes change the dynamic?
After Effects自体のフォントが突然変わりました
Get a list of available styles before applying them
Hi,
I used screen listener to create a function which applies layer style to a group.
Is there a way to produce a list of all layer styes, currently loaded/existing in the application?
I what to check if the style exist before applying it.
function applyStyleToGroup(style) { var c2t = function (s) { return app.charIDToTypeID(s); }; var s2t = function (s) { return app.stringIDToTypeID(s); }; var descriptor = new ActionDescriptor(); var reference = new ActionReference(); var reference2 = new ActionReference(); reference.putName( s2t( "style" ), style); descriptor.putReference( c2t( "null" ), reference ); reference2.putEnumerated( s2t( "layer" ), s2t( "ordinal" ), s2t( "targetEnum" )); descriptor.putReference( s2t( "to" ), reference2 ); descriptor.putBoolean( s2t( "group" ), true ); executeAction( s2t( "applyStyle" ), descriptor, DialogModes.NO ); }//applyStyleToGroup
Premiere 2019 = Nightmare
Hi,
I'm working on a documentary project for a year and a half and it's nearly finished. But I upgraded to Premiere 2019 and ever since it all has been a nightmare. Firstly the project would freeze just after 2-3 minutes working. And now, when I try to launch the project, Premiere shuts down automatically, which means that I cannot even access my project. I tried, but obviously I cannot open it with Premiere 2018 and I feel trapped. Any suggestions or ideas would be highly appreciated.
Additional info: the project is 900GB, but I created proxies for all files and I work with 1/4 resolution (both paused and playback)
My computer is an i7, 16GB, Geforce GT 850M
Thanks.
LR Classic endlessly crashing on launch
OK, I've been at this for a while. Was importing many many photos (overnight) and found that LR had crashed in the morning. Have not been able to open it since. Running the latest version of LR Classic on an iMac. I have about four different catalogs that I use for different work.
I have tried everything - multiple times - that I can find online -
Reinstalling
Rebooting
dumping preferences
changing .mcat to .old
option shift launch
switching to another admin profile - IT OPENS, but I all my stuff is under the other profile. In any case, the shows that the app is ok
This is what I get in the "problem report" when it crashes:
terminating with uncaught exception of type lrperf::lrperformancedberror: database disk image is malformed
abort() called
Something is tripping it up every time I try to launch and I cannot find what it is! Going a little bonkers.
Thanks
image cropping and saving actionscript help.
I have several images that I want to save individual sections of each each image in a numerical format...
For example:
Image = 256 x 2048 (4 sections of 256x512 to be saved individually)
actionscript process I'm trying but not working..
Marque preset size set to 256x512
- Selected section 1 Marque preset size
- Crop
- Saved as example-1.tga
- undo (step backwards) to original image
- select section 2 Marque preset size
- crop
- saved as as example-2.tga
- undo (step backward) original image
- select section 3 Marque preset size
- crop
- saved as as example-3.tga
- undo (step backward) original image
- select section 4Marque preset size
- crop
- saved as as example-4.tga
- undo (step backward) original image
End result should be 4 .tga files that are 256 x 512 and saved as: Example-1.tga, Example-2.tga, Example-3.tga, Example-4.tga
which should equal 4 parts of a total image of 256x2048
For some reason recorded actionscript errors / stops at the undo option like it doesnt recognize this part..
So was wondering if anyone might be able to clarify this to what and or how it should work correctly.
Any way to install Flash Player 10 on Adobe Flash CS3?
Hello!
CS3 is 12 years old. But it's what I have. The thing is that I need to export a String to a text file with FileReference like this:
var mytext: String;
mytext = "abc";
file.save(mytext, "data.txt");
And I get an error. I checked the internet and I need to change my compiler version to 10. But the thing is that in my list, it stops at Flash Player 9. Is there any way I can install the 10th version for the compiler? I really need to get this done.
Can’t import Images from whatsapp
For a week I can’t import images that are send to me using WhatsApp. All other images are no problem... How can I solve this?
Can't place object in Dimension, stuck on loading screen
Dimension opens up just fine. Whenever I either create a new document or attempt to take a tour, I'm unable to drag in an object from the sidebar into the scene without getting stuck on a never-ending "Loading..." dialog box. The object never appears, and the only way to restart Dimension is to force close it from the Task Manager. This happens with any type of object that I attempt to drag in. This is my first time using Adobe Dimension, and I'm running the latest version on Windows 10. I've included a screenshot of the screen I get stuck on. My laptop has 8 GB of RAM and an AMD Ryzen 5 processor. I don't think my computer is too slow; after all, it's brand new and runs everything faster than my old computer, but I could be wrong. What causes this?
Dynamic Linking washes out colors
Hello everyone,
For the last few months, I've been desperately trying to solve this problem - when I dynamically link a Premiere Pro project to another adobe program, it washes out colors. I know it's dynamic linking the issue because it does the same thing when I use media encoder and after-effects.
The most striking effect is the blacks look much lighter than they should be. However, when I export through Premiere, the colors are just fine. Does anybody know how to fix this issue? I've looked through the Forum again and again, and nothing seems to solve my problem.
Thank you.
Out of Gamut Warning- Help!
Hey everyone,
I use Photoshop and work in CMYK for design and printing, yet every time I export images out, it changes my whites to off white or grey, and when I even print them, the white comes out the same way, and doesn't utilize the white of the paper, thus making my white appear dingy. I select a pure white in the color picker, it prompts me that its out of gamut, but I am finding there is no what to turn it off, or override it, as it always selects a different "white option" each time, and it is driving me nuts. Clicking the warning option only changes the color to the dingy looking ones, and I have even gone as far as to try to work in another color space (RGB) and that even yields the same results. I need to know how to turn off this warning, or at least how to override it so I can get the pure white, and not have it alter every color that I do, otherwise I am going to have to look into other options, because its becoming to much of an issue. Thank you in advance!!!!!
Pen Tool Lag (2018 CC Update)
Hello forum,
The pen tool is unacceptable laggy since I updated Photoshop CC the the most recent version. I must wait 1-3 seconds for a point to appear, sometimes the point never appears. If I ignore the lag and continue to place new points with the pen tool, the points will appear all out of the order I placed them in and with strange curves in between them.
I do not believe it is an issue with the computer hardware, as I have had the problem on two different iMacs with the same configuration. (listed below)
I've updated Photoshop CC to the most recent version and it has not solved my problem.
Computer Stats:
4.2 GHz i7
40GB Ram 2400 DDR4
8GB VRam (Radeon 580)
1 TB SSD (500GB free)
Photoshop CC 19.1.0 Release
I am desperate for help. I have resorted to using the polygonal lasso tool which is painstakingly slow for tracing curved objects. I edit hundreds of photos every day and I am about to have a heart attack from the stress of this issue. Adobe has not been able to help me via phone support.
Discussion moved by moderator from Adobe Creative Cloud to Photoshop
Facebook facebook
Facebook facebook
Simulating worn paint.
Hello Folks, This is my first post on the forum as I try to work things out for myself.. but this one has got me beat. Is there a way to represent worn paint in Photoshop ? I can render a 3d solid model in Vred using a multipass material ie, base steel and top coat paint , if I export the rendered image into photoshop is there a method of "Chipping " the paint to show the steel underneath?
Regards,
Raymond Anderson.
How to integrate Troubleshooing template into my dita output
I am trying to use the DITA specific Troubleshooting topic. I have created number of troubleshooting topics using the template. I have then added these to my ditamap. Upon publishing, the headings do not follow the prescribed structure of other topics.
The headings within the topic do not cascade down, but remain H1 level.
AC Input Back Feed Failure should be 11.1, Cause should be 11.1.1, Remedy 11.1.2.
I understand if I need to customize this myself - but not sure were to go about doing this. Is this controlled by the EDD for this topic type, or is it controlled by the template?
Access to cc apps as an Admin. of Team Account?
Okay.. so I had my own subscription to cc but cancelled it when I purchased a team plan for my lab at school. How do I get my machine to recognize me as the admin of the new account and allow me to use my cc apps? Adobe ID is the same for both accounts?
LR 6.14 and Camera Raw
Hi, i am looking or the latest Lightroom 6.14 I have LR Version 6.0 but it doesent aktualis to 6.14 Now i am looking for thr direkt Link of LR 6.14
I am alos looking for the latetst Camera Raw for LR 6. Where i can find it?
Thanks
Thomas