-
Recente
helloI don't know if anybody noticed that:Scrolling 2-columns text layout makes 1st column moving upward but no new lines appear at the end of the column. 2nd column works fine.It is a bug or this funcionality will be added in the future? regards
Hello. I embedd pixel font and I can see that some aliasing is upplied to it. I would rather see my paragraphs of pixelfonts wihout it. Sometimes it looks OK but sometimes makes whole text little blurry and "colorful". jpg example attachedIs there some magic trick to turn it off? greetings.
Hi,I want to embed fonts within my Application but somehow it is not working.I am doing the steps as below:I am compiling fonts swfs in Flash CS4 with Publish settings as Flash Player 10 & ActionScript 3.0Then I am having css files which I am compiling with mxmlc like: mxmlc c:\Palatino.css.It is compiling and giving me swf file as Palatino.swf. I am doing this with "Adobe Flex 3 SDK command prompt"Then I am loading these files with "StyleManager.loadStyleDeclarations".But still when I am changing the fontFamily to "Palatino", it is now showing it.I have attached the Palatino.css with this. I am using Flex 3.2 with TLF version 442.Please let me know if I am making any mistake.Regards,Rajesh
Hi,Just like we can make any TextArea as,textArea.editable = false;textArea.maxchar = 20;Can we do this with the text layout control.Regards,Rajesh
I changed my lib to the newest release (455) and suddenly all upwards scrolling stopped working. Scrolling vertically downwards works, but upwards doesn't.To scroll I use the_controller.verticalScrollPositionAfter I discovered that bug I changed it back to 452 and it worked again.Is this a bug?
The (exported) textflow (below) gives me different results in iexplorer and firefox.In iexplorer I get an extra linefeed (which is wrong). Both in Windows/XP flash plugin 10.0.22.87Is this a bug?iexplorer:•ul1•ul2firefox:•ul1•ul2<TextFlow lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" styleName="tlfGlobal" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"> <div> <div> <p id="UL1-@-2-@-partag" styleName="UL1"> <span id="ignore"> • </span> <span id="3" styleName="UL1"> ul1 </span> &nbs
Revision: 8022Author: gruehle@adobe.comDate: 2009-06-19 16:32:15 -0700 (Fri, 19 Jun 2009)Log Message:***********Remove metadata.Bugs: SDK-21924QE Notes: NoneDoc Notes: NoneReviewer: SteveTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21924Modified Paths:************** flex/sdk/trunk/frameworks/projects/utilities/src/FlashComponentPlaceholder.as flex/sdk/trunk/frameworks/projects/utilities/src/FlashContainerPlaceholder.as
Revision: 8023Author: aharui@adobe.comDate: 2009-06-19 16:37:02 -0700 (Fri, 19 Jun 2009)Log Message:***********Frame1 cleanup part 2 (final part AFAIK). MarshallPLan (now MarshallingSupport) is now opt-in. All SWFs using Marshalling must use -includes=mx.managers.systemClasses.MarshallingSupport on the command line.QE Notes: NoneDoc Notes: NoneBugs: N/AReviewer: Joan cyclonetests: checkintests mustella/MarshallPlanModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as flex/sdk/trunk/frameworks/projects/framework/src/mx/mana
Is there a way (style, property, etc.) to define which characters will flip when setting a TextFlow's direction to "rtl"? For example, can I remove the period and/or the colon from this character set, or can I add some other character? Seems like an easy answer (whether yes or no); I just couldn't find any information on this.
Revision: 8012Author: aharui@adobe.comDate: 2009-06-19 14:08:23 -0700 (Fri, 19 Jun 2009)Log Message:***********Another mistake from the frame1 work.QE Notes: NoneDoc Notes: NoneBugs: SDK-21889Reviewer: darrelltests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21889Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/marshalClasses/FocusManagerMarshalMixin.as
Revision: 8013Author: aharui@adobe.comDate: 2009-06-19 14:16:34 -0700 (Fri, 19 Jun 2009)Log Message:***********Update a comment just so I can note that the previous checkin was for SDK-21899, not SDK-21889Ticket Links:************ http://bugs.adobe.com/jira/browse/SDK-21899 http://bugs.adobe.com/jira/browse/SDK-21889Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/marshalClasses/FocusManagerMarshalMixin.as
Revision: 8011Author: aharui@adobe.comDate: 2009-06-19 13:49:34 -0700 (Fri, 19 Jun 2009)Log Message:***********Need null check when renderers are virtualQE Notes: NoneDoc Notes: NoneBugs: SDK-21910Reviewer: szetotests: checkintestsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21910Modified Paths:************** flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as
I'm just trying to get my head around how to style individual elements of the TextFlow as you would in HTML/CSS where your markup contains no styling information - just pure markup. And the CSS formats the elements when you output the text.Specifically I want to put a BackgroundColor on my LinkElements. I started off exploring the Configuration class with its linkNormalFormatDefault and linkHoverFormatDefault properties. That worked basically, except I couldn't get a background color to show, and it inserted a bunch of styling tags baked into the markup - so if I was to save that markup to a database those styles would still be there the next time I rendered it.So in order to keep the markup clean and free of built in styling I've been exploring the SimpleEditorWithCSS example that comes with the framework as an example. It uses textFlow.formatResolver to covert css styles to their associated formats in the TextFlow. Seems cool and just what I want, except I can't seem to style the lin
I realize that the LinkElement will, in most cases, dispatch up to six different events, which use the same event name constants as defined in MouseEvent: * MouseEvent.CLICK * MouseEvent.MOUSE_DOWN * MouseEvent.MOUSE_OUT * MouseEvent.MOUSE_UP * MouseEvent.ROLL_OVER * MouseEvent.ROLL_OUTIn the Flex IDE, the event metadata is being interpreted and causes incorrect Eclipse code-hinting since the event names don't exist as constants in all-caps/underscore form in the FlowElementMouseEvent.For example, if I have a link element instance, and type 'linkElement.addEventListener(', after I type the left paren, it triggers code completion that presents me with the following list of possible event types to add listeners for these six event types: * FlowElementMouseEvent.CLICK * FlowElementMouseEvent.MOUSE_DOWN * FlowElementMo
Revision: 7979Author: aharui@adobe.comDate: 2009-06-18 14:47:52 -0700 (Thu, 18 Jun 2009)Log Message:***********ButtonBar PARB changes:-arrowKeysWrapFocus removed from ButtonBar-arrowKeysWrapFocus added to ListBase-arrowKeysWrapFocus added as parameter to LayoutBase.getNavigationDestinationIndex (and subclasses of LayoutBase)-itemClick event removed from ButtonBar, now uses "change" event like other ListBase components-ASDoc removed for partAdded/partRemovedQE Notes: NoneDoc Notes: Yes, ASDoc affected by every change listed aboveBugs: N/AReviewer: szetotests: checkintests mustella/List mustella/ButtonBarModified Paths:************** flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonBar.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DropDownList.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/List.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/ListBase.as flex/sdk/trunk/frameworks/p
From what I've read, TLF only supports DefineFont4 embedded fonts that were embedded using Gumbo. Is it possible to create module swfs in Gumbo that will load in Flex 3 and expose those embedded fonts to the TLF?thanksMitchSlideRocket
I'd like to be able to add some custom fields to the paragraph formatting in a TextFlow and have those fields serialized/deserialized when importing/exporting using TextFilter. Can I extend the classes to do this?
I am trying to get hold of the individual lines that make up the RichText control once I set the text on it. I am able to see the RichText.textLines property in the debug window (by creating a watch expression) - but when I try to access it in code, the compiler throws an error. I even created a subclass of RichText and tried writing a getter for it, but still the same compiler error:"Attempted access of inaccessible property textLines..."Is there any other way I can do this?Thanks,Om
Flex 3.0 and 3.1 SDKS are not available in ADOBE site for download , It displays all the SDK versions , But when we click on the link for 3.0 and 3.1 it will not Download it says URL not found , But where as you will be able to Download only the 3.2 and 3.3 .
Hi, would it be possible to have more details on how mustella work ? I like the fact to be able to launch a swf and communicate back the results to ant or other tools or if giving details about mustella is not possible could be possible to request a "special" flash player that does not span a GUI when run ? my goal is to be able to run unit tests working withing the SWF bytecode but the GUI get in the way for server-side scenarios, etc. cheers, zwetan
Revision: 7888Author: gruehle@adobe.comDate: 2009-06-16 11:41:38 -0700 (Tue, 16 Jun 2009)Log Message:***********Fix the build.Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/defaults.css flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/CloseButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/GripperSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacCloseButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacMaximizeButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacMinimizeButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MaximizeButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MinimizeButtonSkin.mxml flex/
Revision: 7884Author: gruehle@adobe.comDate: 2009-06-16 11:00:39 -0700 (Tue, 16 Jun 2009)Log Message:***********PARB Skin and SkinPart changes.Skin Parts
Revision: 7864Author: gruehle@adobe.comDate: 2009-06-15 15:20:22 -0700 (Mon, 15 Jun 2009)Log Message:***********Move the airframework spark.skins.default.* to spark.skins.spark.*Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/defaults.css flex/sdk/trunk/frameworks/projects/airframework/src/AIRFrameworkClasses.as flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication.as flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleBar.as flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.asAdded Paths:*********** flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/ flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/CloseButtonSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/FlexChromeSkin.mxml flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/GripperSkin.mxml
I am using a TextArea component and programatically assigning some text to it. Sometimes, the last line does not fit into the given width and height of the control. Is there any way I can not show any lines that are partially displayed? Any advice is welcome. Thanks,Om
Hi All,One of advanced feature of Text Layout Framework is to support bidirectional text. But when i look at TLFTextField, i didn't see there is away to set reading direction? Do you know how to do that? Or we can only do it with textflow ?Thank for your response,-Hoang Long
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.