-
Recente
Revision: 11287Author: gruehle@adobe.comDate: 2009-10-29 17:01:12 -0700 (Thu, 29 Oct 2009)Log Message:***********Fixed injection in 11208 that caused some pixels to be ignored when mousing over item renderers.QE notes: None.Doc notes: None.Bugs: SDK-23919Reviewer: EvtimTests run: checkintestsIs noteworthy for integration: No.Ticket Links:************ http://bugs.adobe.com/jira/browse/SDK-23919Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
Revision: 11273Author: aharui@adobe.comDate: 2009-10-29 11:57:54 -0700 (Thu, 29 Oct 2009)Log Message:***********Initial check in of MXItemRenderer and friendsQE Notes: New Classes and CodeDoc Notes: New Classes and CodeBugs: NoneReviewer: RyanAPI Change: yesIs noteworthy for integration: Notests: checkintests Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridListData.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/BaseListData.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListData.as flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/treeClasses/TreeListData.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ItemRenderer.as flex/sdk/trunk/frameworks/spark-manifest.xml flex/sdk/trunk/frameworks/tests/basicTests/Bas
Revision: 11272Author: aharui@adobe.comDate: 2009-10-29 11:52:46 -0700 (Thu, 29 Oct 2009)Log Message:***********exclude controlbar from baseColor colorizingQE Notes: NoneDoc Notes: NoneBugs: SDK-23862Reviewer: GlennAPI Change: noIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/PanelTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23862Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/PanelSkin.mxml
When I try to debug into the current Flex build (4.0.0.11213) the line the debugger thinks is running and the line that seems to be running is inconsistant. This usually happens when a source code is attached to a complied library of a different build. Has anyone else noticed a synch problem in the current and previous build?
http://labs.adobe.com/technologies/textlayout/check out the interactive globe and see where Adobe thinks the English language comes from!
I have got two projects based on one library project, one is an AIR application, the other one is a Web application, when I tried to access System Clipboard using TextClipboard.getContents(), AIR version works fine, but web version got:SecurityError: Error #2179: The Clipboard.generalClipboard object may only be read while processing a flash.events.Event.PASTE event. at flash.desktop::Clipboard/getObjectReference() at flash.desktop::Clipboard/convertNativeFormat() at flash.desktop::Clipboard/getOriginal() at flash.desktop::Clipboard/getData() at flashx.textLayout.edit::TextClipboard$/http://ns.adobe.com/textLayout/internal/2008::getTextOnClipboardForFormat() at flashx.textLayout.edit::TextClipboard$/getContents() ... I have used TextClipboard.setContents() to wr
Hi !I am getting better thanks to the first response of Richard on my first post. And now format and applying format is not anymore a problem for me !But now I have a little problem with the TextConverter.importToFlow The aim : A user create his own text by editing/pasting, and changing style. Then he save it. So I convert my textflow in a xml and save an XML file.Then he open this file. So I have to convert the xml into a TextFlow type to display it in my AIR application.My XML : (details) <note> <TextFlow columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"> <p> <span>Tout animal (l'homme y compris) qui
Hi ,I am trying to follow this example here:http://blogs.adobe.com/tlf/2008/11/embedded-font-subsetting-using.htmlI am working on Mac OS X Version 10.5.8I have Flex Builder 3 Educational version installed: Version: 3.0.205647I also downloaded and installed flex_sdk_4.0.0.6898to test the installation I tried this example here:"Creating a transparent Spark TextArea control in Flex Gumbo"http://blog.flexexamples.com/2009/06/02/creating-a-transparent-spark-textarea-control-in-flex-gumbo/and this works fine. Howvere I really need to use Flex Gumbo to create an swf file with DefineFont4 Embedded arabic Font to be used in a Flash CS4 Project.Unfortunately I cannot compile the Text Layout Framework Team's example here:http://blogs.adobe.com/tlf/2008/11/embedded-font-subsetting-using.htmlI create a new Flex Project called FontTest,In the project properties I select Flex 4 SDK, andin the HTML wrapper I change the default flash player versionto 10.0.0 and apply the changes.I guess, this has
I am using setStyle() on a paragraphElement to add custom data but when I export to XML using TextConverter.export(), the custom styles are not serialized. Is there a way to do this?thanksMitch
Revision: 11249Author: gruehle@adobe.comDate: 2009-10-28 16:24:32 -0700 (Wed, 28 Oct 2009)Log Message:***********Fix contentBackgroundColor handling in DropDownListSkin and spark ComboBoxSkin.QE notes: A couple baselines will need to be updated, since DropDownList and ComboBox weren't handling contentBackgroundColor correctly.Doc notes: NoneBugs: SDK-23879Reviewer: RyanTests run: checkin, qe cycloneIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23879Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ComboBoxSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DropDownListSkin.mxml
Revision: 11247Author: klin@adobe.comDate: 2009-10-28 14:59:11 -0700 (Wed, 28 Oct 2009)Log Message:***********Fix for https://bugs.adobe.com/jira/browse/SDK-23184.Updated a bunch of Style metadata ASDocs to describe different defaults between the Halo and Spark themes. Also, fixed a few typos along the way.defaults.css - rearranged a few styles to be in alphabetical orderButton.as - removed extra emphasizedSkin style metadataPanel.as - added spark theme to borderAlpha metadataQE notes: NoneDoc notes: NoneBugs: SDK-23184Reviewer: GlennTests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23184 http://bugs.adobe.com/jira/browse/SDK-23184Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/defaults.css flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as flex/sdk/trunk/frameworks/proje
If I have an object like<s:RichText id="foo"><s:content></s:content></s:RichText>Can I manually add paragraphs to it with actionscript?I want to manually create a new paragraph, assign a string to it, and then stash it in the RichText object. So I can use a loop to create as many paragraphs as I might need.Such asfor each (s:String in myCollection) { [ foo add a p element with s in it ]}
Revision: 11208Author: gruehle@adobe.comDate: 2009-10-27 16:30:03 -0700 (Tue, 27 Oct 2009)Log Message:***********More styling bug fixes:- Add borderAlpha, borderColor, and borderVisible to NumericStepper- Make LinkButtonSkin respond to cornerRadius, rollOverColor, and selectionColor- Draw opaque white background behind data grid header so contentBackgroundColor doesn't bleed through- ItemRenderer/DefaultItemRenderer no longer draw contentBackgroundColor. In the "normal" states, the background of the renderer is transparent so the skin background color shows through.QE Notes: 5 DataGrid bitmaps need to be regenerated.Doc Notes: NoneBugs: SDK-23437, SDK-23367, SDK-23351, SDK-23345, SDK-23339Reviewer: Kevin, RyanAPI Change: noIs noteworthy for integration: Notests: checkintests gumbo/components/NumericStepper components/DataGrid Ticket Links:************ http://bugs.adobe.com/jira/browse/SDK-23437 http://bugs.adobe.com/jira/browse/SDK-23367 http://bugs.adobe.com/jira/browse
Revision: 11203Author: aharui@adobe.comDate: 2009-10-27 14:36:08 -0700 (Tue, 27 Oct 2009)Log Message:***********ButtonBarButton should dispatch dataChange so ButtonBarButtonSkins can bind to it.QE Notes: NoneDoc Notes: NoneBugs: SDK-23776Reviewer: CoreyAPI Change: noIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/ButtonBarTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23776Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBarButton.as
Revision: 11202Author: aharui@adobe.comDate: 2009-10-27 14:32:23 -0700 (Tue, 27 Oct 2009)Log Message:***********Make controlBarContent read/write so you can use other states syntax besides includeInQE Notes: NoneDoc Notes: NoneBugs: SDK-23386Reviewer: CoreyAPI Change: noIs noteworthy for integration: Notests: checkintests mustella/gumbo/components/Panel, ApplicationTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23386Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Application.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Panel.as
Hi all,I'm trying to create a SpanElement from the current selection. I need to assign an ID to the selected text so I can refer back to it later. I've looked in my TextAreas interactionManager and flowComposer and I can't figure out a way to do it. Any ideas?Cheers,James
Is there a way to get HTML output from the Maven report? When I do a site generation, I see pmd.xml in the target directory and a flexpmd.html file in target/site, but flexpmd.html is essentially empty. I don't see any configuration option for this. The "regular" PMD plugin always outputs HTML and the XML output is an option (although it defaults to on): http://maven.apache.org/plugins/maven-pmd-plugin/pmd-mojo.html#format
Hi,If I import text flow from XML and then export it back to XML default attributes are always added:columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="preserve" Is there a way to disable default values output?
I am rebuilding an old as2 app that supports huge documents, sometimes in the order of 1000+ pages of text. It needed to be scrolled and not paginated so I originally figured out how to break everything into discrete lines of text, and implemented the scrolling by having a few empty lines above and below that I would inject the content into while scrolling. It was a little messy but it scaled extremely well, especially considering this was all in as2 lol. So now I'm back at this app, and hoping to leverage a lot of the great features of the TLF. So the question is what can I do to handle using the TLF and scrolling with extreme scalability in mind. The first initial thoughts I have are to construct a master text flow of the entire document, then on the fly pull out particular lines of copy, but this solution already sounds pretty painful.So what are you guy's thoughts on the best way to imp
HiI notice all post require to use Flex SDK for font embedding. is there a way to use the TLF flash component and embed a font to it. the text is loaded from xml.does any body using the flash component any more?what I'm trying to do is very simple. load xml file into TLF component. i use TLF because the text is from right to left and I like it to be justify. (with other components the justify will start new line from the left) I tried embedding the font with provided interface, however when the text is loaded dynamically it fails.Thx
I load a previous export TextFlow as follow :var xmlOut:XML = TextConverter.export(evt.textFlow,TextConverter.TEXT_LAYOUT_FORMAT,ConversionType.XML_TYPE) as XMLBut in my xmlOut my inlineGraphicElement as source="[object Bitmap]" it's not a uri.When i load this Texflow my pitures not visibles (not loading in bacground).Help me please, I'm not understand.
Hi, I have struck in the using element.tlf_internal::getEventMirror().addEventListener(MouseEvent.CLICK, regionClickHandler) for a couple of days. I have Adobe Flash Builder Beta 2, with new version of TextLayout Framework, but still encountered such problems, i found many people could solve this problem. So whoever did this before, offer me a solution !!! Or a good running example is also good Thanks in advance!!!
hi my text layout works great as SWF, however when i publish i dont see the scroll bar in the html page.saying that i can use the mouse scroll to scroll the text.my XML:<?xml version="1.0" encoding="utf-8"?><flow:TextFlow paddingTop="5" paddingRight="5" paddingBottom="5" paddingLeft="5" whiteSpaceCollapse="preserve" xmlns:flow="http://ns.adobe.com/textLayout/2008" verticalScrollPolicy="on" horizontalScrollPolicy="auto" ><flow:p textAlignLast="right" textAlign="justify"><flow:span fontSize="13" color="0x666666" textDecoration="underline" fontLookup="embeddedCFF" fontFamily="FbTypograph Regular"....just in case i added it in my AS3 import flashx.textLayout.elements.TextFlow; import flashx.textLayout.container.*;....myTextLayout.verticalScrollPolicy = ScrollPolicy.ON; any idea what went wrong?thx,Daniel
Hi Guys,As i am using the nigtly build of TLF 4.0.0.11073.I want to copy some text from the TLF, by copy operation. I am getting this type of Error.- Call to a possibly undefined method getClipboardContents through a reference with static type flashx.textLayout.edit:ISelectionManager.In the previous build, i dont use to get this type of error, but in this nightly builds i am getting this type of error.Can anyone help me to fix the same or any workaound.Thanks in advance.Krishna
Revision: 11162Author: gruehle@adobe.comDate: 2009-10-26 13:08:55 -0700 (Mon, 26 Oct 2009)Log Message:***********Fix warnings when compiling with airframework.QE notes: -Doc notes: -Bugs: SDK-23606Reviewer: RyanTests run: checkintests, cycloneIs noteworthy for integration: noTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23606Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/defaults.css flex/sdk/trunk/frameworks/projects/halo/defaults.css
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.