『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi all, Want to add flex PMD to flash builder 4, where i will get the URL to add, Please help me in this.ThanksKishore
Hi I am creating an application using textLayout framework,I want to use external css for styles but I don't know how to do this, So please let me know how to use external css in textLayout frameworkWarm Regards :
The intended output with bulleted lists: - text text text text text text text text text text text text text text text text text text text text text text text text text text- text text text text text text text text text text text text text text text text text text text text text text text text text- text text text text text text text text text text text text text text text text text text text text text text text text text text text The intended output with enumerated lists: 1. text text text text text text text text text text text text text text text text text text text text text text text text text text text text2. text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text3. text text text text text text text text text text text text text text text te
Hi allWhen I try to add text to a picture in my photoshop elements, then it only writes with capital letters.I guess I might have pushed some botton somewhere, but I can't find it.Anyone knows how to solve this?And before you think my caps is locked.. then no 😉greetings from SwedenChristina
HelloWe use the TextConverter to export a textflow to html. We have however a problem with the font size. The size is exported in the size attribute of the font tag. The size attribute is however deprecated. Is it possible to configure the TextConverter that it uses the font-size style instead?Best regardsTom Pijsel
We currently have a lot of content produced which is displayed using the 'htmlText' property in the MX Text & TextArea components. So basically we produce content that uses the 11 or so supported html tags. I'm researching the TLF and SPARK components to see what we would have to change in order to use these new technologies. I wanted to check my understanding of the TextConverter.TEXT_FIELD_HTML_FORMAT property.Using that property seems straight forward. I will have to upgrade my components to the SPARK Text components and use the TextFlow object that is created. However, my questions are...- In Flex 4.1 (and TLF 1.1) there seems to be some support lacking for the anchor tag and list tag. The ASDOC for the anchor tag mentions that ActionScript link events are not supported. Neither are a:link, a:hover, and a:active styles. I believe I read somewhere that support has now been added or there are workarounds. Is this true? F
I am new to flex development. i am trying to work thru the tutorial Employee Directory.I am using Flex Burrito 4.5 on Windows 7. When i try to run the application, i get the following message:RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: app:/assets/employees.xml" errorID=2032]. URL: ../assets/employees.xml"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at DirectHTTPMessageResponder/errorHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at flash.net::URLLoader/onComplete()can anyone please let me know how to resolve ?thxMike
I'm in the process of creating an internal app that has a WYSIWYG component (build on TLF2.0). The SimpleEditor and TextLayoutEditor sample apps have been a great help in this area. The feature I'm really struggling with is Lists. They're an absolute requirement (and the main reason we're using tlf 2.0). I found the EditManager.createList method which has made creating lists incredibly simple and gives exactly the UX I wanted for creating a list. However, removing the list (without removing its content) is turning out to be a huge pain. Is there an easy way that I'm missing? What would you suggest?
Hi,for chemical formulars in my application I need to convert the <sub> tag.I get the formula from the DataBase. I am able to display the formula but not to edit, because every part stays single.I would need to merge them to a group but I don't know how. I tried some different ways but nothing works.// variable with content from DataBasevar txtFormulaXMLFOTemp:String = "";while(txtFormulaXMLFOTemp.length > 0){ formulaXMLFOSubStart = txtFormulaXMLFOTemp.search("<sub>" ); formulaXMLFOSubEnd = txtFormulaXMLFOTemp.search("</sub>");
I noticed when trying to dynamically load a SWFLoader with a new SWF source/load that after waiting for the event load COMPLETED and then calling popView (the suggested methodology), results in the old original mxml stomping the changes of in this case a newly loaded SWF in a SWFLoader.I'm confused as to how one uses persistance manager or what? mainView.addEventListener(FlexEvent.VIEW_ACTIVATE, mainViewActivate); mainView.addEventListener(FlexEvent.VIEW_DEACTIVATE, mainViewDeactivate);I mean once a viwe has been loaded with pushView you shouldn't have it re-wiped with a popView. Is this making sense? It made me think there are major problems with SWFLoader.Currently I popView before calling load on a SWFLoader or the original mxml stomps over wipping out the updates, when you call popView on completetion of the load call.
Hi all, This seems to be the best place to ask this question. The developers of TLF are very responsive and I am sure that is appreciated by many.I am hosting SWF files in a parent SWF and the child SWF's can be developed in a way I do not have complete control over them.I need to be able to force the adobe text renderer on those child SWF's if they happen to use device text.I can do this already by enabling any filter in the parent SWF for the child SWF. The problem is that it can become very slow on some SWF files.So question is how can I do this without using a filter in an efficient way ?The reason this is a problem for me is because there is either a bug in Flash player or its just something in windows text renderer that causes the device text to always have full transparency when drawn in an offscreen bitmap. So device text becomes invisible. All text needs to be handled if it's in a TextField or TLF.The parent SWF will be running in 10.1 or above.Don
A few months back, I reported on an early prototype of my e2publish AIR app that utilised the TLF and Squiggly.Since Christmas, I've had more time to work on it. (As I don't usually get many offers of commercial work this time of year). It has evolved quite a bit, but I'm having difficulty finding thorough beta testers - please help! Can anyone spare some time to try this out?, or help me spread the word through their blogs and twitter?The way in which text arranges itself around pictures is very novel, and I've enabled the user a fair bit of creative control over how they layout a document. Here are some examples of the kinds of documents you can create:-The application can be dowloaded from my website http://www.e2easy.co.cc/e2publish.htmle2publish can import graphs or illustrations created in e2spreadsheet or e2vector - so you may want to download them too.There's a suggested testing plan at: http://e2easy.wordpress.com/2010/01/29/beta-testers-needed/As well
Hi everyone,Following the release of Squiggly - the spell checker engine for mx components - I just realized a small Flex4/Spark component for using the spell checker with a TextFlow.The demo here: http://lafabrick.com/labz/pageLayout/squiggly/.Sources are available here: http://lafabrick.com/labz/pageLayout/squiggly/srcview/index.html.I took the opportunity to make a small management of TextFlow with a scrollbar in a custom Spark component.These are basic components which waiting for you to edit:)You'll see that I use a different system compared to a standard spell checker (all words highlighted in red, ...)So I have a question/request: To get the red underlining of words wrong, it would be possible to have an extra character format, NOT taken into account by the TextConverter? Another possibility could be a style highlighter, or a character format, directely in the TextRange... I do not know if I'm clear!If a way exist to do this, tell me more !Also ... A second feature request!It wo
I'm not sure if it's just me going mad, but....Imagine a container with the following 2 TextLines, the vertical pipes (|) are meant to represent the bounds of the container so please assume these are aligned:|Line one is longer||Line two |In my code I set the interactionManager to allow editing of the text.When I move my mouse over any of the text I get the text caret cursor, I can click to drag select text, right click to get the relevant context menu ("select all" etc). When I move my mouse in the blank area to the right of the text "Line two", you get no text caret cursor, the TextLine's bounds simply don't extend into this area so the "edit" context menu is not applied.This makes text selection very awkward, now you have to find the 1 pixel wide point after the last character to begin to select all the previous text.Has something changed recently?
Any absolutel timeline on when Squiggly can be totally integrated with TLF?
Hi,How can I use Squiggly and TLF. Squiggly is pretty easy to use, but it requires a UIComponent as a parameters (a textarea for example). Since the textFlow uses a Sprite, how can I connect both together?Tks.
Some libraries documentation are missing: - try the Validation docs - it won't work opening the ziphttp://sourceforge.net/nf/redirect/?path=http%3A//opensource.adobe.com/svn/opensource/cairngorm3/maven-repository/com/adobe/cairngorm/validation-flex3/1.12/docs.zip Is there a way to have all documentation in a more centralized manner than on separate zips ?Many thanks,Adrian
Hi,I want to get the word count from my TLF text, but the problem is that I am not being able to handle th case for space.I am using the findNextWordBoundary property of ParagraphElement as shown below:private function countWords( para : ParagraphElement ) : void{ var wordBoundary:int = 0; var prevBoundary:int = 0; while ( wordBoundary != para.findNextWordBoundary( wordBoundary ) ) { // If the value is greater than 1, then it's a word, otherwise it's a space. if ( para.findNextWordBoundary
I'm using text area (spark) to display some paragraphElement which contain InlineGraphicElement.inlineGraphicElement.source = sprite (an instance of Sprite class).sprite is addChild a swf movie (AVM1 movie, use AVM2Loader to add to sprite), that mean inlineGraphicElement.source is dynamic.When VScroll of textArea visible, and I scroll it so the inlineGraphicElement is out of viewport, then I scroll back.... my inlineGraphicElement is disappear.I don't understant, I have trying with gif Image (use GifPlayer class product by ByteArray site), the same error still occur, please help thanks for ur help!!
Hi All,I'm having real problems trying to get a reference to the Stage in FlexUnit 4.1 TestCases. I am using the FlexUnit Ant Tasks to generate the TestRunner.mxml file which I have modified to bootstrap the VisualTestEnvironmentBuilder like so: VisualTestEnvironmentBuilder.getInstance(stage);However, when FlexUnit tries to run each testcase, I get the following stacktrace:<testcase classname="com.moshigames.api::TestContentAPIImpl" name="loadFails_completeCallbackCalled" time="5" status="error"><error message="Error #1034: Type Coercion failed: cannot convert org.fluint.uiImpersonation.actionScript::ActionScriptVisualTestEnvironment@5671191 to mx.core.IUIComponent." type="com.moshigames.api::TestContentAPIImpl.loadFails_completeCallbackCalled" ><![CDATA[TypeError: Error #1034: Type Coercion failed: cannot convert org.fluint.uiImpersonation.actionScript::ActionScriptVisualTestEnvironment@5671191 to mx.core.IUIComponent. at mx.core::Container
We have been using the TLF to render text in a web browser, but now we need to upload the TextFlow XML to a server and render the content to exactly the same output. I know very little about swf on servers - is that a properly scaleable solution? Alternatively do libraries (say, Java) exist that can render TextFlow XML?Thanks!
I really would like to understand how to style my links with css. Is there any way with the TLF? Thanks a lot for any reply!
Hello all,I have used multi column containerController.Is there any way to get columns absolutestart?Thanks,Vikram
HiI am imorting a HTML text into a TextFlow using TextConverter.importToFlowThe format I am using is TextConverter.TEXT_FIELD_HTML_FORMATI am setting the formatso the space after a paragrph as follows:paragraphSpaceAfter = 30My question is why are line breaks tag <br> give me the same space between lines as a paragraph?can I control the height of the line breaks ?
Well I've been using a Spark TextArea in a Spark VGroup and loading dynamically from an XML file HTML.I even managed to make anchors send events that are listened too! Awesome.after using a MobileTextField for CSS and my code for extracting from XMLThe XML needs to have the entries wrapped in CDATA for those interested.[note: viewText is just a String.] var mtf:MobileTextField; if(targetTextArea != null) { mtf = targetTextArea.textDisplay as MobileTextField; } ... mtf.htmlText = viewText; &nb
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.