-
Recente
http://github.com/flexunit/flexunitWhat are the plans for FlexUnit on Github vs. SVN? Will both be maintained or is FlexUnit moving to Github?
Revision: 11151Author: klin@adobe.comDate: 2009-10-26 10:41:10 -0700 (Mon, 26 Oct 2009)Log Message:***********Various bug fixes.Button.as-Added some ASDocs for a previous fix where we made the icons property protected instead of private.Skins.properties, components.properties, sparkEffects.properties-Removed ?\226?\128?\156Fx?\226?\128?\157 prefix and cleaned up whitespaceSwatchPanel.as, defaults.css-ColorPicker was drawing incorrectly with sparkskins because two halo specific styles were missing in the spark theme. Thus, I included highlightColor and shadowColor?\194?\160into the spark theme and added them to defaults.css.TitleWindowSkin.mxml, wireframe/TitleWindowSkin.mxml-The label skin part came too close to the close button so I added paddingDataGrid.as-Added exclude metadata for columnWidth-Column widths are now rounded down to avoid sub-pixel values in the initial renderingQE notes: NoneDoc notes: NoneBugs: SDK-23057, SDK-23695, SDK-23576, SDK-23791, SDK-22733, SDK-22757Re
Hi, flex-pmd:report fails with this error if no violations are found: An error has occurred in Flex PMD Report report generation. There is no further info. It does not happen if there's any violation. I have tried both with and without failOnError. I do specify ruleSet. FlexPmd version is 1.0.RC4. Any ideas?Thanks in advance, Alex
Hi everybody, I am working with TLF for few days and I don't understand something... I have created a textflow, and I want to apply a style (color, fontFamily...) on selected charactersBut when I use CharacterFormat, the style is applied on all the text. My first try (juste change the colortext) : Here I create my textflow :private var _textFlow:TextFlow = null; private var _container:Sprite = null; public var manager:EditManager;private function initNote():void { var controller:IContainerController; &n
Just yesterday my project swfs were updating every time I saved, which is exactly what I wanted. Now today, even though it rebuilds the project, the screen is blank white! It's only after I run "clean", every time, that I can see my changes in the browser.What can this be from? I'm using the nightly builds of Flex 4 in Flex Builder 3.Thanks so much,Lance
Hello, I have tried to get this example working but I am getting the following error when I compile:TypeError: Error #1009: Cannot access a property or method of a null object reference. at flashx.textLayout.compose::StandardFlowComposer/internalCompose() at flashx.textLayout.compose::StandardFlowComposer/compose() at PaginationWidget/recomputeContainers() at PaginationWidget/set textFlow() at PaginationAS/setChapter() at PaginationAS()I also had to delete the reference to the '${DOCUMENTS}/libs-460' directory in the build library path for it will compile. I am using the updated version of this example too. Help!
I am making an app as an Actionscript Only project, the target size should be around 100k. I added TLF and it grew from 100k to around 250k, with the addition of two selectable containers in a single TextFlow. I want to use this functionality, but don't want this to consume that much bandwidth. I looked into using the RSL swz version of TLF, but it doesn't seem possible to use that with an Actionscript only project and converting it to a Flex project will only increase the size and dependencies on external libraries. I am quite frustrated because the promise of fast and comprehensive text manipulation has been one of the greatest appeals of FP10.I thought perhaps that I was missing something obvious and went to see if I could build some simple functionality on top of FTE but that is seriously low level. I thought that the TextField class could have been upgraded to work using the FTE, and have multiple field selection capabilities...My questions are:1) Why isn't TLF include
Hi,I am working on an AS3 project, compiling with mxmlc from Flex 4 beta 2 SDK. I am having a problem with mxmlc generating (what seems to be) some Flex style classes and putting them in my SWF. I only notice this classes when I view my SWF in a decompiler. This is causing the Flex framework to be compiled into my SWF, making it about 150k bigger. If I exclude flex classes from being included via -external-library-path I obviously get a runtime error since the Flex classes are not available.The problem seems to stem that I am putting class on the 2nd frame of my SWF by using the highly undocumented [Frame] metadata tag. If I remove this tag, the Flex style classes are not inserted into my SWF. How can I stop mxmlc from injecting these classes into my SWF?
Is it possible to mask a text flow with a movieclip to overlay the text? for example :usually we would just use the textfield for masking to get this effect. apparently this is not possible from our tests. is there a work around for this?thanks,steve
[Embed(source = 'AdobeKaitiStd-Regular.otf',fontName = 'AdobeKaitiStd-Regular',fontWeight="bold", unicodeRange = "U+4E00-U+9FA5", cff = "true")] public var AdobeKaitiStd:Class; Error: unable to build font 'AdobeKaitiStd-Regular' if fontWeight="normal" is able to embed why the font can't embed in to the swf ?
Just keeping on top of the nightly builds to make sure I don't slip too far behind, and I've made the relevant changes where EditManager is concernednoFocusSelectionFormat -> unfocusedSelectionFormatfocusSelectionFormat -> focusedSelectionFormatselectAll() -> setSelection(0, editManager.absoluteEnd?) (not sure on this one)But the one that stopped me was that SelectionEvent no longer contained a reference to an ElementRange which I was using heavily to traverse the TLF "DOM", from firstParagraph to lastParagraph.I've reverted to a previous Gumbo nightly so no problems at all, but I wondered if there was any info on upcoming changes with regards to this last point (getting an ElementRange from a selection)?
Hi, I run into a problem while using the Listener of TLF, Inside the TextFlow, I have several Paragraphs. What I wish to accomplish is to trigger a mouse Event, like ROLL_OVER, ROLL_OUT event , when my mouse is over a on one of the Paragraphs. I used to experiment a while , but never seem to work, just the examples below _textFlow.addEventListener(FlowElementMouseEvent.ROLL_OUT,onMouseHandler); _textFlow.addEventListener(FlowElementMouseEvent.ROLL_OVER,onMouseHandler); /// which doesn't work. i need the event response ,so i can manipulate the paragraph private function onMouseHandler(e:FlowElementMouseEvent):void { trace("onMouseHandler" + e.type
I want to use latest build with Flex 3.3 sdk but in labs.adobe.com there is only 2008 november, and is there eny build that is same as last one in flex4 sdk but working swc for using with flex 3.Or what is the reason if there isnt't ( it depends on flex 4 sdk somehow?). If there is please working link where to download. Thanks.
Hi,I am using textflow in my application. I need to add a functionality of getting focus(cursor blinking) on right click.How can I do this?Thanks in advance.
I have been working with the TLF for the past week and a half. It started out quite rocky do to the various version differences. I tried, in Flex 3, the Beta 2 SDK (4.0.0.10485) and later builds to embed fonts with no success even with the ‘cff’ changed to ‘embedAsCFF’ the font swf would still fail to embed properly. I even tried the same process in Flash Builder 4 with no such luck.I finally came to a working embed / loading scheme.  
FlexUnitCompilerApplication.mxml is generated by Flash Builder Beta 2, not sure why. It contains this code, which declares a variable but doesn't do anything else:<?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/halo" minWidth="1024" minHeight="768"> <fx:Script> <![CDATA[ import mainstreet.WidgetTest; private var mainstreet_WidgetTest_obj:mainstreet.WidgetTest; ]]></fx:Script> <fx:Declarations> <!-- Place non-visua
I'm using flash text layout component and loading the content from XML.how do i enable the scrollbar?with static text scrollbar shows automatically.thx,
Revision: 11092Author: gruehle@adobe.comDate: 2009-10-22 15:40:32 -0700 (Thu, 22 Oct 2009)Log Message:***********Styling bug fixes:- Halo Panel cornerRadius is for theme="halo, spark"- Add support for borderAlpha and borderVisible to DateChooser.- Halo NumericStepper proxies the borderVisible style down to the text input.- Spark Spinner: add metadata for cornerRadius- Spark FocusSkin: add null check- SpinnerSkin/NumericStepperSkin: push cornerRadius down to increment/decrement buttons- PanelBorderSkin: round corners of control barQE notes: NoneDoc notes: NoneBugs: SDK-23537, SDK-23447, SDK-23350, SDK-23370, SDK-23271, SDK-23343, SDK-23341Reviewer: KevinTests run: checkintestsIs noteworthy for integration: NoTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-23537 http://bugs.adobe.com/jira/browse/SDK-23447 http://bugs.adobe.com/jira/browse/SDK-23350 http://bugs.adobe.com/jira/browse/SDK-23370 http://bugs.adobe.com/jira/browse/SDK-23271 http://bugs.a
hi, i have some data that is generated from a database and loaded into flash, my problem is that this data should change when a user chooses product. how can i have the data inside the created textflow using as3? below are some of the code i user plese help so that i can update or even delete this textflow span.text = ms[index].pdescription; // is the text loaded for the first time ? i need to be able to change this text
Is there any motion toward rebuilding a charting framework using spark? Any plans for it?Thanks for the heads up.
Hi,I'm using an autocomplete component which extends ComboBox. Unfortunately it no longer compiles under the Flex 4 SDK. The problem is that ComboBase defines:protected var textInput:ITextInput;which used to be a simple TextInput. The problem now is that textInput does not have setSelection or selectionBeginIndex properties.Any ideas how to get around this ?Thanks,Grant.
Working with TextLayoutFormat...I can't see the difference between the format property (FlowElement class) and hostFormat property (TextFlow class).Can someone be more explicit than the actual documentation ?
How does one get the equivalent of contentHeight property of a textLayout component instance?I'm trying to get the actual height of the whole of the text content inside the component instance, but all i can target is the instance itself, and all i can get from that is the height of the instance...Any help is appreciated!
I want "breakOpportunity = ALL" for some areas of text and "breakOpportunity = AUTO" on others. Is there any way to do this on the fly? I keep getting "Error #2184: The ElementFormat object is locked and cannot be modified." when I try to edit this property during composition.
I'm trying to set a RichEditableText dynamically in a repeater and I need help.If I set the content property the images don't show up and I think it just shows the raw markup. I tried assigning it to the textFlow property and I get errors.Shows raw markup:<mx:Repeater id="postsRepeater" dataProvider="{XML(content1.lastResult).posts.post}" width="100%" x="0" y="0"> <mx:VBox id="contentVBox3" width="450" verticalGap="0" verticalScrollPolicy="off" horizontalScrollPolicy="off"> <s:RichEditableText width="100%"
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.