『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Revision: 10275Author: gruehle@adobe.comDate: 2009-09-15 12:13:55 -0700 (Tue, 15 Sep 2009)Log Message:***********Beta 2 bug fix. Remove styleProxy from SkinnableTextBase, and replace with pushing padding styles from the skin into the textDisplay.QE notes: -Doc notes: -Bugs: SDK-20479Reviewer: JasonTests run: - checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-20479Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTextBase.as flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
Hi i have added following to get selectiontextFlow.addEventListener(SelectionEvent.SELECTION_CHANGE, selectionHandler);function selectionHandler(ev:SelectionEvent):void { trace(ev.type);/*var range:ElementRange = ev.selectionState ? ElementRange.createElementRange(ev.selectionState.textFlow, ev.selectionState.absoluteStart, ev.selectionState.absoluteEnd) : null; trace("Starting index of selection range: " + range.absoluteStart); trace("Ending index of selection range: " + range.absoluteEnd);*/} when i uncomment from above code it gives this error 1119: Access of possibly undefined property selectionState through a reference with static type
Hi,I get a strange behavior on the selection of text in a textFlow with several linked containers (from the latest SVN version it seems).The problem occurs on the following case: http://lafabrick.com/labz/tlfTest/ (source code enabled)If I select some text in container D to A (or vice versa): display of text selection is correct.The problems are:- If I select some text in the containers B or C, and that I move the selection to the right or left: the container is moving ...- If I select some text in the containers B or C, and that I move the selection to the up or down: the display of the selection is not normal (I have a "blinking selection")TLF version : 502 (715519)Regardsfabien
I am building a TLF app that uses a multi-column layout and i am trying to figure out how to force two paragraphs of text to alway be displayed together in the same column. It is basically a header and accompanying text, like so:Chapter 2blah blah blah...I want to prevent 'Chapter 2' from showing up all by itself a the bottom of a column without at least the first paragraph of the chapter showing.Is there the concept of a 'column break' or a way to force a text block to always be displayed in the same column using TLF?Thanks,d
Hello,I have set up Eclipse (Europa - carbon OSX), with the Flex Builder 3 Eclipse Plugin, set all the variables and imported all of the svn Gumbo project into Eclipse, and I'm not getting any errors, and I can successfully run the sparkTest project! Hooray!Now I would like to be able to debug the compiler to see how it works, but I have no idea where to start... I'd just like to start putting breakpoints everywhere but when I do that nothing happens? Any ideas how to get started?Thanks!Lance
How do you compare the differences between the sandboxes?I know 'svn diff', but there's too much output, I would just like to first see the files that are different, then look at each file individually.Thanks,Lance
Hello,I downloaded the Flex 4 SDK and TLF on it.Before this TLF version, I was using the Flash C4 TLF component: TLF has method TextConverter.importToFlow(someXML, ...); to import XML and to generate textFlow.Now in the TLF of Flex 4 SDK the TextConverter class doesn't exist, but there is a new class named TextLayoutImporter with the same method named importToFlow(), but with different parametres in input.Some one has used this class? Could help me?Thank you...
Revision: 10230Author: gauravj@adobe.comDate: 2009-09-14 08:54:44 -0700 (Mon, 14 Sep 2009)Log Message:***********Fix for ASDoc not handling <img> tag correctlyQE notes: None.Doc notes: NoneBugs: SDK-22902 Tests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22902Modified Paths:************** flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
Hi,I'm currently re-developping my website with the new Flex 4 SDK. I'm facing something weird :I built a new panel, based on a skinnabled container. A couple of tweaking for the skin, and voilà, a nice look and feel ! But I'd like to add some more functionnalities : close and refresh button on the right and a toolbar in the middle. So, following what Peter Dehaan posted on his blog, I came up with the following class : public class RoundPanel extends SkinnableContainer { [SkinPart(required="true")] public var titleField:TextGraphicElement; [SkinPart(required="true")] public var headerGroup:Group; &nb
Hi,I'm new to Flex and of course to TLF. I have been testing and find out that big documents (one megabyte) take too much time to load. I don't know if it is because we are working with a beta version of the product or I'm doing something wrong. Does anybody have been testing this framework with big documents? Anyone can point me in the right direction?Thanks in advanceGuillermo
I've installed sdk 3.4 and it will not compile:private var result:Vector.<String>Error: Description Resource Path Location Type1046: Type was not found or was not a compile-time constant: Vector. odclasses.mxml test1/src line 14 Flex ProblemAny idea where i'm going wrong? Thanks
Revision: 10218Author: gruehle@adobe.comDate: 2009-09-13 11:03:38 -0700 (Sun, 13 Sep 2009)Log Message:***********Fix more skinning and styling bugs.SDK-23161 ?\226?\128?\147 Halo VideoDisplay now has a white background instead of old black background.add contentBackgroundColor style to VideoDisplay selector. Still need backgroundColor style, so that one is not removed.SDK-23122 ?\226?\128?\147 ApplicationControlBar looks different.set borderSkin for ApplicationControlBar to the HaloBorder. This brings back the Halo look for ACB (there is no Spark look specified by XD)SDK-23115 ?\226?\128?\147 Halo Panel dropShadow displayed in closed divided box.hide the drop shadow if the panel width or height is 0SDK-22551 ?\226?\128?\147 Background is not a gradient when compiling a Flex 3 app with Flex 4 and using the Halo theme.add ApplicationBackground to sparkskins, and removed Flex 4 specfic code from the Halo ApplicationBackground. The spark ApplicationBackground just draws a rect using
Revision: 10216Author: aharui@adobe.comDate: 2009-09-13 08:20:06 -0700 (Sun, 13 Sep 2009)Log Message:***********Change Label verticalAlign to use "top" if there is too much text. RichText already works this way.QE Notes: NoneDoc Notes: NoneBugs: SDK-20589Reviewer: GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/GraphicsTagsTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-20589Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
Revision: 10215Author: aharui@adobe.comDate: 2009-09-13 08:18:59 -0700 (Sun, 13 Sep 2009)Log Message:***********Resizable header in Spark Skins for Halo PanelQE Notes: NoneDoc Notes: NoneBugs: I'll tell you once JIRA is back on lineReviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/containers/PanelModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Panel.as flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/PanelBorderSkin.mxml
Hi,I have downloaded the InstallAnywhere Self Extractor file of flex builder as a trial version ...but am not able to install it on my system ..as am using windows xp operating system...could anyone please guide me about how to install this file...it is the file that i downloaded from adobe trials product for flex 3 ....at my system its fully and completely downloaded ...but file type is showing as just file...dont know how to open it ..?Sanjay.
Revision: 10212Author: aharui@adobe.comDate: 2009-09-12 23:40:14 -0700 (Sat, 12 Sep 2009)Log Message:***********Make sure UITLFTextField style changes are updated in the same frame/updateQE Notes: NoneDoc Notes: NoneBugs: SDK-22663Reviewer: GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/modules/fonts was run, but all tests seem to be excludedTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22663Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/controls/TLFTextField.as
Revision: 10211Author: aharui@adobe.comDate: 2009-09-12 17:56:04 -0700 (Sat, 12 Sep 2009)Log Message:***********Fix measurement using TLFTextField in RSLsQE Notes: NoneDoc Notes: NoneBugs: SDK-22653Reviewer: GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests mustella/modules/fonts was run, but all tests seem to be excludedTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-22653Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/TextFieldFactory.as
In my application there are different use cases where it would be good if I could modify the text before rendering without actually altering the textflow. For example if you want to implement faux small caps by using a style name (example: <p styleName="fauxSmallCaps">Heading</p>). So it would be nice if you got the paragraph as a text flow to export a clean version of it, but if you render it it would be something like <p>H<span fontSize="12">EADING</span></p> so that it would be rendered correctly.It would be also a nice way to create automatically numbered lists or headings, but then it would be necessary to create a type of text that isn't selectable and changeable.Is there a way to implement something like this without using hacks like a hidden TextFlow that contains the clean code and/or layering another TextFlow on top of the current one?
Revision: 10184Author: aharui@adobe.comDate: 2009-09-11 16:25:23 -0700 (Fri, 11 Sep 2009)Log Message:***********Fix ghosting caused by glowing focus skins.QE Notes: NoneDoc Notes: NoneBugs: SDK-19255Reviewer: GordonAPI Change: NoIs noteworthy for integration: Notests: checkintests gumbo/components/TextArea, TextInputTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19255Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/FocusSkin.as flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
Revision: 10183Author: aharui@adobe.comDate: 2009-09-11 16:18:47 -0700 (Fri, 11 Sep 2009)Log Message:***********Fix focusEnabled settings on ScrollBar Wireframe skinsQE Notes: NoneDoc Notes: NoneBugs: SDK-22611Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests gumbo/components/Ticket Links:************ http://bugs.adobe.com/jira/browse/SDK-22611Modified Paths:************** flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/HScrollBarSkin.mxml flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VScrollBarSkin.mxml
Revision: 10181Author: aharui@adobe.comDate: 2009-09-11 16:15:16 -0700 (Fri, 11 Sep 2009)Log Message:***********Update metadata on ButtonBarQE Notes: NoneDoc Notes: NoneBugs: SDK-21589Reviewer: CoreyAPI Change: NoIs noteworthy for integration: Notests: checkintests gumbo/components/ButtonBarTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21589Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/ButtonBar.as flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
Revision: 10180Author: jacobg@adobe.comDate: 2009-09-11 16:05:45 -0700 (Fri, 11 Sep 2009)Log Message:***********Update PopUpAnchorExample.mxml for recent style changesModified Paths:************** flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/PopUpAnchorExample.mxml
I am adding a simple RichText element with a SpanElement as the content. I am setting the backgrounColor of the span, but rather than highlighting the entire text, it is only highlighting the top few pixels of the first line of text.Is this a bug or am I doing something wrong?<?xml version="1.0" encoding="utf-8"?><mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/halo" width="100%" height="150" horizontalScrollPolicy="off" verticalScrollPolicy="off" xmlns:s="library://ns.adobe.com/flex/spark"> <fx:Script> <![CDATA[ [Bindable] public var imageUrl:String; [Bindable] public var caption:String; ]]> </fx:Script> <mx:Image source="{imageUrl}" width="210" height="150" x="{(width - 210) / 2}" /> <s:Group> <s:RichText width="135" height="100%"> <s:content> <s:span fontSize="16" fontFamily="times, serif" color="#000000" backgroundColor="#ff0000" text="{caption}"/> </s:content> </s:RichTe
It seems that the DataGroup is missing some important features that the Group has, such as addElement/removeElement, and it seems like it almost just grabs some random methods from IVisualElementContainer as it needs them (getElementAt, getVirtualElementAt).if you don't want people to manually "addElement" in the datagroup, you could just throw an error, but have a reference to the "player version" with $addElement. But having that extra functionality is important for adding more support for other types of graphics in the DataGroup.I would like to extend the functionality of DataGroup so it can support full 3D, but I need to use addElement-like functionality, so it seems like putting the Group IVisualElementContainer code into GroupBase would be a good thing.Please let me know if you what you think.Lance
Revision: 10145Author: aharui@adobe.comDate: 2009-09-10 22:50:55 -0700 (Thu, 10 Sep 2009)Log Message:***********revert 10144. Gotta rethink some corner cases. At least I know where the mustella tests are now.Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
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.