『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi all,I have a pdf file with links to other documents using JavaScript, openDoc. This works perfect in Acrobat reader and Acrobat pro. Now some user wants to open the pdf in Internet Explorer with the pdf plugin. This works to some extent, other JavaScripts that jumps to other pages in the same document works but the OpenDoc does not. The pdf is located on a file server, and I am using relative paths but I have tried with absolute paths aswell without any success. So my question is, is this feature locked in web browsers per default or am i missing something fundamental?Regards,Ingman
What update site flexPMD plugin for FlashBuilder 4.6 ? and login/password to get it from SVN ?
Hi All,In our flex mdi application, we have multiple windows. And if two or more windows have same field names, tab key travel to multiple windows rather than stay on the current window. How we can restrict tab to stay only on the current focused window.Any help in this regard is very appreciated. Regards,
I've installed the turnkey installation of blazeds.I've started the sampledb, started the tomcat server, chosen the correct configs in my flex client application.I made a simple javaclass "MyTestClass" with a getString method and put it in [turnkeyinstallationfolder]/tomcat/webapps/samples/WEB-INF/classes/flex/samplesI configured a destination in the remoting-config.xml of the samples with source flex.samples.MyTestClass.When I run my flex client application I always get this error message: (below is the code of my java class, flex air client app and the remoting-config.xml)error message[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://lazeTestRemoting.swf/samples/messagebroker/amf'"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncR
I've seen a few posts on this error but none of them seem to solve my issue. I'm trying to upload some files via a FileReference object, with a CF backend. The CFC works fine with smaller files (eg under 300k), but with files over this size, sometimes it works, sometimes it doesn't. When it doesn't work, I get the following I/O Error: IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL: my URL The server side script is working, as I can try and upload a smaller file, and it works. But when I'm getting the I/O error, the app stops before it even reaches the CFC. I've set a Progress listener to the FileUpload object, and it seems to just slow down and eventually stop, throwing the I/O error before file upload has reacherd the total bytes of the file. Does anyone know what might be going on here? Thanks, K.
I have an ant script that, among other things, runs FlexUnit. This runs on a TeamCity build server and worked until we upgraded to AIR SDK 15.The FlexUnit part looks like this:<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar" /><taskdef name="flexunit" classname="org.flexunit.ant.tasks.FlexUnitTask" classpath="${LIBRARIES_PATH}/libs/flexUnitTasks-4.1.0.jar" /><property name="testpath" value="${LIBRARIES_PATH}/${libraryName}/test"/>... <if> <available file="${testpath}"/> <then> <echo message="Run unit tests: ${testpath}" /> <flexunit  
habe seit längerem bei meinem Adobe Acrobat X das Problem, dass sich die Namen ausblenden. Wenn man mit der Maus drauffährt kommt der Name nach vorne. geht man weg verschwindet er wieder - oder ab und zu bleibt er für ein paar sekunden bestehen - schau folgenes BildWas kann man da machen - alle Updates sind drauf und reparieren wurde auch schon mehrmals durchgeführt
I am attempting to call a web service using ActionScript. The web service provider requires that I use HTTP Basic Authentication to communicate my SOAP requests. I cannot seem to get this done in ActionScript. If I instantiate a WebService object and call its SetCredentials method, I get an error "Authentication not supported on DirectHTTPChannel (no proxy)". I have the WebService object's useProxy property set to true. HELP!
Hello, I am trying to build a flex project (ActionScript/ robotleg), via ant-build. I am facing the below given error trace. But that works perfectly when I do a quick build.Not sure why it is not working in default build and working in quick build alone? Need some helping hands to fix this issue...[flexunit] ReferenceError: Error #1065: Variable com.aa.fs.extensions.connectivitymanager.vos::NetworkInfo is not defined.[flexunit] at _TestRunnerApp_FlexInit$/init() [flexunit] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff() [flexunit] at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()[flexunit] at flash.events::EventDispatcher/dispatchEventFunction()[flexunit] at flash.events::EventDispatcher/dispatchEvent()[flexunit] at mx.preloaders::Preloader/timerHandler()[flexunit] at flash.utils::Timer/_timerDispatch()[flexunit] at flash.utils::Timer/tick()[flexunit][flexunit] Stopping server ...[flexunit] E
We are porting a fairly large body of Flex3 code developed under FlexBuilder 3 to Flex4 under FlashBuilder 4. Most of the conversion appears to be working fine, with one exception. When I launch the Flex4 version, all my data interchanges with the server works. Just as it is about to show the UI, the following error occurs: Error: Could not find compiled resource bundle 'components' for locale 'en_US'I am actually using a locale of fr_FR, but I assume it couldn't find that, reverted to en_US, failed again and then barfed. If I look in ~Adobe Flash Builder 4\sdks\4.0.0\frameworks\locale\fr_FRI see a lot of swc files, and of course no 'components.swc'. I believe the problem is that our Flex3 code is using mx components, and the compatibility mode is not properly handling it for some reason. I think this is mostly from our in-house UI library. The properties for that library (and for my main app I am
I am searching for the the sourcecode of FlexPMD to adjust some rules to our needs.Unfortunately the sourceforge page seems abandoned: FlexPMD / Home / HomeAnd the adobe opensource svn requires authentication: http://opensource.adobe.com/svn/opensource/flexpmdCan anybody tell me how to get access to that repository?
Hi,Code below displays a checkbox control in Spark lists:Instructions for use:Create a Spark list and add the ChecBoxIconItemRenderer as itemRenderer.Use the checkBoxField or checkBoxFunction properties to select/unselect checkboxes from list data.Capture the checkBoxIconItemRendererChanged event to be notified when users click on a checkbox.Example of use:===============================================<s:List width="100%" height="100%" id="my_list"> <s:itemRenderer> <fx:Component> <controls:CheckBoxIconItemRenderer &
In my flex application, I'm having a flex-iframe in which I'm loading a HTMLfile. I have to call a javascript function defined in loaded HTML file. I'm making use of callIFrameFunction('jsfunctionname'). I'm using flex-iframe-1.4.6.swc & flex 4.1 SDK. But, the javascript function is not invoked anyhow and it is not executed. I have placed the html file in the same directory where the mxml file resides. I have embedded the code below. Kindly, if you got some ideas, please share your views. <flexiframe:IFrame id="iFrameWithJSfunctions" label="Map" source="pageWithJSfunctions.html" frameLoad="callShowAlert(event)" width="400" height="120" overlayDetection="true" />/** * Call the 'showAlert()' JavaScript method. */ private function callShowAlert(event:Event):void { iFrameWithJSfunctions.callIFrameFunction('showAlert'); }Where showAlert is a js function defined in pageWithJS
Hi All,I am trying to create a interactive adobe form through Live Cycle Designer.My Requirement is that I need to create a interactive Adobe form where i will give user functionality to upload image.Once user will find form he will upload any image and send it back in Email,which will be processed in our system based on value fill by him.Issue i am facing with Image field which is a interactive field and type of 'IMAGE FIELD'.Its working fine to upload image in form but once user send form as XML in XML i am getting value of Image field in Some coded form and not able to understand which type of data it is.I did binding of Image field with a attribute(GV_IMAGE) of type XSTRING and value i am getting in GV_IMAGE.In XML this field has value in more than 3000 lines and i am not able to regenerate Image in my System from this value.Please guide me how to convert image in some unique form which i can understnad in my system or what is the best way to give functionality of uploading Image i
In case, the Coursebuilder plugin of Dreamweaver does not work with CC, which is the last Dreamweaver version it works with?
If I install flash cs3 and cc, Can I make cc fla file in cs3 ( file>save as ) ?
Hi Guy'si'm tryng to create PDF using Adobe PDF java toolkit but i'm getting this ExceptionException in thread "main" com.adobe.pdfjt.core.exceptions.PDFIOException: Invalid license at com.adobe.pdfjt.core.license.LicenseManager.validateLicense(Unknown Source) at com.adobe.pdfjt.pdf.document.PDFDocument.<init>(Unknown Source) at com.adobe.pdfjt.pdf.document.PDFDocument.newInstance(Unknown Source)Please Help me
Hi all,Does the default app provided by the adobe support remote debugging? I cant able to inspect the webpage when i am trying to load my native app using nexus 5.Can any one help me on this?Thanks
My flex application is not support for IE 11 please suggest me with best solution.
In my flex application after some iteration in a page the alert messages not displaying but those are executed.In case for not putting any alert message after some iterations that page is not working it means if i click on any option in my page it is not working.Please give suggestion why it is happening like that. The iterations like in my combo box change the number of pages from 50 to 100,100 to 200 then 200-50 and at one point of time my page is not working. Thank You.
Greetings,I have a specific application for Windows I'm developing where I need to silently print a PDF to a real printer. The trick is I need to set specific printing preferences ... such as color/monochrome, # of copies, page size / source tray, etc. The printer is always set to spool documents, and it is key that I know the job id (even if its already done printing) of the resulting print job.With windows APIs mixed in, I would imagine something like ...OpenPrinter(printername)StartDocPrinter(...)-----> some SDK call to print the document based on the handles I pass it...or perhaps one page at a time after I call StartPagePrinter()EndDocPrinter(...)ClosePrinter()I've been searching for something for days that would give me this sort of control, but I've been finding the documentation very difficult to find on silently printing a PDF through any means other than a command line which doesn't appear to give me the information or control I need.Is this possible with
please i need to know how to disable the last printer used settings to make work a script i am doing.
Hello,I am facing one problem in my eps generation.I've a circular image which is overlapping over another image. (As shown below) But after eps generation it comes out like as shown belowthe black leader is cut by the bounding box of play button image. In SVG it works fine since it uses image masking.Is it possible to apply similar king of mechanism or any other way in eps to get it correctly.If you need more information please let me know.Regards,Dnyanesh
White balance, contrast etc has disappeared from top right of my Lightroom 5 screen. How do I retrieve it? Stupid beginner Mike
How do I set up a <s:TextInput> element so that when the user types, it appears in upper case?I've tried the restrict property, but that doesn't convert the text, and it only would confuse the user because if they start typing in lower case (the norm), nothing happens. How frustrating.I've tried replacing the text property in the change event, but that forces the cursor to the beginning of the field each time.
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.