『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Does anyone know why this link http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD+Eclipse+plugin on the on the wiki page http://opensource.adobe.com/wiki/display/flexpmd/FlexPMD ends up with a message saying this page is restricted.The link is the Eclipse new link on the page
I am selecting text with SelectRange() and then using the overwriteText method to replace the text. After this I reset the insert point using SelectRange() again and then call the damage method on the flowComposer and updateAllControllers. After all this the insert point is no longer flashing, but typing a character puts the character into the correct location and then the insert point starts flashing.Is there something else I need to do to get the insertion point to show up after using overwriteText? // It changed, so replace it! var curSelectionState:SelectionState = compEditMgr.getSelectionState(); compEditMgr.selectRange(startWordPos, endWordPos-
Is there a TextConverter that handles html that is produced by the flash ide and halo components?Specifically the html that begins with <TEXTFORMAT> and has all the non-standard html.
Revision: 12351Revision: 12351Author: aharui@adobe.comDate: 2009-12-01 22:03:42 -0800 (Tue, 01 Dec 2009)Log Message:***********Allow changes to column width to resize the DataGrid.QE Notes: One DG mustella test will fail.Doc Notes: NoneBugs: SDK-15546Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/DataGridTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-15546Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridHeader.as
errors:Description Resource Path Location Type1046: 找不到类型,或者它不是编译时常数: ContentElement。 SparkWebCommonComponents Unknown Flex ProblemDescription Resource Path Location Type1046: 找不到类型,或者它不是编译时常数: ElementFormat。 SparkWebCommonComponents Unknown Flex ProblemDescription Resource Path Location Type1046: 找不到类型,或者它不是编译时常数: FontMetrics。 SparkWebCommonComponents Unknown Flex ProblemDescription Resource Path Location Type1046: 找不到类型,或者它不是编译时常数: GroupElement。 SparkWebCommonComponents Unknown Flex Proble.......................
Revision: 12344Revision: 12344Author: gruehle@adobe.comDate: 2009-12-01 15:53:43 -0800 (Tue, 01 Dec 2009)Log Message:***********Add icon for ModuleLoader and update icon for RichEditableText.QE notes: NoneDoc notes: NoneBugs: SDK-24331Reviewer: -Tests run: checkintestsIs noteworthy for integration: YesTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24331Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.pngAdded Paths:*********** flex/sdk/trunk/frameworks/projects/framework/src/mx/modules/ModuleLoader.png
Revision: 12337Revision: 12337Author: gauravj@adobe.comDate: 2009-12-01 14:10:13 -0800 (Tue, 01 Dec 2009)Log Message:***********Fix for ASDoc doesn't document static methods if a non static method exists with the same nameQE notes: NoneDoc notes: NoneBugs: SDK-15680Tests run: checkintests, asdoc testsuiteIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-15680Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
I am unable to load module through module loader if path I use is like "http://payerplayer.livelooplab.com/documentSetting/channels/2/centerswf1.swfbut its work if use relative path like "channels/2/centerswf1.swf" . Is it possible to load module if module.swf and moduleloader.swf both on different server both contains crossdomain.xml. I am not able to do so. Please give me solution if anybody has done this.
First of all, congrats on the release of FlexCPD - it's a great tool!Looking at my results I'm noticing that it flags all my standard comment headers, which are required on every single source file, as duplicate code. Any suggestions as to how to keep these out of my results? I'd prefer not to mess with my minimum token count to accommodate for these.Or maybe comments should be excluded from the analysis?Thanks,Brian
Is there a new build of the RuleSet Creator & Violation Viewer for RC5? If so - can they posted on the Downloads page?Thanks!Brian
I have got a simple test case as following:<html><body><p> <span> <em>this is emphsize</em> <a href="http://cnn.com">link to cnn</a> and one line of text </span> </p></body></html>Seems TextConverter.importToFlow() can't handle the nested span tag correctly, all text in <em> and <a> are removed, just the last line ("and one line of text") survived.The same html will display alright in both safari and firefox (on mac) which made me think this is probably a importer bug ? looks like TextFlow doesn't like nested stuff within a single span tag ?any idea ? thanks.
Revision: 12287Revision: 12287Author: aharui@adobe.comDate: 2009-11-30 10:52:52 -0800 (Mon, 30 Nov 2009)Log Message:***********Couple of DG fixesQE Notes: NoneDoc Notes: NoneBugs: SDK-24127, SDK-16262Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/components/DataGridTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-24127 http://bugs.adobe.com/jira/browse/SDK-16262Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DataGrid.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridBase.as
When I add discretionary hyphens towords and then use the cursor keys to navigate, it moves over the discretionary hyphens as individual characters. Is this correct? To skip these do I need to write a keyboard handler to deal with it or is this a bug?
Revision: 12274Revision: 12274Author: gauravj@adobe.comDate: 2009-11-30 08:39:10 -0800 (Mon, 30 Nov 2009)Log Message:***********Fix for ASDoc showing wrong data type in HTML outputQE notes: NoneDoc notes: NoneBugs: SDK-23815Tests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-23815Modified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
When I add discretionary hyphens to the SimpleEditor example, and start entering text on a line that has been hyphenated, the hyphenated word gets corrupted. Continuous typing ends up crashing the browser. I am using Eclipse with the flex4sdk_b2_100509.zip sdk. Has anyone else seen this issue?
Hi so I started to use the Text Framework on a project that I'm working on, I'm using the Flash CS4 component and one of the class examples that was provided. I added the class to my application the text works fine and everything however publishing the SWF file takes a very long time both on PC and Mac.By very long time I mean a couple of minutes which was not the case before I added the class also if I remove it everything is fine. Some times I even get no reponones errors on my PC.Does any one have any idea what's causing this?On last thing Hebrew works on PC (when running the flash app via the web) based computer but on Mac it does not, I'm not sure if this is the font or the Text Framework still being beta, if you have ideas, best practice anything please let me know.ThanksAlmog
I'm having a little problem getting selectors in a StyleSheet to work properly in a TLF. Just curious if this is supported or isn't. Something like:@11909012 tlf "flashx.textLayout.elements.*";tlf|span { fontSize:"30";}doesn't seem to work in build 12087. Also a second question: a styleName applied to span seems to work fine, but not to a link. Is the only way to style a link through the FlowElement.linkActiveFormat, FlowElement.linkHoverFormat and FlowElement.linkNormalFormat? Thanks in advance,
I would like to be able to insert an xml block of TLF-formatted xml, to be converted into flow elements, but without having to do it all manually. So I'm looking for something that works like the TextArea's "insertText" method, which takes a string and inserts all the FlowElements into the anchor's position, doing all the work for you.Is this possible? Could this be included in the framework? If not, could you please point me in the right direction Something like:var xml:XML = <div styleName="myDiv"> <span styleName="myStyle"> Im Text </span></div>textArea.insertXML(xml);Thanks,Lance
Hi everyone,what would be the cleanest way to mark a portion of inline text as non-editable? I didn't find anything in the API. Typical usage scenarios in text editors would be showing a "¶" character at the end of a paragraph, or showing an index reference. I need this functionality for personalization placeholders (similar to a "mail merge" function).Is there a declarative way to do this, or do I have to intercept all editing events?Thanks for any hints!Best regards,Andreas
Hi all,I was wondering what would be a better build of Flex to start with. Milestone 2 or a recent nightly build? If the latter, which one in particular? Are they all stable builds? Thanks.
Hi,I downloaded RC5 and tried to suppress a specific violation but it didn't work.Please see ticket FLEXPMD-88 for detailed information. The status of the ticket is "Closed/Fixed" however the problem is still there.I have two questions...1. What exactly the syntax is to suppress a specific violation?I tried 4 ways but none of them suppresses the mentioned violation. In fact all of them suppress all violations. These are the 4 ways I tried this feature:// NO PMD AlertShow // NO PMD AlertShowRule // NO PMD com.adobe.ac.pmd.rules.maintanability.AlertShow // NO PMD com.adobe.ac.pmd.rules.maintanability.AlertShowRule2. How should we proceed with the ticket related to this problem? Do we reopen the old ticket or create a copy of it?I believe the old ticket FLEXPMD-88 should be reopen mentioning that the issue is still present in RC5 because this ticket is in the list of RC5 changes. The point is not to stress that an issue was not properly solved in RC5 but to keep the RC5 state transpare
More info hereCheck it out !Xavier
Hi All,I am currently working on a flex application. I have to write testcases using flexunit.Im using flexbuilder3 and flexunit4beta2. When i tried samples available in flexbuilder help content, its showing "Null pointer Exception". Its showingAn internal error occurred during: "Launch FlexUnit Tests".java.lang.NullPointerExceptionI setup the environment as per the instruction given n d maual.I am new to flex and flexunit.Anyone pls help me to sort out this issue.Thanks in advance.Regards,Bhuvana
I have : <p ><a href="http://www.example.com" target="_blank"><span>link example</span></a></p> into TextFlowI need collect the href data to an textInput when select 'link example' words.I add a Listener:TextFlow.addEventListener(SelectionEvent.SELECTION_CHANGE,selectionChangeListener,false,0,true);and :private function selectionChangeListener(evt:SelectionEvent):void { /// how can I read href tag ? myTxt.text = evt ??????? }thanks
Trying to get RC5 and the link does not work because the name is wrong.Current value:http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd-cpd/1.0.RC5/flex-pmd-cpd-command-line-1.0.RC.zipShould be:http://opensource.adobe.com/svn/opensource/flexpmd/maven-repository/release/com/adobe/ac/flex-pmd-cpd/1.0.RC5/flex-pmd-cpd-command-line-1.0.RC5.zip
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.