『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Revision: 14923Revision: 14923Author: klin@adobe.comDate: 2010-03-22 15:31:09 -0700 (Mon, 22 Mar 2010)Log Message:***********Merge revision 14922 from 4.x to trunk.Fix for http://bugs.adobe.com/jira/browse/SDK-25919. For a non-mirroring application, we were calling invalidateLayoutDirection at startup even though we start out with the right layout. The fix is to default oldLayoutDirection to "ltr" so that we skip these calls at start up.QE notes: NoDoc notes: NoBugs: SDK-25919Reviewer: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25919 http://bugs.adobe.com/jira/browse/SDK-25919Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14922Revision: 14922Author: klin@adobe.comDate: 2010-03-22 15:22:39 -0700 (Mon, 22 Mar 2010)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-25919. For a non-mirroring application, we were calling invalidateLayoutDirection at startup even though we start out with the right layout. The fix is to default oldLayoutDirection to "ltr" so that we skip these calls at start up.QE notes: NoDoc notes: NoBugs: SDK-25919Reviewer: HansTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25919 http://bugs.adobe.com/jira/browse/SDK-25919Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
I've made an input TextFlow and populated it with some default text. No matter what size I specify using setCompositionSize, only the area that is populated with text is selectable. This also means that as I add text a greater area is defined and as I remove the area is diminished. If all the text is deleted, and the focus is removed, the flow can no longer detect the mouse.How can I define a static area for the mouse to detect in order to focus on the TextFlow?
I have a long list of A links in my TextFlow XML but the block of text is rendering as one link instead of individual links. If I add a character between each link it is fine. How can I stop the importer from converting them into one link?
Hi there,My question is related to the basic architecture and structure. Well, I am trying to understand and implement the cairngorm architectural framework into my web application project. The technologies I am working with is .NET, Weborb. IIS, MySQl and Flex builder. Could any one please provide me with a breif overview of how exactly cairngorm MVC is working on client side and connecting to the .NET object to enable client-server communication?Thanks
I've examined the Cairngrom 3 Beta examples and i'm very glad that it's now about MVP and IoC.But there is one Promblem which is not covererd neither by the Cairngorm examples nor by any of the IoC framework providers:What if you have custom ItemRendereres or Repeater components or just adding childs dynamically in action script?Which would be the best way to inject PM's and establsih communication is such an environment?
Hi, I am dispacthing event from the result of my command(Dynamic). This event is handled on view using parsley MessageHandler. This event is not received on view. I have debug the code of my command and found that the destroy method of command is called before command result. So I think when command is removed from context then it would not be able to dispatch event. Please help here to find the solution of this problem. I am sharing my code below for reference I am defining the command in config like this:- <DynamicCommand type="{GetAccountDetailsCommand}" messageType="{AccountEvent}" selector="{AccountEvent.GET_ACCOUNT_DETAILS}"/> and my command execute method is like this:- [Command(selector="get_account_details")] public function execute( event : AccountEvent) : AsyncToken { _accountDetailsModel = AccountDetailsModel(event.model); return _service.getAccountDetails(event.serial, new ServiceResponder(result, fault)); } and I am dispatching event in command
Revision: 14908Revision: 14908Author: sramaswa@adobe.comDate: 2010-03-22 06:21:15 -0700 (Mon, 22 Mar 2010)Log Message:***********Merging revision 14898 from 4.x branchQE notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage.Doc notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage. We need to update the docs to reflect this in the samples.Bugs: FLEXDMV-1900Reviewer: SameerTests run: checkintests Is noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-1900Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/bundles/en_US/olap.properties flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
Revision: 14902Revision: 14902Author: sameer@adobe.comDate: 2010-03-22 05:15:22 -0700 (Mon, 22 Mar 2010)Log Message:***********Merging revision 14901 from 4.x to trunk.QE notes: NoDoc notes: NoBugs: NoReviewer: SreeniTests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/controls/AdvancedDataGridBaseEx.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14901Revision: 14901Author: sameer@adobe.comDate: 2010-03-22 04:51:33 -0700 (Mon, 22 Mar 2010)Log Message:***********Using constant LayoutDirection.LTR instead of "ltr"QE notes: NoDoc notes: NoBugs: NoReviewer: SreeniTests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/controls/AdvancedDataGridBaseEx.as
Revision: 14900Revision: 14900Author: deeptika@adobe.comDate: 2010-03-22 04:02:50 -0700 (Mon, 22 Mar 2010)Log Message:***********Merging revision 14899 from 4.x branchSetting ChartLabel's layoutDirection to LTR always, as it is similar to TextBase / RichEditableText etc.. that are mentioned on the LayoutMirroring spec.Also using newly added LayoutDirection constants file.QE notes: Doc notes: Bugs: FLEXDMV-2361 ( Axis titles are inverted and unreadable when layoutDirection is rtl)Reviewer: Tests run: Is noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2361Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartBase.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartLabel.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/series/BarSeries.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/s
Hi all ,I will be thankful in anybody would help me in working with "FlexPMD" in "Flex Builder 3" without "maven" and "ant". Please help me with detailed procedure.Thanks in advanceaditya
Revision: 14899Revision: 14899Author: deeptika@adobe.comDate: 2010-03-22 03:52:42 -0700 (Mon, 22 Mar 2010)Log Message:***********Setting ChartLabel's layoutDirection to LTR always, as it is similar to TextBase / RichEditableText etc.. that are mentioned on the LayoutMirroring spec.Also using newly added LayoutDirection constants file.QE notes: Doc notes: Bugs: FLEXDMV-2361 ( Axis titles are inverted and unreadable when layoutDirection is rtl)Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2361Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartBase.as flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartLabel.as flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/series/BarSeries.as flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts
Hello, I'm new at flex and livecycle developing. I'm Having a problem because when i create a new flex project on flex builder 3 and select livecycle data services and try to put the server location to my server, not locally i'm getting the same error: "Invalid root. The WEB-INF/flex folder must contain either flex-config. xml or services-config. xml." root folder: 10.0.20.15/ lcds-samples root url: http://10.0.20.15:8400/lcds- samples context root: /lcds-samples Can someone help me?? Thanks from advance
Revision: 14898Revision: 14898Author: sramaswa@adobe.comDate: 2010-03-22 02:53:26 -0700 (Mon, 22 Mar 2010)Log Message:***********QE notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage.Doc notes: The AsyncResponder.fault signature has changed to use FaultEvent instead of ErrorMessage. We need to update the docs to reflect this in the samples.Bugs: FLEXDMV-1900Reviewer: SameerTests run: checkin testsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-1900Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/bundles/en_US/olap.properties flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/olap/OLAPCube.as
I'm noticing some orphaned characters when I center align within narrow columns ...
I don't want tlf scrolling. i have setcc=new ContainerController(container,rect.width, NaN); cc.verticalScrollPolicy=ScrollPolicy.OFF;i have own scroll via tween container.scrollRect of container sprite.But when I select text and move mouse down, tlf reset my scrollRect and all text became visible.How i can prevent this situation?
HiIn my application i am unable to write text before clicking inside the text flow.Is there any solution for this problem so that it will not require to click inside before writing and initialize automaticaly when i start my application.Thanks.
When I use this code: <s:RichEditableText x="20" y="100" color="#2b4381" fontFamily="Myriad Pro" fontSize="17" tabStops="S0 S50 S100 S150 S200 S250 S300 S350 S400 S450 S500" width="494" height="55" whiteSpaceCollapse="preserve"> <s:textFlow> <s:TextFlow> <s:p><s:span color="#f77d0e"><s:a href="http://google.com"><s:span>some text</s:span></s:a></s:span><s:span color="#ffffff">posted 18 photos to</s:span><s:span> </s:span><s:span color="#0693ab">Web 2.0 Silicon Valley Design Team</s:span></s:p> </s:TextFlow> </s:textFlow> </s:RichEditab
As the situation in this picture, I simply created a textlayout dynamically on the stage and rotated it, however it looks like twisted by something.Even though I created a textlayout and rotated it in Flash IDE, it shows the same result.While big font may looks normal, I need a solution of small font rotating without "twisted".By the way, I can't embed font in this project cause chinese fonts need 5 mb and more that slow down the loading speed..
Consider the following code:private function btnEvent_RemoveHyperlink():void { trace('removing hyperlink!'); editManager.applyLink(null, null, true); //currentTLF.color = 0x000000; //currentTLF.textDecoration = TextDecoration.NONE; //editManager.applyLeafFormat(currentTLF);}As part of my rich editing components I'm writing for our Flex 3 apps, I've included add link and remove link functionality like a typical word processor.From the example code I found in the latest API docs I can use appyLink with the parameters above to remove a link but it seems to only do half of the job. The formatting does not get removed unless I specifically go out of my way to do so - see commented code. Also even though it appears that the link is removed from a functiona
Can you not enter linebreaks? When I do I get this error message:ArgumentError: NewElement not of a type that this can be parent of at flashx.textLayout.elements::FlowGroupElement/replaceChildren() at flashx.textLayout.elements::FlowGroupElement/set mxmlChildren()It looks like the element that it is choking on is "\n\t\t\t\t" in the first line break in the MXML: <s:RichEditableText x="93" y="22" editable="false"> <s:TextFlow blockProgression="tb" columnCount="inherit" columnGap="inherit" columnWidth="inherit" locale="en_US" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="collapse" xmlns="http://ns.adobe.com/textLayout/2008"><s:p direction="ltr" paragraphEndIndent="0" paragraphSpaceAfter="0" paragraphSpaceBefore="0" paragraphStartIndent="0" textAlign="start" textAlignLast="start" textIndent="0
Hello,When I type RtL text in a textFlow (which has all properties set, such as direction = "rtl", textAlign = TextAlign.RIGHT ), eventhough the panctuation symbols are correctly placed on the left, the letters are placed on the right while the cursor stays on the left.The same can be seen in you demo: http://labs.adobe.com/technologies/textlayout/demos/Am I missing something or editing RtL text is not supported yet?ThanksNikos
Revision: 14874Revision: 14874Author: deeptika@adobe.comDate: 2010-03-19 03:24:23 -0700 (Fri, 19 Mar 2010)Log Message:***********Merging revision 14873 from 4.x branch.Adding spark scroller's children as children for a halo container if it contains a scroller as child.QE notes: automation swc should be usable without spark.swc. (in MX only work flows or 3.x SDKs) This checkin should not add spark dependency for automation.swc. Doc notes: Bugs: FLEXENT-1245 (QTP does not recognise components with a spark scroller present in a mx application)Reviewer: Tests run: Is noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1245Modified Paths:************** flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/containers/ApplicationAutomationImpl.as flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerAutomationImpl.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14873Revision: 14873Author: deeptika@adobe.comDate: 2010-03-19 02:54:07 -0700 (Fri, 19 Mar 2010)Log Message:***********Adding spark scroller's children as children for a halo container if it contains a scroller as child.QE notes: automation swc should be usable without spark.swc. (in MX only work flows or 3.x SDKs) This checkin should not add spark dependency for automation.swc. Doc notes: Bugs: FLEXENT-1245 (QTP does not recognise components with a spark scroller present in a mx application)Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1245Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/automation/src/mx/automation/delegates/containers/ApplicationAutomationImpl.as flex/sdk/branches/4.x/frameworks/projects/automation/src/mx/automation/delegates/core/ContainerAutomationImpl.as
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.