『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi Adobe Forum experts.I've tried (unsuccessfully) to find the code required to insert into the "Custom Calculation Script" for a form I've designed.I need to insert the code for the Total column in the first three total columns on the right.(New x Qty) + (Old x Qty) = TotalField names are as follows:I would greatly appreciate the assistance.
We're trying to advertise our business on Yelp, so I need to create a landing page to insert into our existing website. Our website was created before my time and it's a web store, so they used OpenCart to create it. Our IT person created an "information" page for me to use as the landing page and OpenCart seems to have its own internal HTML code editor. I can't seem to find much online help for OpenCart that addresses these particular problems and since it's open source, I doubt they have much support.I was hoping I could save time using Muse or Dreamweaver, but OpenCart didn't seem to like the extra code that they created. So I'm trying to simplify it using plain HTML. OpenCart doesn't seem to give me access to the HTML page's header, so I'm not sure how to set up internal CSS rules and I don't know if there's even a way to use an external CSS document.So I'm trying to do most formatting with old-school HTML only. But it still isn't working. Most instructions I've found online involv
We're trying to advertise our business on Yelp, so I need to create a landing page to insert into our existing website. Our website was created before my time and it's a web store, so they used OpenCart to create it. Our IT person created an "information" page for me to use as the landing page and OpenCart seems to have its own internal HTML code editor. I can't seem to find much online help for OpenCart that addresses these particular problems, either.I was hoping I could save time using Muse instead of Dreamweaver, but OpenCart didn't seem to like the extra code that Muse created. So I'm trying to simplify it using plain HTML. OpenCart doesn't seem to give me access to the HTML page's header, so I'm not sure how to set up internal CSS rules and I don't know if there's even a way to use an external CSS document.So I'm trying to do most formatting with old-school HTML. But it still isn't working. Most instructions I've found online involve using either internal or external CSS which is
Does anyone know the coding to make something say "DOCUMENT EXPIRES 2 WEEKS AFTER PRINTING ON DDMMMYYYY" and have it auto calculate on Adobe Acrobat 9 Standard?
I have a text field in pdf where comb of character value is set to 19 as the value needs to be spreaded across the width of the text field however my value is more than 19 characters. I have tried to substring the value using javascript and putting rest of the value in the next field but setting the comb of character to 19 is removing the rest of the string. please can someone help me to achieve the same.
Hi, I need your help to perform this code.I would like to fix the sourceFolder, outputFolder, outputFilename as the name of the first picture to be merged, the file extension type to tiff (output files)Thank you very much!!! #target photoshop<javascriptresource><name>Batch HDR...</name><menu>automate</menu></javascriptresource>// END__HARVEST_EXCEPTION_ZSTRING*///these lines import the 'Merge To HDR.jsx' script that is built in to photoshop, we will make calls to that script and some of the scripts that it includesvar runMergeToHDRFromScript = true;var g_ScriptFolderPath = app.path + "/"+ localize("$$$/ScriptingSupport/InstalledScripts=Presets/Scripts");var g_ScriptPath = File( g_ScriptFolderPath+'/Merge To HDR.jsx' );$.evalFile( g_ScriptPath ); //$.level = 2;//default settings:mergeToHDR.useAlignment = false;mergeToHDR.useACRToning = false;var numberOfBrackets = 3;var userCanceled = false;var sourceFolder;var outputFolder;var saveType = "JPEG";var j
I really just want to save 1000 pdf to html. I'm current using the OLE server on Windows thru Matlab. I can load and open a document just fine. however, I want to open a document and then call SaveAsHTML. I can open an AformAut.App object but can't figure out how to "bind" it to the AVDoc. The API reference seems to indicate that this is done automatically, but when I call myAformAutObj.Fields.ExportAsHtml('myfilename'), its just an empty html file. How do I manually link the plugin to the doc?Best regards,John
I've implemented a MenuManager-class based on IMenuManager with the CS2-SDK.There I'm not able to implement(declare) the GetActionID-method.Need help
I want to create tables using html coding with the image on left and name on the right. Three on the left and another three on the right side.imagename
First I create the link with the word with a line under them example, but I have no clue of how to link one page to another. I use programmers notepad.
Hi Helpful People:My website is www.kairosprisonministry.org. I have three program images in a Bootstrap Jumbotron, centered in a <div>. The background color is a light blue, and the images have a photo on top, and are in a white box with text as part of the image.I did this to get the site up, because I don't know how to do what I really want. It would be much better to have the text as real text, so it's searchable, but still have the boxes look the same. I'm pretty sure it has something to do with creating a div and using the picture as a background, but I can't for the life of me figure it out. Other sites seem to be able to do it.And if I did that, would it work in a responsive design? I need the text to stay below the picture, obviously.Thanks for your help.Here is a screenshot:
I am trying to generate an arithmetic and geometricseries/sequence with JavaScript. The thing that makes this challenging is thatI am using user input to determine different parts of the formula I am using togenerate each sequence. I have tried to run the formulas, but I found out i wasrunning strings through them and not numbers. How do I generate mysequences/series and still use user input? PS, these are my formulas: (a1 isfirst term, d and r are difference/ratio, and n is the nth term) 1.) a1 + d * n 2.)a1 * r^n
I am using ExtendScript Toolkit 4.0.0.1 on a Mac with system 10.10.5. It goes into the spinning beachball often when I drag to select text or click to place the insertion point somewhere else in the code. There is some hesitation when I type in it. When I looked for a newer version it says the most recent version is 3.8.What is the real up to date version? Where can I get it? Is there a way to unfreeze the app? Command-. doesn't help.
I need to make a numbering sequence like: box #1 or 2000, (next label) box #2 of 2000 and so on until box #2000 of 2000. There are 10 labels on each sheet, 2 columns of 5 labels (4 x 2"). Is there an existing method in InDesign or script a script available perform this task?
Hi All,Below is my requirement in detail.I have a PDF which contains the scanned documents.I want to convert the PDF content to (XML).Can anyone help me out to achieve this using SDK with C#.Manoj K Singh
I am a long time (mostly mainframe PL/1) programmer, now retired, and a self-taught VBA programmer. I have little experience of javascript.I am trying to add a watermark to an existing PDF using VBA from MIcrosoft Access.Here is a code snippet:<-----' This works OK' add a form fieldSet Field = jso.addField("myFormField", "text", 0, rect)Field.Value = "Testing"' add a watermark' ********* This worksjso.addWatermarkFromText ("Testing text")' ********* Below gives a syntax error - if I add ANYTHING after "Confidential"' ********* The Acrobat API reference says this is the syntaxjso.addWatermarkFromText ("testing text", 0, font.Helv, 24, color.red)--->I suspect I'm missing something obvious - can anyone help?
I am learning about coding and is their any tutorials?
How do you make yourself administrator as a user, without be blocked to do so?
I'm developing a Photoshop CC 2015 CEP extension using AngularJS and MobileAngularUI. The extension works great on a Mac, but when I load it to a Windows machine and test, I get some strange errors. First, MobileAngularUI was throwing an error that FastClick was not defined. I managed to patch that one, but seems odd that it only appeared when I loaded it on Windows. Now, AngularJS is not working and I am getting the error "TypeError "<ng-view class="ng-scope">" Cannot read property "prototype" of undefined. Tried another test starting from an empty extension and was able to use only Angular, but when I tried to load in the MobileAngularUI libraries, I received the same errors.I tried a test using Bootstrap (no MobileAngularUI) and got another error (only on the Windows machine) that Bootstrap.js requires jQuery. However, the jQuery script tag was in the index.html file and it was before the bootstrap.js script tag.Both the Windows and Mac machines are setup as development enviro
Hi all, I have been following a tutorial on drag and drop using mouse buttons. I need to do this using touch gestures Touch and Drag.I have the code to do this already but now either I need to start again or convert the code I already have.I have movieClips as shapes and shape targets. The idea is for the correct moviclip to be dragged to the correct targets. If the movieclip hits the correct target it stops and if the wrong target it returns to its starting position. I know I can use hit test point to confirm the moviclips have gone to correct targets.Like I say i have the code to do this with mouse clicks but not sure where to start for mobile devices. I'm new to coding and thought it would be simple to change from mouse to gestures but I don't think I have enough experience.If some wise member could help me to connect this up I would be most grateful.I have been using the function below. As far as I can tell the MovieClip is stored in a variable(item) when it is clicked
Hi,I have a field (SCharge1) in which clients specify the sales charge (0-3%) applied. I would like to check to make sure that the amount entered is between 0 and 3 however, I have modified the percentage format as to divide the amount entered by 100 so that clients can enter 1 and it equals 1% so that clients do not get confused when filling out the form. I have done this by running a custom validation script:if (event.value !== "") {event.value = event.value / 100 ;}I was wondering if there was a way to check to make sure the field is between 0-3 and if not creating an error message to modify the field? I am unsure whether to run the check before or after the validation script and whether to combine the scripts or add a separate option. This is what I tried to check the sales charge after but to no avail:(function () { var v = getField("SCharge1"); if(v >0.03){ var resp = app.alert({cMsg: "Fund Code does not match the Fu
When i type function in the Actions window it shows in red.The example that I am following shows in blue. The code does not work and i am unsure why my Actions window renders some in red and stop(); for example in blue.Can any wise member tell me why this is?I am working in Animate and not Flash Pro.PeaceEDIT: The code does work even though it is rendered in red.I
Need really basic tutorial / lesson/ guide on how to create an interactive game using actionscript 3. Arcade-style game like pong or space invaders with collisions would be good?!? Can someone point me in the right direction pls?
Hi all,I have script to replace the smart object image and I just want to scale it before image got replace.. below is the script:-// replace smart object’s content and save psd; // 2011, use it at your own risk; #target photoshop if (app.documents.length > 0) { var myDocument = app.activeDocument; var theName= myDocument.name.match(/(.*)\.[^\.]+$/)[1]; var thePath = myDocument.path; var theLayer = myDocument.activeLayer; // psd options; psdOpts = new PhotoshopSaveOptions(); psdOpts.embedColorProfile = true; psdOpts.alphaChannels = true; psdOpts.layers = true; psdOpts.spotColors = true; // check if layer is smart object; if (theLayer.kind != "LayerKind.SMARTOBJECT") {alert ("selected layer is not a smart object")}&nbs
I see where I can add a SWF to Cap 9 but don't see how to code for it. Can anyone help?Thx.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.