『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hey, TLF Team...I'm seeing a bug with what gets added to the undo stack when combining begin/end composite operation with operations that are done in begin/end flow op event handlers during the duration of the begin/end composite op calls. I've filed a few bugs through Flex SDK bug system a while back and they didn't seem to funnel through to you right away, so I thought I'd post this one here. This isn't quite a blocker for us right now, but we'd really like to see this one fixed for release if possible.Steps to Reproduce:1. Call EditManager.beginCompositeOperation().2. Call EditManager.doOperation( OpA ).3. Call EditManager.doOperation( OpB ).4. Handle FlowOperationEvent.FLOW_OPERATION_BEGIN event for OpB and within the event handler call EditManager.doOperation( OpB_PreOp ).5. ...allow OpB to do its thing.6. Handle FlowOperationEvent.FLOW_OPERATION_END event for OpB and within the event handler call EditManager.doOperation( OpB_PostOp
Hi,I want to add an image (in the example : a little equation) in a text using the TLF.I have only ONE paragraph and my image need to be aligned, so I set the property baselineShift on the inlineGraphicElement.But the problem is that there is a collision with the next text line (see obtained.jpg).So I tried to set the lineHeight but in this case, no leadingDirection works (because I want space in direction up and in direction down).I would like to obtain a space before and a space after (see expected.jpg), and I can't split my paragraph.Is there any way to do this (like text wrap or ... ) ?Thanks a lot,RegardsOlivier
i was working on a project using the new TLF and embedding OTF's which all works fine except for when i add the italic font weight. because it seems to override the normal fontweight.// Embed the fonts [Embed(source="../../assets/MyriadPro-Regular.otf", fontFamily="Myriad Pro", mimeType="application/x-font", fontWeight="normal", embedAsCFF="true")] private const MyriadProRegular:Class;  
Hi,I wanted to know if it is possible to create 2 spans, one editable and one non-editable together in the same textFlow object?I have looked into the spark primitives and understood that there I can have only a whole editable/noneditable component (RichEditableText/RichText), So I have to use the framework for it, but how ?
Revision: 13301Revision: 13301Author: hneelu@adobe.comDate: 2010-01-05 22:49:53 -0800 (Tue, 05 Jan 2010)Log Message:***********Added flash-integration.swc to external library PathQE notes: Doc notes: Bugs: Reviewer: Tests run: Is noteworthy for integration: Modified Paths:************** flex/sdk/trunk/frameworks/projects/automation_flashflexkit/build.xml
Revision: 13292Revision: 13292Author: klin@adobe.comDate: 2010-01-05 16:56:14 -0800 (Tue, 05 Jan 2010)Log Message:***********Fix for standalone Spinner having only cornerRadius applied to the right side. I changed the Spinner button skins to apply cornerRadius to both left and right sides. However, NumericStepper now requires its own button skins since cornerRadius should still only be applied on the right side for it. I added those and changed the NumericStepperSkin to reference the new button skins.QE notes: NoDoc notes: NoBugs: SDK-19563Reviewer: RyanTests run: checkintests, Spinner, NumericStepperIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-19563Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/SpinnerDecrementButtonSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spar
FlexPMD is working like a charm but I got the following error when trying to use FlexCPD:taskdef A class needed by class com.adobe.ac.cpd.ant.FlexCpdAntTask cannot be found: net/sourceforge/pmd/cpd/RendererThis is my task definition:<taskdef name="cpd" classname="com.adobe.ac.cpd.ant.FlexCpdAntTask" classpath="${jar.dir}/flex-pmd-cpd-ant-task-${flexpmd.version}.jar"> <classpath> <pathelement location="${jar.dir}/flex-pmd-files-${flexpmd.version}.jar" /> <pathelement location="${jar.dir}/flex-pmd-cpd-${flexpmd.version}.jar" /> <pathelement location="${jar.dir}/as3-plugin-utils-${flexpmd.version}.jar" /> <pathelement location="${jar.dir}/as3-parser-${flex
Revision: 13263Revision: 13263Author: klin@adobe.comDate: 2010-01-04 14:07:21 -0800 (Mon, 04 Jan 2010)Log Message:***********RadioButton image was incorrectly centered in arcade and zen sample themes. I moved the verticalCenter and left properties to the parent Group to fix this. Also, re-centered the label.QE notes: NoDoc notes: NoBugs: SDK-24788Reviewer: DeepaTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24788Modified Paths:************** flex/sdk/trunk/samples/themes/arcade/src/arcade/skins/RadioButtonSkin.mxml flex/sdk/trunk/samples/themes/zen/src/zen/skins/RadioButtonSkin.mxml
Revision: 13256Revision: 13256Author: smgilson@adobe.comDate: 2010-01-04 09:43:03 -0800 (Mon, 04 Jan 2010)Log Message:***********Fix broken HTML tag in ASDoc commentQE notes: Doc notes: Bugs: Reviewer: Tests run: checkintestsIs noteworthy for integration: noModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as
Revision: 13257Revision: 13257Author: gauravj@adobe.comDate: 2010-01-04 10:49:13 -0800 (Mon, 04 Jan 2010)Log Message:***********Fix for @inheritDoc not working on a setter, but works on a getterQE notes: None.Doc notes: NoneBugs: SDK-24727Reviewed By: PaulTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24727Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
Hi folks,i configured my ant build file like in the documentation... but FlexMetrics doesn't count the comments. I get a nice list of my packages, how much classes and functions are in... but no count for the comments...<taskdef name="metrics" classname="com.adobe.ac.pmd.metrics.ant.FlexMetricsAntTask" classpath="${flexpmd.dir}/flex-pmd-metrics-ant-task-${flexpmd.version}.jar" onerror="report"> <classpath> <pathelement location="${flexpmd.dir}/flex-pmd-files-${flexpmd.version}.jar" /> <pathelement location="${flexpmd.dir}/flex-pmd-metrics-${flexpmd.version}.jar" /> <pathelement location="${flexpmd.dir}/as3-plugin-utils-${flexpmd.version}.jar" />  
Hey guys, new here, apologies in advance if I'm not following appropriate procedure.Simple question followed by the full story: Is there a way to force Eclipse/Flex Builder to rebuild it's inline drop down code hinting list? I'm not talking about ctrl+spacebar, I mean get the whole program to include features not in an older SDK when you update to a newer one?The full story: I'm adapting some well written code from Keith Hair for finding line intersections, which returns null if no intersection is found. My code returns the x-value from the Point of intersection, but obviously can't return null.x, so I tried to have my code return a NaN when it gets a null from Keith's function. A quick look at the Flex API for Number reveals that the static constant NaN is available as Number.NaN, so I go back to Flex Builder type "Number.", the code hinting list pops up, and low and behold "NaN" ain't there.Because I like to jump to the worst, I assume my SDK is out of d
Hi,I cannot use the addChild function on a hierarchicalCollectionView object, when the parent element is a leaf node.When the selected node already has children, it works, but if the new node would be the first child, addChild returns false.How can I add a new child to a leaf?Attached you'll find a small example (rename .txt to .mxml then). Try to click on the button when "Part1_1" is selected in the tree. -> doesn't work. If any other nodes are selected, it works.Thanks a lot for you help,Bye,Fritz
Hi everyone this is a bit confusing i installed textLayout Component for flash CS4 using adoe extension managerAfter that i opened Flash CS4 professional then i choose a new document ActionScript 3.0 and the flash player version is 10but i didn't found the textLayout component in the component panel and i don't know why i reinstall it many times but nothing happen anyone had this problem before.please reply me if you have great solution.Thank you,Khaled
Hi there, having the following pblm. Using pmd 1.0 (latest available version, archived named 1.0.1 something)BUILD FAILEDjava.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1938) at com.adobe.ac.pmd.nodes.impl.MetaDataNode.compute(MetaDataNode.java:54) at com.adobe.ac.pmd.nodes.impl.NodeFactory.createMetaData(NodeFactory.java:41) at com.adobe.ac.pmd.nodes.utils.MetaDataUtils.computeMetaDataList(MetaDataUtils.java:46) at com.adobe.ac.pmd.nodes.impl.FunctionNode.compute(FunctionNode.java:120) at com.adobe.ac.pmd.nodes.impl.ClassNode.detectFunction(ClassNode.java:306) at com.adobe.ac.pmd.nodes.impl.ClassNode.computeClassContent(ClassNode.
Hi I am creating an application which take the input from the open XML of MS Office, and plot the text same as the powerpoint . But the default spacing between the each word of the paragarph not same as the powerpoint, so the text goes to the new line. I attached a file which gives the clear picture. so please let me know if anyone know the solution. Thanks
Hi I am using textLayout.swc in flex 3 Bulider (SDK3.4Ver), and flash player 10.0. to create an application to plot static text by using information from XML. the output is not same , I think it is the problem of of kerning, I use Kerning property but it not reflects any change.So please let me know if anyone know how to use kerning property and decrease the character spacing.
Hello,I'm using AS3 with CS3 to do some design involving working with dynamic text field for arabic text.This staetemnt works just fine:var strValidate_txt.text = "خُرُوجْ"; // a dynamic text field - result OKhowever when I try to build the string characyter by character:var strValidate_txt.text = "";strValidate_txt.appendText("خ");strValidate_txt.appendText("ر");strValidate_txt.appendText("و");strValidate_txt.appendText("ج");the resuslt is a string with dissjointed characters وجرخ I couldn't find a way to fix this in Flash CS3. I'm wondering if upgrading the Flash CS4 with the new TFL will solve me this issue?still need to convince my boss to pay for the upgrade!Thanks for help
Hi,I have attached 2 images which show two different senarios using the "Adobe Arabic" Font for the TextLayout Component:1) The first image shows using the System Font "Adobe Arabic" which represents the correct glyphs and join the properly.2) The second one shows using the "Adobe arabic" as Embedded CFF which in this case it does not join the glyphs properly.Does any one know why choosing Adobe Arabic Font as Embedded font inside the swf causes this proble, just look at the two word closely.
Hi, Guys:I just want to design horizontal or vertical rulers that are exactly same as the one I see in the Text Layout Editor.Please see the url: http://labs.adobe.com/technologies/textlayout/demos/But I cann't download any source code. Does anyone know if it's possible to get it? Thanks.
Revision: 13209Revision: 13209Author: klin@adobe.comDate: 2009-12-23 15:45:53 -0800 (Wed, 23 Dec 2009)Log Message:***********Adding same fix for SDK-23838 and SDK-24205 to 3.x from trunk. The dropDown was not receiving changes to styles nor dataproviders. This was a result of not recreating the dropDown each time it was shown. I've changed the default of the flag for destroying the dropDown to be true. I've also modified the code to only not destroy the dropDown when it is showing or being shown. I?\226?\128?\153ve also moved some of the code in the animation handler to check for a null dropDown first before destroying it.QE notes: NoDoc notes: NoBugs: SDK-23838, SDK-24205Reviewer: JasonTests run: checkintests, ComboBoxIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23838 http://bugs.adobe.com/jira/browse/SDK-24205 http://bugs.adobe.com/jira/browse/SDK-23838 http://bugs.adobe.com/jira/browse/SDK-24205Modified Paths:*****
Check it out: http://blogs.adobe.com/tlf/2009/12/new-and-updated-tlf-samples.htmlThese samples are based on the latest TLF which is very close to final for 1.0 - only a few must fix bugs will be done at this point.Thanks everyone for all your comments and feedback over the past year - keep it coming - your comments have made this a much better library. Apologies if we didn't answer all your questions or incorporate all suggested changes.Looking forward to next year and on to future versions of TLF.Best Regards,Richard
Revision: 13206Revision: 13206Author: gauravj@adobe.comDate: 2009-12-23 12:53:43 -0800 (Wed, 23 Dec 2009)Log Message:***********Fix a recent regression from 13169QE notes: None.Doc notes: NoneBugs: SDK-24849Reviewed By: DarrellTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24849Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/internal/OEMReport.java
Revision: 13196Revision: 13196Author: aharui@adobe.comDate: 2009-12-23 09:50:38 -0800 (Wed, 23 Dec 2009)Log Message:***********Re-submit with bug fix: SystemManager was supposed to call ChildManager to finish initializing the top level window. LoaderConfig was not getting initialized otherwise.QE Notes: NoneDoc Notes: NoneBugs: SDK-24832, SDK-24625Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/gumbo/layout, layout3d, spark/core, components/DataGrid Ticket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24832 http://bugs.adobe.com/jira/browse/SDK-24625Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/systemClasses/ChildManager.as
Revision: 13175Revision: 13175Author: sameer@adobe.comDate: 2009-12-22 21:47:48 -0800 (Tue, 22 Dec 2009)Log Message:***********Updating data formats in AdvancedDataGrid as the drag and drop data format descriptors were renamed from "orderedItems" and "orderedItemsCaretIndex" to "itemsByIndex" and "caretIndex" respectively.QE notes: verify drag-drop between AdvancedDataGrid and Spark ListDoc notes: NoneBugs: NoneReviewer: SreeniTests run: NoneIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/controls/AdvancedDataGrid.as flex/sdk/trunk/frameworks/projects/datavisualization/src/mx/controls/listClasses/AdvancedListBase.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.