adobe

Database abstraction layer for AIR (JS)?

给你一囗甜甜゛ 提交于 2019-12-11 07:56:27
问题 I was wondering if there are any abstraction layers for the SQLite database thats integrated into Adobe AIR. I don't expect something like Doctrine or Zend_Db (coming from the PHP world) but a bit more abstraction and comfort would be really nice. I'm using the HTML/JavaScript flavor of AIR so any ActionScript stuff is of no use to me. 回答1: Haven't used this, but ActiveRecordJS supports SQLite for AIR. 来源: https://stackoverflow.com/questions/2011796/database-abstraction-layer-for-air-js

Unable to solve flash error 5000: The class … must subclass 'flash.display.MovieClip'

↘锁芯ラ 提交于 2019-12-11 07:32:33
问题 I'm getting the following error on my flash project 5000: The class ... must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type. I looked at the class and made sure that I import flash.display.MovieClip and I do. I tried to change the base class in the linkage to flash.display.MovieClip but I got the following message: "The base class specified is a native class and will be defined in the player at runtime. It cannot be edited." How can I fix this issue?

Is it possible to create (good) flash animations in flash builder?

这一生的挚爱 提交于 2019-12-11 07:04:03
问题 I know that all the cool animations are created in Flash (the program) unfortunately, I am not very good with it. However I like flash builder, because you can use a markup language and because it is better optimized for large projects. Can you create animations that are as good in flash builder? 回答1: Flash Builder and Flash each have their appropriate uses. While you technically can make good applications with Flash and good animations with Flash Builder, it's much harder than using the

How to use a movieclip as a boundary for another dragable object in AS3?

£可爱£侵袭症+ 提交于 2019-12-11 06:37:38
问题 How to use a movieclip as a boundary for another dragable object? All I know is, we can use a rectangle for boundary in start drag . dragable_mc.addEventListener(MouseEvent.MOUSE_DOWN, start_drag); function start_drag(e:MouseEvent) { var rect:Rectangle = new Rectangle(0,0,100,100); dragable_mc.startDrag(false, rect); } What is the way to drag a movieclip in another movieclip in flash by as3? (like as I shown in pic) 回答1: If it is a dynamic shape, you'd have to log the x,y coordinates of the

Update total value datagrid when drag drop values - Adobe Flex

隐身守侯 提交于 2019-12-11 06:19:52
问题 I have two datagrid, and each has total label. This label sums all the values of each datagrid. When I drag and drop a value from one datagrid to another, the two label total must be updated according to the values of each datagrid. However, a sum is delayed. The code: <?xml version="1.0"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="650" creationComplete="initApp();"> <fx:Script> <![CDATA

IText merge documents with acrofields

跟風遠走 提交于 2019-12-11 06:11:13
问题 I currently have a PdfReader and a PdfStamper that I am filling out the acrofields with. I now have to copy another pdf to the end of that form I have been filling out and when I do I lose the acrofield on the new form I copy over. Here is the code. public static void addSectionThirteenPdf(PdfStamper stamper, Rectangle pageSize, int pageIndex){ PdfReader reader = new PdfReader(FacesContext.getCurrentInstance().getExternalContext().getResourceAsStream("/resources/documents/Section13.pdf"));

AEM 6.3, maven-bundle-plugin automate OSGi SCR metadata for OSGi annotated classes

二次信任 提交于 2019-12-11 06:06:48
问题 I am trying to unit test my OSGI R6 annotated classes. I found out that I have to specify some info in the maven-bundle-plugin: http://felix.apache.org/documentation/faqs/apache-felix-bundle-plugin-faq.html#use-scr-metadata-generated-by-bnd-in-unit-tests --> Use SCR metadata generated by BND in Unit Tests. If I invalidate cache in Intellij and restart and try to execute my test again it fails. If I manually trigger the manifest goal of the maven-bundle-plugin and run the test it succeeds, can

Check InDesign Links for missing XMP - DocumentID and InstanceID

时间秒杀一切 提交于 2019-12-11 04:56:32
问题 I am using ExtendScript to work on metadata information of .indd files in InDesignCC 2019. My requirement is that I need to access all individual links metadata associated with the .indd file and see whether any of the links metadata is missing DocumentID and InstanceID . If any of the links metadata do not have a value for DocumentID and/or InstanceID properties then I need to display the file name associated with that link, indicating that, that particular file is missing a DocumentID and

IFilter or SDK for many file types?

假如想象 提交于 2019-12-11 04:51:53
问题 Does anybody know of an API/SDK or IFilter in .NET that can read the subject ('title' metadata) and text from the following files: .PDF .DOC .XLS .PPT .CSV .TXT .DOCX .XLS .PPTX + the OpenOffice and Open Document standards. Open source would be awesome... but commercial is OK too. I can't find anything anywhere! 回答1: I don't think you will be able to find a single IFilter that will be able to access the contents of all of those types. Typically, an IFilter will be for a specific technology.

Installation of Adobe Air 3.7 SDK for Flex on Mac OS

谁说胖子不能爱 提交于 2019-12-11 04:31:44
问题 It sounds so simple and probably should be, but I just spend 3 hours trying to get the most basic setup running and I'm lost in the mess Adobe created. I followed a couple of tutorials and documents but none seem to be working. All I want is to generate a Flex for mobile project with the latest Air 3.7 SDK. I tried steps to replace the airsdk that is now deeply hidden in flashbuilders eclipse folders. That only allowed me to create an actionscript for mobile project with 3.7, but not a Flex