『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I'm trying to get the position of a FlowElement within its container. I can get the TextFlowline, the start and end position of the element within the Flow and from that I can get the container. I now need to work out how many lines that element sits within the container, work out the top and left of the element in pixels so I can move my viewport to that position.Any ideas? Is there a localToGlobal position for the element?
Revision: 15106Revision: 15106Author: gauravj@adobe.comDate: 2010-03-29 07:48:57 -0700 (Mon, 29 Mar 2010)Log Message:***********Merge branch revision 4.x, 15104 --> trunkOriginal revision notes:Fix for invalid links for @SEE of inherited stylesQE notes: None.Doc notes: None.Bugs: SDK-26002Reviewed By: DarrellTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-26002Modified Paths:************** flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/class-files.xsltProperty Changed:**************** flex/sdk/trunk/
Revision: 15104Revision: 15104Author: gauravj@adobe.comDate: 2010-03-29 07:36:44 -0700 (Mon, 29 Mar 2010)Log Message:***********Fix for invalid links for @SEE of inherited styles QE notes: None.Doc notes: None.Bugs: SDK-26002Reviewed By: DarrellTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-26002Modified Paths:************** flex/sdk/branches/4.x/asdoc/templates/asdoc-util.xslt flex/sdk/branches/4.x/asdoc/templates/class-files.xslt
Revision: 15101Revision: 15101Author: deeptika@adobe.comDate: 2010-03-29 07:08:38 -0700 (Mon, 29 Mar 2010)Log Message:***********Merging revision 15099 from 4.x branchSetting truncateToFit to false so that chart labels would get scaled but not truncated if space is not enoughQE notes: Doc notes: Bugs: FLEXDMV-2359 (Axis labels are clipped in sdk 4.1, since label is used instead of UITextField)Reviewer: Tests run:Is noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2359Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer.asProperty Changed:**************** flex/sdk/trunk/
Revision: 15099Revision: 15099Author: deeptika@adobe.comDate: 2010-03-29 07:00:06 -0700 (Mon, 29 Mar 2010)Log Message:***********Setting truncateToFit to false so that chart labels would get scaled but not truncated if space is not enoughQE notes: Doc notes: Bugs: FLEXDMV-2359 (Axis labels are clipped in sdk 4.1, since label is used instead of UITextField)Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2359Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/datavisualization/src/mx/charts/AxisRenderer.as
Able to buid the prooject with Maven in flex Builder ... but not able to run the tests but i have test methods in my project ... needed help ..------------------------------------------------------------------------------------------------------------------------------------------------[INFO] Scanning for projects...[INFO] [INFO] ------------------------------------------------------------------------[INFO] Building Unnamed - SampleProject:SampleProject:jar:0.0.1-SNAPSHOT 0.0.1-SNAPSHOT[INFO] ----------------------------------------------------------------------
Revision: 15098Revision: 15098Author: deeptika@adobe.comDate: 2010-03-29 06:29:30 -0700 (Mon, 29 Mar 2010)Log Message:***********Merging revision 15097 from 4.x branch.Changing the position of drag proxyQE notes: Doc notes: Bugs: FLEXDMV-2365 ( When layoutDirection is 'rtl', image of the chart item which is being dragged is seen away from mouse pointer)Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2365Modified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartBase.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/charts/chartClasses/ChartItemDragProxy.asProperty Changed:**************** flex/sdk/trunk/
Revision: 15097Revision: 15097Author: deeptika@adobe.comDate: 2010-03-29 06:22:57 -0700 (Mon, 29 Mar 2010)Log Message:***********Changing the position of drag proxyQE notes: Doc notes: Bugs: FLEXDMV-2365 ( When layoutDirection is 'rtl', image of the chart item which is being dragged is seen away from mouse pointer)Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXDMV-2365Modified 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/ChartItemDragProxy.as
How can I get the text under the selection.for example I write:- Text layout framework and I select only the word layout from the whole sentence.now how can I get this selected text.I have worked with following way but it returns me the whole sentence(span element) rather the selected range.if(editManager.activePosition != editManager.anchorPosition){ var Range:ElementRange = ElementRange.createElementRange(textFlow,editManager.anchorPosition, editManager.activePosition);}
Revision: 15087Revision: 15087Author: deeptika@adobe.comDate: 2010-03-29 00:19:07 -0700 (Mon, 29 Mar 2010)Log Message:***********Merging revision 14933 from 4.x branchDrag proxy should be stored always irrespective of whether drag is started in root application or not. However proxy is stored in the automation manager of the root app and root will return the proxy when it is asked for. Fix: Earlier we were storing the proxy only if the application that initiated the application is root. Removed that check now.QE notes: Doc notes: Bugs: FLEXENT-1244 (Main app loads sub app1 in same app domain which loads sub app2 in different app domain drag and drop of list from sub app1 to sub app2 does not get replayed)Reviewer: RaniTests run: checkintestsIs noteworthy for integration:Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1244Modified Paths:************** flex/sdk/trunk/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAutomationImpl.asProp
Is there a template that can be copied and tweaked based on the FlexPMD default ruleset? The default ruleset seems to be geared towards applications rather than library/framework development and we'd like to tweak the rules so we can get a better picture of what we need to look at adjusting on the FlexUnit project. FWIW, we've got our new sets of builds setup with FlexPMD, FlexCPD, and FlexMetrics on Hudson. You can see an example @ http://flexunit.digitalprimates.net:8080/view/Flex%203.5/job/Demo-Versioned-Build/.Any help is appreciated.-Brian
Hi EveryOne, I went through the FlexPMD DeveloperDocumentation and went through the steps provided. I am using Flexsdk 3.5, jdk 1.6, maven2.2.1 to run maven and for building my own Flex PMD CustomRuleSet but after going to the flex-pmd-parent and running mvn install it is showing error::Unable to load playerglobal.swc.Please give any Suggestions on how to fix it.
I am new to this and it would be helpful if somebody lets me know the steps for installing flexpdm and cpd on windows and test actionscript 2 project.
I excecuted the following commands being in flex-command-line directoryjava -Xmx256m -jar flex-pmd-command-line-1.0.RC3.jarjava -Xmx256m -jar flex-pmd-command-line-1.0.RC3.jar -s "C:\Documents and Settings\mmkrishna\My Documents\Flex Builder 3\SchoolWebsite\src" -o "C:\Documents and Settings\mmkrishna\Desktop\OPDir" . -r custom_ruleset.xmljava -Xmx256m -jar flex-pmd-command-line-1.0.RC3.jar -s C:\Documents and Settings\mmkrishna\My Documents\Flex Builder 3\SchoolWebsite\src -o "C:\Documents and Settings\mmkrishna\Desktop\OPDir"the output directory is empty when i checked .. no pmd.xml created.whats the problem exactlythannks in advance aditya
hello every oneIm new to flex andim trying to make some Divehi text work in tlf.Divehi is not listed.Does that mean it FP has no support for it yet?any help in the right direction will be appreciated.thanxahmed
While I tried to run already existing adobe AIR application in Flex Builder3 using Flex SDK4. I got this errorVerifyError: Error #1053: Illegal override of z in mx.core.UIComponent in adobe flexplease anyone help me to solve it
I know I can get the position as a number of characters in from the root but specifically I need to detect exactly where my element sits within the line it is on and in particular if a LINK element object is sat at the start of the line and is not broken.I know you can set the breakOpportunity property to prevent a link from breaking on a line so can I detect if a link has broken?Surely there's a way to detect where an element or character of an element sits on a line.Any help on this would be appreciated. I've been fighting this framework for the last 4 days now ... I need this to work!🙂
Revision: 15083Revision: 15083Author: klin@adobe.comDate: 2010-03-26 15:14:52 -0700 (Fri, 26 Mar 2010)Log Message:***********Merge 15082 from 4.x to trunk.Fix for http://bugs.adobe.com/jira/browse/SDK-25997. The knob in a dividedBox is incorrectly positioned. This is the result of a couple of things in BitmapAsset and SpriteAsset. -Changed rotation setter to set super.rotation when not mirrored.-width/height are now always positive regardless of whether scaleX/Y is negative.-width/height getters now take the full transform into account. Basically, they return the bounding box size now.-Also, BoxDivider sets the layoutDirection of its knob to null (inheriting) in order to be positioned correctly.QE notes: NoDoc notes: NoBugs: SDK-25997Reviewer: Carol, JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25997 http://bugs.adobe.com/jira/browse/SDK-25997Modified Paths:************** flex/sdk/trunk/framew
Revision: 15082Revision: 15082Author: klin@adobe.comDate: 2010-03-26 15:06:02 -0700 (Fri, 26 Mar 2010)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-25997. The knob in a dividedBox is incorrectly positioned. This is the result of a couple of things in BitmapAsset and SpriteAsset. -Changed rotation setter to set super.rotation when not mirrored.-width/height are now always positive regardless of whether scaleX/Y is negative.-width/height getters now take the full transform into account. Basically, they return the bounding box size now.-Also, BoxDivider sets the layoutDirection of its knob to null (inheriting) in order to be positioned correctly.QE notes: NoDoc notes: NoBugs: SDK-25997Reviewer: Carol, JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25997 http://bugs.adobe.com/jira/browse/SDK-25997Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/framework
TLF 1.0 is released. TLF 1.1 is available.http://blogs.adobe.com/tlf/2010/03/tlf-update-march-2010.html
Revision: 15077Revision: 15077Author: klin@adobe.comDate: 2010-03-26 14:24:44 -0700 (Fri, 26 Mar 2010)Log Message:***********Merge 15074 from 4.x to trunk.Recommit 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 some of these calls at start up. We also need to make oldLayoutDirection mx_internal so that subclasses that don't call super.validateDisplayList() can update oldLayoutDirection correctly.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/controls/listClasses/ListBase.as flex/sdk/trunk/frameworks/projects/frame
Revision: 15074Revision: 15074Author: klin@adobe.comDate: 2010-03-26 13:58:01 -0700 (Fri, 26 Mar 2010)Log Message:***********Recommit 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 some of these calls at start up. We also need to make oldLayoutDirection mx_internal so that subclasses that don't call super.validateDisplayList() can update oldLayoutDirection correctly.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/controls/listClasses/ListBase.as flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core
If I create a LinkElement object in Actionscript with the intention to add it as a child to a Paragraph element within my TextFlow object how do I set the text of the link? Do I have to add a Span as well?
I've been searching online for hours about how to skin the scrollbar component thats embedded in the TextLayout component. I'm using Flash CS4 and Actionscript 3. I'm guessing it is very similar to skinning other components, but it doesn't seem to work the same way. Here's one line of code I'm trying:myTextLayoutComponent.setStyle("thumbUpSkin", "SliderThumbUp");where "myTextLayoutComponent" is the instance name of the TextLayout component, "thumbUpSkin" is the Style's skin I want to change, and "SliderThumbUp" is the Class name of a MovieClip in my library.This same code works perfectly with the ComboBox component, UIScrollBar, and similarly with other components.The documentation has all the skins listed in the "Styles" area, but this code does absolutely nothing. Does anyone have a clue how this can be accomplished? I'm guessing I'm very close, but missing something! I haven't been able to find anything online about skinning this new TextLayout component with ActionScript. Any help
Revision: 15047Revision: 15047Author: klin@adobe.comDate: 2010-03-25 17:40:30 -0700 (Thu, 25 Mar 2010)Log Message:***********Merge 15043 from 4.x to trunk.Fix for http://bugs.adobe.com/jira/browse/SDK-25943. Embedded images were not mirroring even when the image component had an explicit layoutDirection set. The fix is to check if the contentHolder is an ILayoutDirectionElement when it is loaded and set the layoutDirection to null (inheriting).QE notes: NoDoc notes: NoBugs: SDK-25943Reviewer: JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25943 http://bugs.adobe.com/jira/browse/SDK-25943Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.asProperty Changed:**************** flex/sdk/trunk/
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.