『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
In the latest Flex 4 SDK (build 7665) and Text Layout Framework (build 447) the RichText component doesn't seem to render inline images as expected. I believe that the image(s) are loading but the Text Flow doesn't appear to refresh it's size/layout.In the example below I have a RichEditableText component on the left and a RichText component on the right. Both are loading identical content with 1 inline image:http://www.nickkuh.com/demos/richtextbug/I believe this is a bug. Would be great to see it fixed as I'm currently subclassing the Spark button component and default skin to create a multiline button with images.
When running my unit tests i'm getting this error:Cannot access a property or method of a null object reference. at mx.validators::Validator$/validateAll()any ideas friends?
Hi there,is there any way to use variable waypoints? What I mean by this, is that when I have variable contacts (with an id property) in a database, that I can 'navigate' to that content by dispatching navigation events like 'content.contact.245'. All that I would need for this technically, is a waypoint that implements ISelectedIndex. This way, calling something like 'content.contact.245.phone' would use the dynamic waypoint on 'content.contact'.Is this possible? I would love to use Cairngorm 3 navigation for my project, since it works so nicely in conjunction with SWFAddress, but if this is not possible within the next 3 months, I might have to stick to Tide instead, which allows this already: http://www.grails.org/plugin/gdsflex ( see the part about [Path("show/{id}")])...Also, if anybody is interested in seeing deep linking integrating with cairngorm 3 navigation, I need to know whom to send the code or get some svn access to the samples folder.Cheers,John
Two questions:1) I recently discovered that a new version of eclipse has been released codenamed: Helios. I am wondering if anyone had any issues with installing the latest Flash Builder plugin?2) Should I run off the 32 bit version of eclipse or can I use the 64 bit version?Thx,David
Dear all,I developed my mobile andriod game in the flash builder burrito and suddenly I can't open it because of this error "Licensing for this product has expired"so I installed flash builder 4.5 premium and when I get my project from svn and I ran it I have this errorDescription Resource Path Location TypeUnknown Flex SDK: "Flex Hero" AndriodGame Unknown Flex ProblemSomeone can help me to point out what can I do ?Thanks in advance.
It would be very beneficial to have a XSD schema for validating TLF data. Please add this to TLF 3.0. There are a couple of posts where others have already asked for this...http://forums.adobe.com/message/2795099#2795099http://forums.adobe.com/message/2223205Thanks!
Hi, I am using text layout framework in my application. I am using RichEditableText for editing the text. txtComp = new RichEditableText();txtComp.height = 50;txtComp.setStyle("lineBreak",LineBreak.EXPLICIT);txtComp.textFlow.fontSize = 50;txtComp.multiline = true;So, now the problem is when we go to new line(one line is fine), the text starts jumping because the height is fixed.This happens in the single line also, i.e. if we set component height to smaller value than font size value.I am using Flex 4.1Operating System: Windows XP
Hi, I am using text layout framework in my application. I am using RichEditableText for editing the text.I used this mainly to provide right to left support for Arabic fonts (luckily which is working fine). Now in Korean and Chinese language I am able to type but, I am not able to set BOLD and ITALICS properties in all the fonts. Operating System: Windows XPFonts Working: Batang, Dotum, Gulim, GungsuhFonts Not Working: All other fonts are not working Example: Arial, Georgia, Lucida, Times New Roman Usage:Var rte:RichEditableText = new Rich…rte.setStyle(“fontWeight”, FontWeight.BOLD);rte.setStyle(“fontFamily”, “FontName”);<BorderContainer>.addElement (rte); And I am using Flex 4.1 I tried setting the properties using textFlow also but unfortunately that is also not working.
We're going to be on vacation next week, and therefore unlikely to respond to questions until we get back on 7/11.See you in a week!
It's a strange problemI have two textflow container : RichEditableTextthe first one I new the textflow2 everytime I clicked the button,and append a link returned by getElementthe second one I initially new a textflow and reused it to append new link returned by the same function getElementbut the strange thing is , the first one works just fine ,but the second one 's link seems invalid with no hand cursor nor functionthanks a lot for any clue or comment<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="400" minHeight="30
Hi,I've been able to share an IUndoManager between various RichEditableText components using the interactionManager property of their text flows and the EditManager class. This works great for undoing and redoing -- except when a component is removed from the display list.When a text field is re-added something odd seems to happen to its text flow generation property, which causes a mismatch when compared in the EditManager, thereby preventing the next operation to undo or redo.Are operations being applied to the text flow simply by removing and re-adding it to the display list? Or what's affecting this count?The failure is repeatable, and in each case the text flow's generation value is greater than the operation's endGeneration (in performUndo()) or beginGeneration (in performRedo()).What can be done to freeze the text flow or its generation value, or is there a better way of keeping the EditManager operation validation happy?Many thanks,WajFlex 4.5.20967
Hi,I am using flex. But it is about an XML importation so maybe it is the right place to post it (I previously tried on the Flex forum without success).I want to display some Xml Files. Here I reproduce my code:* my main file<?xml version="1.0" encoding="utf-8" ?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" > <fx:Script> <![CDATA[ import spark.utils.TextFlowUtil; XML.ignoreWhitespace = false; ]]> </fx:Scri
Hi,How can I use modifyInlineGraphi? The main problem is find a way to supply the "source property". All my images are remote, the only value I have is the url. I tried these options without luck:1)var urlreq:URLRequest = new URLRequest( 'www.example.com/img.jpg' );IEditManager( textFlow.interactionManager ).modifyInlineGraphic(urlreq, newWidth, newHeight);2)IEditManager( textFlow.interactionManager ).modifyInlineGraphic( 'www.example.com/img.jpg' ,newWidth, newHeight);3)var img:InlineGraphicElement = textFlow.getElementByID( imgId ) as InlineGraphicElement;IEditManager( textFlow.interactionManager ).modifyInlineGraphic(img.source, newWidth, newHeight);4)var img:InlineGraphicElement = textFlow.getElementByID( imgId ) as InlineGraphicElement;IEditManager( textFlow.interactionManager ).modifyInlineGraphic(img, newWidth, newHeight);This is what the documentation:@9397041 source can be either a String interpreted as a uri, a Class interpreted as th
Hi All, Our (AIR) app requires multiple textFlow objects contained in groups over the app desktop. The user should be able to begin editing any one of these by clicking on the text, then beginning editing. I have been doing this by switching an EditManager in and out based on mouse click events, but I notice there is some delay that appears arbitrary after the mouse click, before editing is possible. The MXML and AS3 code below gives an example. You have a desktop with two text elements. When you mouse over one and click on the text, it will usually enter edit mode (with an I-bar cursor) pretty quickly. But when you click on the second text group the I-bar (and edit functionality) often doesn’t appear until you mouse out and mouse in again. On other occasions the I-bar will appear after just moving the cursor about in the group a bit. Clicking on the desktop and then on the text elements gives similar behaviour. Either way, we really need to get more responsive click to editing! From t
Since upgrading to the final release SDK for Hero, we have seen our application freezing up intermittently. As the stack trace suggests, it is related to clicking on points on a line chart.Has anybody seen something like this before?Flex SDK 4.5.20967Flash Player 10.3.181.14/26Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at flashx.textLayout.container::TextContainerManager/http://ns.adobe.com/textLayout/internal/2008::factoryUpdateContainerChildren() at flashx.textLayout.container::TextContainerManager/updateContainer() at HTMLHelper/composeHTMLText() at mx.core::FTETextField/validateNow() at mx.core::FTETextField/get textWidth() at mx.charts.chartClasses::DataTip/measure() at mx.core::UIComponent/measureSizes() at mx.core::UIComponent/validateSize() at mx.charts.chartClasses::ChartBase/positionDataTips() at mx.charts.chartClasses::ChartBase/updateDataTipToMatchHitSet() at mx.charts.chartClasses::ChartBase/processRollEvents() at mx
Hi all - The character baselines don't seem to line up the same in FTE as in the old Texfield. Is this a known issue adobe is looking at?Here is an example of the Text Field:Here is an example of the TLF engines rendering (same font, cff='true', renderingMode="cff"):Notice how the o, u , b, c, etc.. have sections that go below the baseline and don't line up with other characters. Is this a known tlf issue? Is there a work around other than going in and editing the glyphs in the original ttf?Thanks,Ryan
I am trying to apply paragraph style in TextFlow, the new style has ruleAbove="true" and negative value for ruleAboveOffset. When am applying this style, therule is not in the correct position.There is a differenec in InDesign preview and in Flex view. In InDesign the rule is middle of the text, but in Flex view it iscoming below.Thanks in adavance for any ideas.
I'm slightly confused how would a buritto project work on apple products if there is no flash player support?
Is there any way to handle HTML <ol type="A">, <ul type="circle"> in RicheditableText Control?Basically Bullet list type style.From what I see, RicheditableText control will always ignore the type attrib.Not sure this is a HTML converter issue or the TLF renderer issue.Thanks for any idea.
Hi,I have problem using the LazyModuleLoadPolicy and ModuleMessageInterceptor.In the context file I defined:<module:LazyModuleLoadPolicyTag objectId="lazyLoadPolicy" type="{SendContactEvent}"/><module:ModuleMessageInterceptor type="{SendContactEvent}"/>I am using a view stack with auto creation policy.I dispatch SendContactEvent from module A and in module B I handle the event.If I don't use the lazy loading everything works fine.I'm getting the following exceptions:Dispatch message '[Event type="none" bubbles=false cancelable=false eventPhase=2]' with 3 receiver(s) Message Target threw Error Error: Attempt to call resume on MessageProcessor in illegal state: active at org.spicefactory.parsley.core.messaging.impl::DefaultMessageProcessor/illegalState()[/Users/jenshalm/Projects/SpicefactoryProduction/Parsley/parsley-core/org/spicefactory/parsley/core/messaging/impl/DefaultMessageProcessor.as:86] at org.spicefactory
HiIn the adobe help there is much talk about AEC and sample codes for AEC.I have downloaded flex sdk 4.5 ,AIR SDK 2.6 which are most recent builds.Installed Flash player 10.3 and AIR runtime 2.7 release candidate.While using the following code for echo supression:var mic:Microphone = Microphone.getEnhancedMicrophone();mic = Microphone.getEnhancedMicrophone(0);var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;options.autoGain = false;options.echoPath = 128;options.nonLinearProcessing = true;mic.enhancedOptions = options;the following error occurs both in Web version as well as AIR version.I have included the playerglobal.swc in both the version of applications in the folder frameworks\libs\player\10.3In both case it is giving the following error:********************************************************************* **************[SWF] AudioChatClient_1.swf - 2,683,701 bytes after decompression
Hiusually I use fields type String to feed the textFlows.now for visual convenience, I would like to store them in file formatted XML, and the thing succeeds well, but when I want use them I have problems, because the formatting XML creates line spacings that I don't want,for example:<TextFlow columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="toFit" paddingBottom="4" paddingLeft="4" paddingRight="4" paddingTop="4" paragraphSpaceAfter="15" paragraphSpaceBefore="0" verticalAlign="top" id="flow" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"> <linkActiveFormat> <TextLayoutFormat color="#cc00cc" fontWeight="bold" textDecoration="underline"/> </linkActiveFormat> <linkHoverFormat> <TextLayoutFormat color="#cc0000" fontWeight="bold" textDecoration="underline"/> </linkHoverFormat> <linkNormalFormat> <TextLayou
I saw this was mentioned a couple weeks ago as something that will be included in 3.0. Can you shed any light on the details of how it will be implemented or is there a repository that I can look at to see the most up to date development of the code?I am trying to implement something similar to this and it would be really good to know your approach so it will be easier to upgrade when we get to 3.0.Also any other info on 3.0 would be appreciated.Thanks,Joel Marks
HiI propose you this example:<TextFlow paddingBottom="4" paddingLeft="4" paddingRight="4" paddingTop="4" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p color="#990099" fontSize="15"><a href="http://www.Google.com" target="_blank"><linkActiveFormat><TextLayoutFormat color="#0000cc" fontWeight='bold' textDecoration="none"/></linkActiveFormat><linkHoverFormat><TextLayoutFormat color="#cc0000" fontWeight='bold' textDecoration="none"/></linkHoverFormat><linkNormalFormat><TextLayoutFormat color="#00cccc" fontWeight='bold' textDecoration="none"/></linkNormalFormat><span>this is a link to google</span></a></p></TextFlow>to be able to assign the attributes to the link I have had all of them among the tags <a> and if I want to add a link, for example to yahoo, I have to write:<p color="#990099" fontSize="15"><a href="http://www.Yahoo.com" target="_bla
Hi All,I have two helvetica fonts: Helvetica Neue LT Com 75 Bold and 55 Roman. I also have the same result with Helvetica Neue LT Pro 75 Bold (which is said to be CFF by linotype at http://www.linotype.com/45470/neuehelvetica75bold-font.html#format )I cannot figure it out why the bold got vertical compression. Now it looks awful.I use _textFlow.renderingMode = RenderingMode.CFF and _textFlow.fontLookup = FontLookup.EMBEDDED_CFF of course.I have been tryting to figure it out the solution for three days without any success.I also tried to embed the font into a CS5 TLF textfield, but it gets the same result.
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.