Questions
Als letztes aktiv
2点質問がございます。・下記3点の違いが記載された比較資料はございますでしょうか?Adobe Adobe Flash Builder 4.5 Premium(通常版)Adobe Adobe Flash Builder 4.6 Premium(通常版)Adobe Adobe Flash Builder 4.7 Premium(通常版) ・4.6の保守サポート期限はいつになりますでしょうか?例えば、Win7のサポート終了期限が2020年のような
Is there a way in flex to list all the running Background Services in Android?
Hello. I have attempted many ways on my own to extract text directly from a pdf but the issue I am having is this.I have a large pdf file that is a combination of many forms totaling 900 pages. Essentially what I am doing is breaking that file every 5 pages to create 180 smaller files and that works fine. The challenge I have is that in order to name the file once extracted; I need the last name, first name and middle initial from page 1. Unfortunately the code I have which works very well for the first file; doesn't for any subsequent files. It seems the x, y coordinates of the fields in question vary from one file to the next. There is no rhyme or reason to the coordinates that I can see so I cannot even create an algorithm for them.Is there a way to remove all formatting and images and everything from a PDF so I can guarantee my get is fetching the right text from a consistent (x,y) coordinate?
1. Flex application get from ColdFusion next value = "0E-18".2. ColdFusion get from MSSQL decimal value = "0.000000000000000000". (decimal precision are 18)Issue/Bug:1. How I can show "$0", that mean currency + "0".2. Now flex application show the value = "-$18".Can you suggest me some solutions?
I get the following msg when I try accessing https://secure.echosign.com/public/oauth? redirect_uri=https://myserver.com& response_type=code& client_id=CBAThIsIsNoTaReAlmPBvPF& scope=user_login:self+agreement_send:accountwith my proper redirect_uri and client_idUnable to authorize access because the client configuration is invalid: invalid_request
I am busy trying to write a basic application in vb.net to select a specific node in a 3D PDF using acrobats 3D API. I am viewing the 3D PDF in a form using this code: Dim avdoc As Acrobat.CAcroAVDoc Dim pddoc As Acrobat.CAcroPDDoc Dim jso As Object Dim a3d As Object avdoc = CreateObject("AcroExch.AVDoc") avdoc.OpenInWindowEx("C:\Users\Marcel\Documents\TFC Test\3C555-01-01.pdf", Me.Handle.ToInt32, 1, True, 0, 1, 1, 0, 0, 0) pddoc = avdoc.GetPDDoc() jso = pddoc.GetJSObject a3d = jso.getAnnot3D(0, "3D Annot 0") a3d.activated = True Ms
We are trying to do failover testing of the Application Server as well as Webserver. Following are the steps that we perform1. Have both the webserver in running state2. Stop the first webserver that will have the request route to second webserver. Now the request will be routed from second webserver.3. Start the first webserver and then stop the second webserver. Here is where we get Duplicate Session exception as follows.It would be great if someone can guide me to resolve the issue.
we have flex 3.5 based application which are causing Unexpected Error - Unknown error: Please see log info. on different flows of our application after Windows patch.Flash player used 26.0.0.151We are using Ant for building and library and then Adobe Flash builder 4.5 to build application.It deployed on WebLogic Server
I have replaced save function gcbAVAppSaveDialog = (void*) ASCallbackCreateReplacement(AVAppSaveDialogSEL, AdobePluginHelper::AdobeAppSaveDialog); REPLACE(gAcroViewHFT, AVAppSaveDialogSEL, gcbAVAppSaveDialog);And when i set password security (In adobe acrobat 2015 with last updates) then open this document in Adobe Reader DC standard Adobe dialog appears instead of replaced dialog. I set breakpoint in my function and it not reachable (i mean Adobe for some reason omit my function and calls self implemented func)
When will Flash Builder 5 be released?
Hi,I am trying to open a PDF file with 48 pages and i get an error."There is an error while reading a stream". I tried to open the same PDF from another system and I see a different "Out of memory" error . I m downloading the file from IE11.The PDF works fine when being downloaded from chrome. I tried to open the PDF by another PDF reader and i was able to open it successfully. I use Acrobat Reader DC latest version and Windows 7. The document is only 140 KB.Please advice on a cause for it and a workaround/remediation to be used until it is fixed.Thanks.
Hi All,I am a newbie to flex and working on very old flex application which is built 8 years back. I am trying to revive that application. I tried to use flex SDK 3.0 but it failed with below message.Error: Could not resolve <mx:AdvancedDataGrid> to a component implementation.It seems it needs flex 2.0 SDK? Any idea where can i get it? or Is there any other option available to resolve above error?I tried to google and found few reference but nothing is working.Below is one of them. But for this person it fails while running. In my case it fails at compile time only.FlexCoders - Could not resolve <mx:AdvancedDataGrid> to a component implementation. Thanks in advance.
Is it possible to run FlexUnitTests on a Flash Professional Project? (created within Flash Builder)I notice when I create a FlexUnitTest in my Flash Professional Project FlexUnitApplication.as and FlexUnitCompilerApplication.as get created, however nothing is generated in the bin-debug folder, meaning that when I try to run tests, I get the error: "File not found: file:/blabla/bin-debug/FlexUnitApplication.html"Seems to work fine in Actionscript projects, I tried moving "FlexUnitApplication.html" over from the bin-debug of an Actionscript project, that didn't help!
Hi,We use Adobe LCA in our project. we implement with Microsoft .NET C# language in our project.My question is: i want to get the xml from the pdf document.steps i perform is.1)Get the current xml from Database.2)Load the current xml into pdf form, by calling LCA webservice. Once the form is loaded, xml is updated/changed.3)Get the new xml from Pdf.We used webcontrol in c# to load the pdf.how to convert the pdf to xml , we have the schema/class for it.Could you please give the code in c#.i believe we need to use some memory stream/ input stream/ byte array conversion.
Hey all,I am starting down the path of creating a mobile application and I have a need for a deviceid (something unique to the particular mobile device.) so that I can register the application for use with Multi-Factored Authentication. Is there an API somewhere in the Flex Framework or the upcoming mobile release where I can access a unique id for the device the app is running on?
Hello Team, Please provide me with info to build phonegap app to native app for android
Hello I got a question, I want to build gamemain.swf , I got full folder with project , it is already written good , I just want to make it .swf .. Can you please help me
Hello,I make javasript,php web to apk from phone gap, how i connect this apk my android mobile ksweb local server.Thanks
I still don't quite understand how the job of a front end developer works. Do you make websites with a group or alone? If you do it in a group how is the work divided up? Does one person do a part and another person does another? It's not the most interesting question but one I still wonder about.<Clickbait link removed>
I'm trying to build the obsolete project Tamarin. Here is the Mozilla archive:Tamarin - Archive of obsolete content | MDN and build instructions:Tamarin build documentation - Archive of obsolete content | MDN I need to check out the actionscript compiler and I tried, but get a authentication error with:svn co http://opensource.adobe.com/svn/open...box/asc-redux/ ascI used to work for Adobe in 2006 and no I'm not lying. Can I sign up for svn acccess? A public account?Also I am interested in the Flex compiler or Falcon. Any information about Tamarin and Falcon would be greatly appreciated. I know Falcon is on github.My personal goal would be to maybe sometime have a browser with a only actionscript built into the browser. Like JavaScript is now. something like SpiderMonkey.
I am using an Mx version of flex data grid with the flex 4.6 sdk, i enabled the datagrid editable property, however whenever i click on one of the editable columns the datagrid scrolls to another editable column instead of the clicked column.Another problem, For example when click on row 2 after editing row 1 the datagrid scrolls to row 2 and scrolls row 1 out of view on the datagrid please how do i fix these issues thank you for your help
Hi all,I'm trying to compile and execute the FreeGrid example contained in SDK, as written in the Adobe Illustrator CC Programmers Guide at page 35 I tried to import FreeGreedUI project in Flex Builder but I got an error:The folder does not contain a valid Flash Builder Project.Does anybody knows the correct way to import and compile the sample projects?Thanks.Luigi VillaUpdate:I tried to import example projects in Eclipse Adobe Extension Builder 3 but but even that did not work.it is possible that there is not a decent documentation?
I have written a simple PlugIn to liase with out Document MAnagement software, all the system does is essentially log the current open file and pass that to an external DLL call for the document manager). This worked find but as of a month ago when trying to initialize the External DLL is claims Class Not Registered (from the compiled Add-In, that was working the previous day.). I have now taken all the external dependancies out of this DLL so all it does is display a message box, same thing. I have compiled both the plugin and external DLL in 64 bit and 32 bit and still the same (using the appropriate regasm tool to register it). This isn't just on a local machine though,,, it occurs on all I tested on,Have come to a bit of an impasse and need help or guidance.Thanks in advanceDanny
Hi, I'm very frustrated that I can't easily get help for my problem!My developer is asking for the login details in order to use fonts for our new site via Typekit. I've already given them the javascript code. Should I give it to them, thereby allowing them access to my entire Adobe account? Help please.Theresa
Hi, I'm doing a project with ActionScript with the Gradlew builder. Can someone tell me how to use FlexUnit to test the program?Thank you so much, I need help
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.