『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
-
新着順
I know there is a simple answer to this, but I cannot find it. The code I attached to this post yields a security error of the following nature: SecurityError: Error #2179: The Clipboard.generalClipboard object may only be read while processing a flash.events.Event.PASTE event. Thoughts anyone?
Revision: 4669 Author: gauravj@adobe.com Date: 2009-01-26 11:00:48 -0800 (Mon, 26 Jan 2009) Log Message: ----------- Fix for - compiled SWF varies depending on version of java pointed QE Notes: Some mustella tests may need to be updated, as includes will be processed as per the order specified during compilation. Doc Notes: None Bugs: SDK-18168 Reviewed By: Paul tests: checkintests, mxmlcunit Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18168 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcMovie.java flex/sdk/trunk/modules/compiler/src/java/flex2/linker/FlexMovie.java
Hi, the following properties seem to be supported no more in Build 4.0.0.4612: - ImportExportConfiguration.defaultConfiguration - configurationInstance.linkInitialLinkFormat - flashx.textLayout.elements:TextFlowLine: property textLine Ist this intended behaviour? Any workaround for this? Thx David
I recompiled my project using the new library packages as recommended in the other topic I started earlier. Suddenly, creating my TextFlow object by way of import is no longer working. This happens both using TLF builds 4648 and the packages contained within the SDK nightly 4635. Code in question: // Create a text flow var markup:XML = <TextFlow><p></p></TextFlow>; theTextFlow = TextFilter.importToFlow(markup, TextFilter.TEXT_LAYOUT_FORMAT); This worked fine with the TLF version distributed on Adobe Labs from November. With the new nightly builds, importToFlow(...) is returning a null value. I do have an account on the Adobe Bug Tracking System/JIRA but I'm not sure if I hit a bug or constructing a text flow has changed in the past 2 months. Any ideas?
I have a Cairngorm project that reuses a specific value throughout the application (i.e. as an argument for several WebService calls). Where/how should I store/access this value? What is the best practice? Right now, I am storing the value as a static public variable in the Model: [Bindable] public class ModelLocator { static public var __instance:ModelLocator = null; static public var APP_CLASS_ID:int = 4; } And accessing it through the Class: ClassIdNmb: ModelLocator.APP_CLASS_ID
Hi, Here's what I'm trying to achieve. I've an application where some events need to be added to an undo-redo queue. I'm trying to register two commands for the same event by initiating multiple controllers. So that one command does what the event is supposed to do and the other command registers the state of the model for enabling undo-redo. I want it this way so that I can control which actions to enable undo-redo by simply modifying the controller and not having to change the actual commands. Is there a way I can sequence, which of the two commands fires first? I somehow am getting the undo-redo command to fire second which is defeating the purpose. Nishant
Revision: 4653 Author: gruehle@adobe.com Date: 2009-01-23 16:35:28 -0800 (Fri, 23 Jan 2009) Log Message: ----------- Fix RTE in FxFocusSkin.updateDisplayList() when focusManager is null. QE Notes: None Doc Notes: None Bugs: SDK-17789, SDK-18456 Reviewer: Jason tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17789 http://bugs.adobe.com/jira/browse/SDK-18456 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxFocusSkin.as
Revision: 4651 Author: gruehle@adobe.com Date: 2009-01-23 16:32:28 -0800 (Fri, 23 Jan 2009) Log Message: ----------- Group.checkForRangeError() now checks for negative index values. QE Notes: Tests that passed negative numbers to the group API's will now fail with an RTE. Previous behavior was undefined. Doc Notes: None Bugs: SDK-16701 Reviewer: Jason tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16701 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/Group.as
Revision: 4609 Author: gauravj@adobe.com Date: 2009-01-21 11:59:55 -0800 (Wed, 21 Jan 2009) Log Message: ----------- Modify xslt to show [override] and get rid of [read-write] QE Notes: None Doc Notes: None Bugs: SDK-18738 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18738 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml flex/sdk/trunk/asdoc/templates/class-files.xslt
Revision: 4606 Author: gauravj@adobe.com Date: 2009-01-21 09:44:27 -0800 (Wed, 21 Jan 2009) Log Message: ----------- Make policy-file-url optional via the ant task. The policy-file-url - takes a empty sting from the command line to separate two urls. QE Notes: None Doc Notes: None Bugs: SDK-18401 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18401 Modified Paths: -------------- flex/sdk/branches/3.x/modules/antTasks/src/flex/ant/types/URLElement.java
Hi, I want to build a simple video player that plays HD movie content. Can the VideoDisplay component in flex builder 3 be used play mp4/h.264 content? If so how is it done as I have tried setting VideoDisplay's source to a local MP4 file and it will not play? I know for sure that the file is loaded and that it is h.264. Can anyone please help me? Regards Adam Flexchief
Revision: 4595 Author: gauravj@adobe.com Date: 2009-01-20 08:11:25 -0800 (Tue, 20 Jan 2009) Log Message: ----------- Fix for - Example code in ObjectProxy ASDoc page is incorrect Also modify the build.xml for "ant asdoc" QE Notes: None Doc Notes: None Bugs: SDK-18335 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18335 Modified Paths: -------------- flex/sdk/trunk/asdoc/build.xml flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/ObjectProxy.as
Hey, I wanna to add a custom configuration on config.xml What is the best approach to do that? VELO
Revision: 4521 Author: gauravj@adobe.com Date: 2009-01-14 06:01:28 -0800 (Wed, 14 Jan 2009) Log Message: ----------- Fix for - Override information missing for properties and methods in DITA XML output of ASDoc QE Notes: None Doc Notes: None Bugs: SDK-18681 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18681 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
I'm having terrible difficulty with writing Air Applications for compiling with the flex 3.2 SDK. I have two identical basic flex air applications, but one will not compile, the other will. When I try to run the application from flex builder the first app runs fine while the second one doesn't. any ideas? http://www.andy-hayes.com/download/TestApp.zip http://www.andy-hayes.com/download/TestTransparentApplication.zip I've just about had enough of flex builder's bs. tbh.
Hi, I have a datagrid with a vertical scrollbar. When the mouse is over the datagrid i'd like to use the mouse wheel to scroll through its contents. However when i do this the main browser window (which also has a vertical scrollbar) scrolls as well. How can i prevent the main browser window from scrolling when the mouse is over the datagrid so that only the contents of the datagrid scroll? Thanks
Revision: 4488 Author: gauravj@adobe.com Date: 2009-01-12 12:10:58 -0800 (Mon, 12 Jan 2009) Log Message: ----------- Attempt to fix the heap-space issue with the doc target. Also removing some unused code. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/airframework/build.xml flex/sdk/trunk/frameworks/projects/flash-integration/build.xml flex/sdk/trunk/frameworks/projects/flex/build.xml flex/sdk/trunk/frameworks/projects/flex4/build.xml flex/sdk/trunk/frameworks/projects/framework/build.xml flex/sdk/trunk/frameworks/projects/haloclassic/build.xml flex/sdk/trunk/frameworks/projects/rpc/build.xml flex/sdk/trunk/frameworks/projects/utilities/build.xml flex/sdk/trunk/frameworks/projects/wireframe/build.xml flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java Removed Paths: ------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/PumpStreamHandler.java
Revision: 4487 Author: gauravj@adobe.com Date: 2009-01-12 11:14:21 -0800 (Mon, 12 Jan 2009) Log Message: ----------- Fix build.. it didn't like the @7898623 in the asdoc comment so changing @ to &64; Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateShaderTransition.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateShaderTransitionInstance.as
Revision: 4454 Author: gauravj@adobe.com Date: 2009-01-08 14:43:48 -0800 (Thu, 08 Jan 2009) Log Message: ----------- Adding support for @Since to asdoc. Also Fix for NullPointerException is received when passing source without using -doc-sources flag. QE Notes: None Doc Notes: None Bugs: SDK-15056, SDK-18623 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-15056 http://bugs.adobe.com/jira/browse/SDK-18623 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/ASDoc_terms.xml flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/config/CommandLineConfigurator.java
I am trying to control a few properties of a Tree component using properties in the Model.<br /><br />For instance, I have the following properties:<br /><br />public var hierarchyTreeOpenItems:Array /* of Object */ = [];<br />public var hierarchyTreeSelectedItems:Array /* of Object */ = [];<br />public var hierarchyTreeFirstVisibleItem:Object;<br /><br />And I reference them like so:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><mx:Tree xmlns:mx="http://www.adobe.com/2006/mxml" <br /> width="100%" height="100%" borderStyle="solid" <br /> dataProvider="{__model.hierarchyData}" <br /> firstVisibleItem="{__model.hierarchyTreeFirstVisibleItem}" <br /> openItems="{__model.hierarchyTreeOpenItems}" <br /> selectedItems="{__model.hierarchyTreeSelectedItems}" /><br /><br />I am setting these properties in a Command triggered by the initialize Event of
I'm working on an application where I build a tree (in actionscript buildtree()) where I add new leafs from data that is retieve from a remote call. Since the buildtree() function deals with the view - I have this coded in the view mxml. The tree is bound to a XMLListCollection which is updated by the buildtree() function. The RetrieveDataCommand successfully retrieves the data into a business value object. What is the correct Cairgorm method for triggering the builtree() function after the RetrieveDataCommand is complete? I don't want to pollute my Command logic with any specific calls to buildtree() Should I be adding RemoteCommandComplete events to all of my RemoteCommands? and then set the view logic to listen for them? I tried to set a Collection.COLLECTION_CHANGE listener on the Business Value object from my View logic. But it seems to fire before the ArrayCollection is complete. Any experts out there? I'm sure there must be a simple solution for this.
Revision: 4431 Author: gauravj@adobe.com Date: 2009-01-07 13:27:22 -0800 (Wed, 07 Jan 2009) Log Message: ----------- Changing the order in which the inheritDoc are processed. Now the interfaces will be processed in the natural sort order of the fully qualified name. Earlier there was no ordering in place, so the results were different between major java versions. QE Notes: None Doc Notes: None tests: checkintests Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
from svn which files should I omit to just have the open source flex 3 sdk?
Would it be possible to create a template for Cairngorm-based Flex projects, since they all have the same general architecture?: /src /control/events /control/commands /control/Controller.as /control/Services.mxml /model/ModelLocator.as /valueObjects /view I basically want to create this folder/file structure, and then start a new project in Flex Builder using this template. I know I can simply copy and paste the structure from a random folder, but I was wondering if there is any way to do this in Flex Builder. Thanks.
Hi. I am very new to flex technology.Hence finding very difficulty to grasp.My technical knowledge is not too good. SO what should I do to be a professional in this ?
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.