-
Als letztes aktiv
Anyone know if there's a way of download the plugin in a zip file. These because i want to use it in a computer that hasn't internet connection. Thanks
Hi-I'm updating a piece of content that used the released beta of the TLF, to r460. I had been setting p.marginBottom, marginTop, marginLeft, and marginRight on ParagraphElement's. But the margin properties are gone, and padding doesn't provide the same effect as margin. Any ideas? Thanks!-Matt
Hey guys,I just downloaded the text layout component and I cant find a documentation for it. I knew how to write a static text. But I wanna learn how to control it by the action script. Please help. Thanks
Is it ever possible to make an irregular shaped DisplayObjectContainer and use it to make an IContainerController? Or do I have to make multiple box container and link them up?
Sorry for the repost.I'm having an extremely difficult tracking this issue down. I hope someone can help!ReplicationCopy the Wingdings TTF (from your OS font library) to the Flex app pathUse the following code for your Flex app:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" height="500" width="800" fontSize="20" xmlns:ns="library://ns.adobe.com/flex/spark"> <mx:Style> @font-face { src: url(Wingdings.ttf) ; fontFamily: Wingdings (DF4); fontStyle: normal; &n
I have Times New Roman size 10 font. In Word, Excel, and Google Docs the height of "Mg" in pixels is 12 but in my application and in the TLF Demo application the height is 9 pixels.Anyone know why?Thanks
Revision: 8500Author: gruehle@adobe.comDate: 2009-07-09 17:37:33 -0700 (Thu, 09 Jul 2009)Log Message:***********Don't proxy the borderSkin style from ComboBase down into the text input. If you need to set the borderSkin for a Combo text input, use textInputStyleName.Bugs: SDK-22173QE Notes: cyclone tested by JoanDoc Notes: noneReviewer: JasonTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22173Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ComboBase.as
Revision: 8497Author: gruehle@adobe.comDate: 2009-07-09 15:33:28 -0700 (Thu, 09 Jul 2009)Log Message:***********This should have been part of revision 8277. Explicitly set blendMode="normal" for ListSkin so the disabled appearance looks correct.Bugs: SDK-19745QE Notes: noneDoc Notes: noneTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19745Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ListSkin.mxml
Revision: 8490Author: gruehle@adobe.comDate: 2009-07-09 13:02:26 -0700 (Thu, 09 Jul 2009)Log Message:***********When container sets opaqueBackground, use contentBackgroundColor instead of backgroundColor when the borderSkin is a Spark skin.Bugs: SDK-21229QE Notes: This fix applies to all Containers with spark skins (TitleWindow and Panel)Doc Notes: noneReviewer: CoreyTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21229Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
This is carry over discussion from: http://bugs.adobe.com/jira/browse/SDK-18718I'm looking to do some custom metadata processing in a compiler extension. There is an old extension mechanism and a newer one. I think either would work for me but I do have some questions. I'm hoping to trailblaze metadata processing and make my work public for anyone to use. I've already heard from one Flex framework developer whose looking for the same functionality. Ideally, I can come up with capabilities that rival Java's annotation processing and everyone can benefit.First question: Using either of the extension mechanisms, can I report a compilation error complete with line number and error message? Second question: Has anyone put any thought into using these extension mechanisms within FlashBuider. I'm an experienced Eclipse plug-in developer and these compiler extensions don't make much sense if they can't be added to a FB workbench. The newer extension me
Hi!When I run the attached MXML file (rename to .mxml), and click on "bar",nothing happens (no alert pop up).Then I click inside "blah", and hit some character.Now, when I click on "bar", I get the desired reaction - an alert pop up.How could I make the click handler work as expected?Tobi
Revision: 8471Author: hneelu@adobe.comDate: 2009-07-09 04:22:35 -0700 (Thu, 09 Jul 2009)Log Message:***********Added Paths:*********** flex/sdk/README.txt flex/sdk/conf/ flex/sdk/conf/authz flex/sdk/conf/passwd flex/sdk/conf/svnserve.conf flex/sdk/db/ flex/sdk/db/current flex/sdk/db/format flex/sdk/db/fs-type flex/sdk/db/fsfs.conf flex/sdk/db/min-unpacked-rev flex/sdk/db/rep-cache.db flex/sdk/db/revprops/ flex/sdk/db/revprops/0/ flex/sdk/db/revprops/0/0 flex/sdk/db/revs/ flex/sdk/db/revs/0/ flex/sdk/db/revs/0/0 flex/sdk/db/transactions/ flex/sdk/db/txn-current flex/sdk/db/txn-current-lock flex/sdk/db/txn-protorevs/ flex/sdk/db/uuid flex/sdk/db/write-lock flex/sdk/format flex/sdk/hooks/ flex/sdk/hooks/post-commit.tmpl flex/sdk/hooks/post-lock.tmpl flex/sdk/hooks/post-revprop-change.tmpl flex/sdk/hooks/post-unlock.tmpl flex/sdk/hooks/pre-commit.tmpl flex/sdk/hooks/pre-lock.tmpl flex/s
How can I get the element , char or char postion in a textFlow at a given x/y position (for example a MouseEvent)?
I downloaded the latest build of the tlf (build 460) i put de swc in the external lib path but when i test the movie i get the following error's1119: Access of possibly undefined property HTML_FORMAT through a reference with static type Class.1067: Implicit coercion of a value of type flashx.textLayout.container:ContainerController to an unrelated type flashx.textLayout.container:IContainerController.1061: Call to a possibly undefined method updateAllControllers through a reference with static type flashx.textLayout.compose:IFlowComposer.I'm using flash cs4.Just one more question: kan one render fckeditor's html format in de tlf?help
I've been using ASDoc for a project of mine and I've been really trying to extract some of the functionality I see in Adobe's documentation. I've noticed that there is a lot of functionality that is either missing portions to work right, or disabled altogether. Is there a reason the full version of ASDoc is not included in the SDK?Some of the features I'm most concerned with is local search, being able to search my documentation without using LiveDocs. I noticed there is JavaScript setup to handle a local search, but you can't enable it. I hardcoded it on, but it then references a search.html which is not included in the templates or generated by Saxon or ASDoc, so i'm confused on where this is supposed to come from.Another big feature i'm curious about is setting a description for the overview.html page. This would be like settings comments for -package but at the Top level. there are a handful of references to overview.html in the templates, but again. Neither Saxon or ASDoc generate
Revision: 8448Author: gruehle@adobe.comDate: 2009-07-08 07:51:52 -0700 (Wed, 08 Jul 2009)Log Message:***********Item renderer shouldn't pick up borderSkin from the List.Bugs: SDK-15002Doc Notes: noneQE Notes: noneReviewer: AlexTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-15002Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentHolder.as
Revision: 8446Author: gauravj@adobe.comDate: 2009-07-08 07:40:44 -0700 (Wed, 08 Jul 2009)Log Message:***********Removing unused variables.QE Notes: None.Doc Notes: None.tests: checkintestsModified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
This may be a possible enhancement...I was trying to figure out how to allow the user to stop a test run, by hitting a button that routed to the RunNotifier.as pleaseStop() method.However, it doesn't look like there is any way to access this notifier off of the FlexUnitCore object. The notifier is private, and there's not other way to get a handle on the notifier from the FlexUnitCore perspective - which is what the UI has access to. While a Runner gets passed a notifier instance, the Runner is not interacting with the outer application controlling the flexunit test run.Though the FlexUnitCore notifier variable is of a IRunNotifier interface type (which doesn't define pleaseStop()), since the variable isn't public and since it is always a RunNotifier.as implementation when the FlexUnitCore constructor creates it, it should be safe to expose methods that only exist on it through the FlexUnitCore.I'd like to see either of these enhancements on the FlexUnitCore.as class for al
I get the following error when I attempt to add teh Cairngorm Plug-in to Flex Builder 3: Cairngorm Plugin (0.0.6.200811131413) requires plug-in "org.eclipse.emf.codegen". Can anyone help? Thanks.
Im using TLF build 460 (707635). I may be missing something but im thinking that non breaking spaces are not supported? I dont think there is a equivilent in FXG either.Can I have a non breaking space in a tlf SpanElement? Something equivilant to <span>foo& nbsp ;bar</span>. Ive tried importToFlow with various argument combinations, changing source types(xml, string) and formats(FXG_FORMAT, TEXT_LAYOUT_FORMAT, HTML_FORMAT, PLAIN_TEXT_FORMAT);I have a custom importer and exporter and a few thoughts that came to mind were using a tab element or replacing with a space, but im trying to stay away from string.replace or regex. Aside from importing, to get the real intended functionality of a nbsp im thinking I would have to put the string with "nbsps" in its own span and do some test to make sure its on the same line.Am i missing something and nbsp is supported? If its not supported any recomendations to add this support?
Revision: 8441Author: gauravj@adobe.comDate: 2009-07-07 19:00:28 -0700 (Tue, 07 Jul 2009)Log Message:***********Removing warning for "signed rsls not supported". There was a bug in the original implementation and it was generating the warning even when the target player version was 10.0.0Also since for flex 4 the minimum required player version is 10, the warning was no longer required. This should also get mxmlcunit test passing again.QE Notes: None.Doc Notes: None.Reviewer: will be Darrelltests: checkintestsModified Paths:************** flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java flex/sdk/trunk/modules/compiler/src/java/flex2/tools_en.properties
Revision: 8437Author: gruehle@adobe.comDate: 2009-07-07 16:52:58 -0700 (Tue, 07 Jul 2009)Log Message:***********Change the TextInput border stroke to a solid opaque color so it matches the TextArea border when baseColor is applied.Bugs: SDK-18511, SDK-22097Doc notes: noneQE notes: noneReviewer: XDTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-18511 http://bugs.adobe.com/jira/browse/SDK-22097Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperTextInputSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
Hi,I just want to change the markup text with a markup string I am having.Please let me know how can I do that.Regards,Rajesh
Hi,I have just download the .swc files while following the instruction on adobe site.However, I cannot run any of the example included in the package.I am getting around 15 errors copied below. To me it sounds like some issue with swc files, not sure though ??Severity and Description Path Resource Location Creation Time Id1046: Type was not found or was not a compile-time constant: TextLine. TextLayoutText Unknown 1246630125820 288511046: Type was not found or was not a compile-time constant: TextLine. TextLayoutText Unknown 1246630125820 288521046: Type was not found or was not a compile-time constant: TextLine. TextLayoutText Unknown &nb
any idea why the pagination example removes spaces when span is applied? for example, this code (straight from the example),renders like this,
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.