-
Actividad reciente
Downloaded and installed the latest stable Gumbo build for Flex Builder 3 and code hinting inside Script tags is gone. Is to be expected or is something wrong?
helloI have downloaded and extracted the files that I need for Flex SDK, however, wondering where to start it up at? Help? All I see is a bunch of folders and no where to begin..Any help would be appreciated!
Revision: 7214Author: gruehle@adobe.comDate: 2009-05-22 05:19:31 -0700 (Fri, 22 May 2009)Log Message:***********Beta 1: Alternative metadata changes.Add alternative metadata to Spark ButtonBarRemove alternative metadata from Halo Label (just for Beta)Add alternative metadata to Halo TitleWindow Bug: SDK-21360QA/Doc notes: noneReviewer: SteveTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21360Modified Paths:************** flex/sdk/branches/beta1/frameworks/projects/flex4/src/spark/components/ButtonBar.as flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/containers/TitleWindow.as flex/sdk/branches/beta1/frameworks/projects/framework/src/mx/controls/Label.as
Revision: 7204Author: gruehle@adobe.comDate: 2009-05-21 16:30:20 -0700 (Thu, 21 May 2009)Log Message:***********Tweaks to appearance of Halo skins for WindowedApplication/Window to match Spark appearance.Bug: SDK-19653QA Notes: Baseline images of Halo WindowedApplication/Window need to be updated.Doc Notes: noneTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19653Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/defaults.css
Revision: 7203Author: gruehle@adobe.comDate: 2009-05-21 16:22:37 -0700 (Thu, 21 May 2009)Log Message:***********Made more skin parts optional:Panel: titleFieldScroller: horizontalScrollBar, verticalScrollBarBugs: SDK-20213QA Notes: Test should be added to make sure the components function correctly with the parts missingDoc Notes: NoneReviewer: HansTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-20213Modified Paths:************** flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Panel.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Scroller.as
I am re-writing our spell checker that we used with the RichTextArea in Flex 3 to work with TLF. I have implemented a solution based on the spell checker adornment example. I am now trying to optimise it to only update the visible text lines or only the recently updated text lines as updating the entire text flow is slow once there is a fair amount of text, and is unnecessary. I cannot find a way to find out if a text line is visible on screen or if it has been recently changed. Any help would be appreciated.Thank you.
Hey there,I have a question concerning CompositeOperations and undo-ing them.Imagine this example:var c:CompositeOperation = new CompositeOperation();var s:SelectionState = new SelectionState(textFlow,1,1);c.addOperation(new InsertInlineGraphicOperation(s,'images/testgfx.gif','auto','auto',Float.NONE));c.addOperation(new InsertInlineGraphicOperation(s,'images/testgfx.gif','auto','auto',Float.NONE));c.addOperation(new InsertInlineGraphicOperation(s,'images/testgfx.gif','auto','auto',Float.NONE)); (textFlow.interactionManager as IEditManager).doOperation(c);if I run this code it works like a charm, three images are added in a row.Only after calling this:(textFlow.interactionManager as IEditManager).undo();The operations aren't being undone...Am I doing something wrong, or is this a bug?thanks a lot in advance,Roland
Revision: 7163Author: aharui@adobe.comDate: 2009-05-20 19:19:55 -0700 (Wed, 20 May 2009)Log Message:***********Initial checkin of frame 1 cleanup. In an RSL linkage, more classes will now come from the RSL because they are no longer needed in frame 1, and the size of the application SWF will be smaller.QE Notes: NoneDoc Notes: Maybe. All new classes should be undocumented, but it might be worth checking that and any changes to interfacesBugs: Reviewer: darrelltests: checkintests mustella/MarshallPlanModified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Application.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as flex/sdk/trunk/frameworks/projects/flex4/s
Revision: 7158Author: gruehle@adobe.comDate: 2009-05-20 16:15:45 -0700 (Wed, 20 May 2009)Log Message:***********Wireframe skin changes:Add DropDownListSkinChange default button size to 21 pixels high (was 23)Tweaked color for DefaultButtonSkinBugs: SDK-19693QA Notes: Joann is creating new baseline bitmapsDoc Notes: NoneTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-19693Modified Paths:************** flex/sdk/trunk/frameworks/projects/wireframe/defaults.css flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ButtonSkin.mxml flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/DefaultButtonSkin.mxml flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/ToggleButtonSkin.mxmlAdded Paths:*********** flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/DropDownListButtonSkin.mxml flex/sdk/trunk/frameworks/p
Revision: 7148Author: gruehle@adobe.comDate: 2009-05-20 12:29:46 -0700 (Wed, 20 May 2009)Log Message:***********Add comment AdobePatentID="B976"Modified Paths:************** flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Skin.as flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/SkinnableComponent.as flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SkinPartEvaluator.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/SkinPartExtension.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/TypeAnalyzer.java
Revision: 7081Author: gruehle@adobe.comDate: 2009-05-19 12:16:37 -0700 (Tue, 19 May 2009)Log Message:***********Fix bug SDK-21190: Flex chrome on mac: maximize button retains mouseOver appearance after clicking it when already maximized.Fixed both the Halo and Spark skins.Reviewer: DarrellQA/Doc: NoneTicket Links:************ http://bugs.adobe.com/jira/browse/SDK-21190Modified Paths:************** flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/TitleBar.as flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleBar.as
Hey,I'm trying to use build 432 of the textlayout frameword on flash cs4, but I can't install it.Am I doing something wrong, or is it just not possible?
I try 432 and 427 build.In \examples\actionscript\swfs\CustomLinkEventHandler.swf dont work hand cursor over LinkElementThen i write simple code for testing.<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" horizontalAlign="left" applicationComplete="init()"> <mx:Script> <![CDATA[ import flashx.textLayout.events.FlowElementMouseEvent; import flashx.textLayout.edit.SelectionManager; import flashx.textLayout.container.ContainerController; import flashx.textLayout.elements.LinkElement; import flashx.textLayout.elements.SpanElement; import flashx.textLayout.elements.ParagraphElement; import flashx.textLayout.formats.TextLayoutFormat; import flashx.textLayout.elements.TextFlow; public function init():void { var sp:Sprite = new Sprite(); rawChildren.addChild(sp); var textFlow:TextFlow = new TextFlow(); var format:TextLayoutFormat = new TextLayoutFormat(); format.fontFamily = "Trebuchet MS"; format.fontSize = 18; textFlow.host
is there an officially supported flashUnit, or must we only unit test flex applications?
Hi,Fairly new to Flex and still learning but here is my issue:Lets pretend I have an online purchasing website. A user searches for a product they wish to purchase and 20 items are returned. In the CF and HTML days I would output the list of the items with a checkbox next to each row and a FORM submit button at the bottom. The user selects which items they want and press the submit button. I would have given the value of the checkboxes the ID of the product they've checked so after form submission I'd have CF insert into a DB the IDs they selected. I do not want to save anything to a DB until the user has checked the items they want and then press submit. How on earth do I do this in Flex with Datagrids and checkboxes?I've tried a few examples out there using ItemRenderors but they all want me to Bind to a DB and I don't need to do that here, I just need to create a checkbox for every row and know which IDs the user has selected after they press a Flex button. There does not seem to be
Revision: 7001Author: aharui@adobe.comDate: 2009-05-17 15:06:42 -0700 (Sun, 17 May 2009)Log Message:***********User-submitted patch to prevent focusRect from showing up on SwatchPanel if showTextField=falseQE Notes: NoneDoc Notes: NoneBugs: sdk-11902Reviewer: alextests: checkintests, mustella/ColorPickerTicket Links:************ http://bugs.adobe.com/jira/browse/sdk-11902Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/ColorPicker.as
Revision: 6999Author: aharui@adobe.comDate: 2009-05-17 12:10:19 -0700 (Sun, 17 May 2009)Log Message:***********User-submitted patch to allow disabling of ApplicationControlBar. Should not be synced to trunk as 4.0 employs different disabling strategy.QE Notes: NoneDoc Notes: NoneBugs: sdk-20609Reviewer: alextests: checkintests, mustella/ApplicationTicket Links:************ http://bugs.adobe.com/jira/browse/sdk-20609Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/Application.as
Only took a few weeks, but I finally was able to dig into it and with theassistance of our sysadmin get the scripts updated to change how the dashesare output. Hope you like asterisks!Matt
Is it possible to block the event handling so that if the user clicks on a link nothing happens? I want to validate links and provide the ability to create internal links that navigate within the application, but no matter what parameters I change on the event listener for the click event on the textFlow it always tells the browser to go to the link location.Thanks in advance.
Revision: 6975Author: gruehle@adobe.comDate: 2009-05-15 15:18:14 -0700 (Fri, 15 May 2009)Log Message:
Hi,I have a question about how to prevent a particular span from getting merged with adjacent ones. I saw something posted somewhere a while back that mentioned something about the fact that setting the 'id' property on a FlowElement will prevent that element from being merged with others. If I assign an id to a span, will that prevent it from being merged with any adjacent spans that have identical text layout formats? Does assigning a unique user style achieve this also?TIA,Brent
Are there any helpers or events so we can catch if a user has deleted some inline graphics?Thanks
How to tell TextFlow to use some default paragraph formating? I want any text with <p></p> paragraph to have default marginBottom of 10.
No changes in 432 release?
Hi, I am trying to figure out to implement a ruler like the online TLF demo has, http://labs.adobe.com/technologies/textlayout/demos/.Could you let me know what would be the best way to do this? And also, is it possible to open the source of this demo?Thanks in advance.Luke.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.