『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I'm trying to edit this function for a Photoshop extension to include multiple variable names and multiple variable values. Any help is greatly appreciated. Thanks!function variablesAll() { $('.variableTable').children('.singleVariable').each(function () { var typeSelection = $(this).find(".variableSelect").val(); var variableName = "#MSRP" var variableValue = $(this).find(".MSRPValue input").val(); var obj = { kind: typeSelection, key: variableName, value: variableValue } csI
Jag ombeds skapa lösenord med bl.a. övre och undre tecken. Menas därmed tecknens placering på tangentbordet ? Tecknet _ står överst på tangenten och då blir det missvisande. Tecknet ? och = står överst på tangenten men placeras i mitten vid normalskrift. Förmodligen avses placering vid skrift men då förlitar man sig på att den som skapar sitt lösenord har klart för sig att tecknens placering på tangenterna korresponderar med den de får i skrift vilket inte alltid är fallet. När man i Forum lägger in ett ämne blir det blandning av språk. Vore bättre att koncentrera sig på ett språk.MvhLars Almquist
Hi we've been working with Adobe DPS for a while now and we just started using html to support some more advanced interactions. So we inserted the html & assets locally into a webview.When updating these files the webview doesn't update. It looks like the webview is caching everything(html/css/js/images) extremely hard.Is there any way to prevent these webviews from caching just for development purposes?I search on google and adobe air forums and I cant find and answer to my question.Visit here for webpage: WishesChoice
I just installed this free extension for Brackets that auto compiles CSS when you save the LESS file. It contains options for compiling to a separate file, compressing CSS, supressing, etc...This is great!! jdiehl/brackets-less-autocompile · GitHubNancy O.
Hi EveryOne!,I'm newbibe to this group and I'm starting to develop an extension for Photoshop CC 2015.After I configuring everything right and run sample extension from Eclipse, it still returns "extension could not be loaded because it was not properly signed." when I try to open it. This happens to every other development testing extensions. What should I do in order to not bump into this error? Also I changed the My manifest.xml and debug mode 1 etc... but same result happen. Please suggest/advice. -yajivSamples:
Can anyone help me in building flex project with maven as build tool. I go through various sites but none of them work for me.
Has anyone integrated support for the DoD's Common Access Card (CAC) in a phonegap app? I'm looking for a starting point.
This is my first time attempting such a form and I have used the Adobe tutorial located at: https://acrobatusers.com/tutorials/change_another_field. I have managed to replicate the tutorial but not my own document yet.What I am wanting to do is have my Office Locations (which is a drop down menu) once selected, automatically fill the GLCode field. I have completed all the steps until step 12 - there with the following syntax, I get an error:{var DeptData = {Altona Public Health Office:{ GLCode: "880-1-715521211-46060"}, Boundary Trails Health Centre:{GLCode: "XXX-1-715521211-46060"},Carman Public Health Office:{ GLCode: "XXX-1-715521211-46060"},Elie Public Health Office:{ GLCode: "XXX-1-715521211-46060"},Gladstone Public Health Office: {GLCode: "XXX-1-715521211-46060"},La Broquerie Public Health Office:{ GLCode: "XXX-1-715521211-46060"},La Salle Public Health Office: { GLCode: "XXX-1-715521211-46060"},Lorette Public Health Office:{ GLCode: "XXX-1-715521211-46060"}, MacGrego
We are testing a third-party backend analytics program. Our site is a single page, so the results of the demo analytics don't show if anyone is scrolling our site. It appears as though someone clicks on our site then just leaves after a minute or so (no engagement). The third-party company has provided HTML code that we've added to the site. But, they are also asking us to set up an 'on click' function to each of our manual menu items.Here is the sample they provided: An example for your site would be: onClick="track_load('http://sandbox-creative.com/#contact', 'Contact')They also mention that other website builders implement the o'clock code using a <href>.We are not coders or developers. Does anyone know how to do this?
i am creating a brick breaker game in which ball is hitting a square object. i want to change the direction of ball when he hit square object.square is of 15 px. andball is of 10 px. for example if hits on the right side, Speed in x direction will reverse if hits on the left side, Speed in x direction will reverse if hits on the up side, Speed in y direction will reverse if hits on the down side , Speed in y direction will reverse. I tried it hard but still can not understand how to describe each side of the box. any help will be appreciated. here is the code: import flash.events.*; import flash.display.*; stop();// speed of ball in x and y var speedx : Number = 10; &
I am using dreamweaver to create a fitness challenge site. Essentially, whoever has worked out the most minutes will win. The login page will direct users to the next page where the users can add how many minutes they worked out for that day.MY PROBLEM ---- After the users login and are directed to the next page, instead of their username being displayed, it shows EVERYONE'S username.A user could add minutes to any other person if they wanted to, which is a problem.How would I have a user login, so that only their name appears?Each User has a specific value connected to the database
This is a very odd and very weird for me. I find the multiple "Select Box" scripts rather easy to save space on websites and useful to anyone browsing your title box. However, With this particular site I've been working on I have found it difficult to understand why some Select Boxes don't work - especially the script created directly by Dreamweaver's "Select" option (i.e. Insert -> Form -> Select).--> Here's a link to a video showing how the Select Boxes are and aren't working as well as the scripts being used and how they are made. <--Basically they are put together rather simple. Here is an example of the homemade Dreamweaver Select Box after I added all options, with description in italics:<select name="Pick an Anonymous" size="2" id="Pick an Anonymous" title="Anonymous Options"> <option value="#">Pick an Anonymous</option> <option value="http://www.webdomainhere">name preference here</option> <option value="http://www.
Building my first phone app using Dreamweaver CC, Visual Studio 2015, and hopefully PhoneGap to pull it all together. Coding with HTML5, CSS, and Javascript. Goal: create a daily devotional app. Problem: How to have specific text show beneath "today's date"?Any help and pointers towards tutorials would be much appreciated.
Hi, I need to add the following process into my script to create channel layer in my active document.Step 1 : duplicate the current document's background layer copy and open channel mixer and load the preset which i saved in my desktopActually i am having three channel mixer presets in desktop which help loads multiple presets to the active background copy layereg.(Blue,Green,Red channel.cha) presets are there in my desktopBut actually what i get from script-listener plugin is i can able to load only one preset at a time right now.But i need to all these three presets to be used for various situations for different images.In some case i would use red and in some case i need blue channel mixer preset.So is there any possibility to show a popup like which channel preset you want to load based on the user input the script should load the particular preset to the image.Please help me on thisThanks in advance
Is it possible to populate a PDF from a Visual Fox pro fixed field database that I use to store information generated by a program written in Visual C++ ?
I would like to be able to detect if the user is using adblocking software when they visit my website. If they are using it, I want to display a message asking them to turn it off in order to support the project, like this website does.If you enter to that site and your browser has some kind of adblock software enabled, then the site instead of showing the actual ads shows a little banner telling the users that the ad revenue is used for hosting the project and they should consider turning Adblock off.I want to do that on my website, I'm using adsense ads on it, How can I do that?
I'm pretty sure that swc contain the complete swf embedded inside it, but how we can get access of it?so we can play the main timeline.
I am creating a site that allows users to edit my graphics by either replacing the photo or editing some but not all text within the graphic and then allows them to save the new edited graphic to their PC. They will not be modifying the site. I love graphic design, but I'm not a specialist at coding. Any guidance or code that you could provide would be very helpful. Thank you.
Is there anyway to access the creative cloud library panel and a list of its contents relative to the file opened (assuming the file has an existing library associated)?Thanks in advance.
how to configure mongo db for UGC content alone in AEM communities?
Please tell some solution for workflow automation because every time i have draw the path and i need to double click on work path and its prompts for a name to save it. It makes me bored so i need help for making this workflow as auomated.
Hello All,First Post In the Adobe Forums so please excuse if this is in the wrong forum.I am trying to create a PDF file from scratch by going through the PDF Specification. I have had Success with tables, shapes and text; however I cannot seem to get an Image embedded correctly. I was hoping someone may be able to take a look of the formatting of my PDF and see what is going wrong. Any other general tips as to the structure would also be welcome. The PDF file isnt to large and the picture I am trying to embed is 32x32 px jpg with 8 Bits per Component. My Current Method is to open the jpg as a Binary File and insert the whole Byte stream between the "stream" and "endstream" tags.I have attached my PDF attempt and the Original jpg on the National Instruments Forum here.http://forums.ni.com/t5/LabVIEW/PDF-Creation-Inserting-a-jpg-Image/td-p/3345880ThanksCraig
Does anyone know any adobe programs that can convert MOV files to MP4 files like ffmpeg can do?I am trying to open my Iphone 5s files to put them into Premiere but they're just going out of sync (they opened in Premiere fine last year, maybe it's they're updated version?)I tried Prelude but it seems to just turn them into an obscure smaller format that doesn't work.Or does anyone know a clear ffmpeg code that to convert MOV to MP4?Cheers
Hi all,Any help?I try to add plugin to View/Tools menu (Adobe Acrobat X Pro), but no luck (no problem to add to View, Edit, o straight to menubar).Did I miss anything? Is it possible at all?Code used from BasicPlugin from SDK. Here it is (if needed):pluginsMenu = AVMenubarAcquireMenuByName(menubar, "Tools");menuItem = AVMenuItemNew(MyMenuItemTitle, MyMenuItemName, NULL, true, NO_SHORTCUT, 0, NULL, gExtensionID); AVMenuItemSetExecuteProc (menuItem, ASCallbackCreateProto(AVExecuteProc, MyPluginCommand), NULL); AVMenuItemSetComputeEnabledProc (menuItem, ASCallbackCreateProto(AVComputeEnabledProc, MyPluginIsEnabled), (void *)pdPermEdit);AVMenuAddMenuItem(pluginsMenu, menuItem, APPEND_MENUITEM);Plugin menu appears in place if "Tools" changed to "View", "Edit" or even Rotate or other.Any ideas why it's not possible to add to Tools?
I would like to know if there's a way I can add a checkbox to an open dialog.
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.