-
Recente
Hi, I have a textFlow where I have implemented columnCount and columnGap properties. Now for some reason I have to remove that old container with: textFlow.flowComposer.removeAllControllers(); and use a new container to update it's height and width; But I am not getting the columnCount and columnGap even though I reassign it with ContainerFormat after adding the Controller to textFlow. Please suggest. Thanks Rajesh
Can anyone point me at the code in the DMV classes that creates, positions (and doesn't scale 😉 ) the data tip that appears when you mouse over bars in a ColumnChart ? -- Tom Chiverton Helping to administratively differentiate strategic corporate impactful strategic users as part of the IT team of the year, '09 and '08 **************************************************** This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose registered office address is at Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of members is available for inspection at the registered office together with a list of those non members who are referred to as partners. We use the word partner to refer to a member of the LLP, or an employee or consultant with equivalent standing and qualifications. Regulated by the Solicitors Regu
ok, so just out of the blue i keep getting a similar error on compile regardless of what font (yes it's opentype): "The font named Cooper Std Black will be output as an older DefineFont swf tag instead of using the DefineFont4 swf tag. Fonts set to "Bitmap text [no anti-alias]" can not use the DefineFont4 swf tag." this font was working before but for some reason i keep getting this error, tried "reinstalling" the layout framework, about to reinstall flash cs4.....anyone else run into this conundrum.
I'm creating a new TextFlow, calling textFlow.flowComposer.updateAllContainers(), and it creates an empty paragraph and span. That means when I start adding ParagraphElements to the flow, there is an empty line at the top. After creating a textFlow and adding a paragraph, I expected the paragraph to be first. Is there a better way around this than setting a flag?
Revision: 5170 Author: gruehle@adobe.com Date: 2009-03-04 17:50:32 -0800 (Wed, 04 Mar 2009) Log Message: ----------- Round 2 of bug fixes for the Spark skins for Halo components. Thanks to Alex for help with the data grid issues. Bugs fixed: SDK-19655 - Setting rowCount property on DataGrid causes extra blank row to be displayed SDK-19652 - Items in a DataGrid do not line up after scrolling. SDK-19605 - disabled Halo ColorPicker with Gumbo skin draws too dark SDK-19596 - When you have a single button on an Alert, the left edge looks flatter than the right SDK-19585 - Menus compiled with the halo theme in Flex 4 have a different backgroundColor than in Flex 3 SDK-19665 - Halo List with Gumbo skin doesnt draw the alternating item color all the way to the right edge of the control if VScrollBar is present SDK-19651 - odd header rendering issue on Halo DataGrid with Gumbo skin QA Notes: The alert layout code was positioning the buttons/text on sub-pixel boundaries if the width or height
I must be missing something basic... I am trying to load a swf via InlineGraphic. I get varying degrees of failure in different browsers, Safari, Firefox, and IE, and not always the same result for a specific browser on multiple runs of the application. Sometimws I see that the inline swf is coming across to the browser(i can see that with Firebug as well as the debugger console in FlexBuilder) but it is not showing up as visible. Other times, I get nothing. Sometimes the browser hangs, and one time the inline swf appeared in Firefox. In addition, the export via TextFilter indicates that the TextFlow is correct, and I get all of the appropriate StatusUpdateEvents. What am I missing? I am using Gumbo 5032 Thanks, tim
Is it possible to determine the amount of columns a textflow generates when textFlow.columnCount = FormatValue.AUTO? textFlow.computedContainerFormat.columnCount gives back "auto".
Hi FlexSDK devs, I found something strange... Flex SDK 3.3.0.4852 is the latest stable build but it doesn't have these 2 packages: - flash.events - flash.net I checked my SDK 3.0 (milestone build) and it does have those packages. However those packages do appear when I enable the "Include ADOBE AIR libraries" option. Are these packages accidentally got removed from Flex SDK 3.3.0.4852?? Or are they actually permanently got removed? Thank you!
I have a paragraph with two link elements. I want one to be left aligned (against the left margin) and one to be right aligned(against the right margin). For the life of me, I cannot get this to work. I thought a simple set of spans inside the <P> with the textAlign would do it, but alas the links dont show up inside spans. ( <p><span textAlign='left'><a...>...</a></span><span textAlign='right'><a ...>...</a></span></p> ) Any help is greatly appreciated, and sorry for the newbie-like question. Tim
Hi guys~ I've an interesting question. Back in TextField, Korean text insertion was handled by the Flash Player specific code. So as TLF is appearing, how are you handling the Korean text editing which require multiple type sequence composition. I mean a single Hangul(Korean) character may need multiple keycode eventually producting a korean character. I've tried the IME capabilities, but no text composition is captured~ code is like this: if (Capabilities.hasIME) { IME.enabled = true; try { IME.conversionMode = IMEConversionMode.KOREAN; trace(IME.enabled+" "+IME.conversionMode); } catch (e:Error) { trace("Unable to change IME."); } System.ime.addEventListener(IMEEvent.IME_COMPOSITION, IMECompHandler); trace("listener registered!"); } public function IMECompHandler(e:IMEEvent):void { trace("composed text:"+e.text); } However Japanese IME is working. Also i've tried to create a custom korean ime editor, The following problem is stopped me. The problem: When inserting kor
To the Adobe TLF Team: I've been having great results with the TLF in two different Flex applications now, but my users do comment about selection and clipboard issues that seem more controller related than anything. I do realize that we're working with very early software. Nonetheless, what does the next major TLF milestone look like and will you be addressing any interactivity glitches? Edit: I put the TLF blog on my RSS list :)
Is it possible to export somehow the TextLayout XML format to PDF? Maybe a c++ library via alchemy?
Posted last night: http://opensource.adobe.com/wiki/display/flexsdk/Group+Scale+Grid Comments appreciated.
Revision: 5152 Author: gruehle@adobe.com Date: 2009-03-03 13:18:45 -0800 (Tue, 03 Mar 2009) Log Message: ----------- First pass of bug fixes for the Spark skins for Halo components. Bugs: SDK-19963 - themeColor should not affect rollOverColor or selectionColor in flex 4 SDK-19654 - Spark skin for the Halo ComboBox dropdown needs a drop shadow SDK-19637 - Halo HScrollBar/VScrollBar controls dont render correctly when specifying includeIn states SDK-19634 - Halo ProgressBar default size is very different when using Halo vs Gumbo theme SDK-19626 - Flicker when toggling enabled property on Halo TabBar control with Gumbo skin SDK-19556 - selected Halo CheckBox and RadioButton icons briefly flicker when you roll over them SDK-19658 - Halo ComboBox with Gumbo skin has an odd flicker Doc/QA Notes: The fix for SDK-19963 includes a compatibility-version check. When compatibility-version < 4, setting themeColor implicitly sets rollOverColor and selectionColor, if they have not been set. Wh
I use next code: public function doPaste():void { var ts:TextScrap = SelectionManager(_textFlow.interactionManager).getClipboardContents(); SelectionManager(_textFlow.interactionManager).pasteTextScrap(ts); } and i got security error: SecurityError: Error #2179: Объект Clipboard.generalClipboard может считываться только при обработке события flash.events.Event.PASTE. 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/get textScrap() at flashx.textLayout.edit::SelectionManager/getClipboardContents() Sorry, it is russian any ideas?
Let's create a list of features expected. This list is updated with lastest officially released. My contribuition: 1 - Select, resize e reposition the image (events also) 2 - Lists (numbered and bulleted) 3 - Hilight - backgroundColor, backgroundAlpha (new styles) 4 - Horizontal Rule (?) 5 - Export/Import to HTML
I have a large flow (about 90k) with a good mixture of text, images and links. I have a scrollbar that I am using in conjunction with a single controller/container sprite attached to a text area to view the text. After the flow is loaded, and I compose/updateallcontianers, I set the max of the scrollbar to: bar.maxScrollPosition = cont.contentHeight-textArea.height; (I also tried bar.maxScrollPosition = cont.contentHeight as well) Almost always, the scrollbar ends up having a much larger number than the actual contentHeight. When the text area resizes, it recalculates all of this, and after a couple of restores and maximizes to the browser, the max scroll position and the contentHeight are in sync. I tried using composePosition instead of compose, and that had no effect. I tried using composePosition after compose and that had no effect. I am using Gumbo 5032. Is this a bug? I can post code if necessary. Thanks, Tim
Revision: 5140 Author: gauravj@adobe.com Date: 2009-03-02 12:09:24 -0800 (Mon, 02 Mar 2009) Log Message: ----------- Removing [ExcludeClass] from classes outside the package. QE Notes: None. Doc Notes: None. tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/HorizontalLayout.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/VerticalLayout.as
Revision: 5128 Author: gauravj@adobe.com Date: 2009-03-02 07:32:50 -0800 (Mon, 02 Mar 2009) Log Message: ----------- Removing [ExcludeClass] from mx.controls.listClasses.ListBaseContentHolder QE Notes: None. Doc Notes: None. Bugs: SDK-18028 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-18028 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/listClasses/ListBaseContentHolder.as
Hello, I've been told by my client that my arab text is not rendering correctly. The problem occurs where an incorrect 'alef' appears next to a 'lam'. Now I'm not an arab speaker or reader unfortunately, so I really don't understand exactly what this means, but its incorrect. I've had a good look at my character settings, and I'm not seeing any extra properties that I can set to correct this. An extract of my code is below that relates to character format. charFormat.color = fontColorIs; charFormat.fontFamily = fontIs; charFormat.fontSize = fontSizeIs; charFormat.locale = "ar"; charFormat.ligatureLevel = LigatureLevel.EXOTIC; charFormat.lineHeight = "160%"; charFormat.fontLookup = FontLookup.EMBEDDED_CFF; charFormat.kerning = Kerning.ON; paraFormat.textAlign = TextAlign.RIGHT; paraFormat.direction = "rtl"; I've also put a some screen shots of the problem and the font online at http://www.kenmacleod.com.au/adobe - these 2 images were from the client and explain the issue. Ad
Hello all, I'm trying to add a doubleClickEvent to an InlineGraphicElement, so that a popup window appears, and I can enter a new width and height. I'm having trouble adding a listener for the doubleClick event to an image that I'm about to add as an Inline Graphic Element. 1. Before or after I'm inserting the image with insertInlineGraphic(source,width,height), how can I add a double click event listener? 2. Once I get a doubleclick mouse event working, how again can I access the selected or doubleclicked image so I can modify width and height attributes? Thanks so much for the help! Justin
Hi,<br />I succeeded using HorizontalList in my AdvancedDataGrid,<br /><br /> <mx:groupedColumns><br />...<br />...<br /> </mx:groupedColumns> <br /> <mx:rendererProviders> <br /> <mx:AdvancedDataGridRendererProvider <br /> dataField="Actual" <br /> renderer="ChartRenderer" <br /> columnIndex="3" <br /> /> <br /> </mx:rendererProviders> <br /><br />My Chartrenderer:<br /><br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" <br /> xmlns:local="*"><br /> <mx:Script><br /> <br /> import mx.collections.ArrayCollection;<br /> import mx.controls.Image;<br /> private var images:Array; <br /> private var catalog:ArrayCollection; <br /> private static var cat:Array = [<br /> "kpi_o
Revision: 5101 Author: gauravj@adobe.com Date: 2009-02-26 21:22:45 -0800 (Thu, 26 Feb 2009) Log Message: ----------- Update action script files with asdoc version tags. QE Notes: None. Doc Notes: Please review and update as necessary. tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AccordionHeaderAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/AlertAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ButtonAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/CheckBoxAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ColorPickerAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBaseAccImpl.as flex/sdk/trunk/frameworks/projects/framework/src/mx/accessibility/ComboBoxAccImpl.as flex/sdk/trunk/framewor
Revision: 5100 Author: gauravj@adobe.com Date: 2009-02-26 21:00:39 -0800 (Thu, 26 Feb 2009) Log Message: ----------- Update action script files with asdoc version tags. QE Notes: None. Doc Notes: Please review and update as necessary. tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/AccordionHeaderSkin.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ActivatorSkin.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ApplicationBackground.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BrokenImageBorderSkin.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonBarButtonSkin.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ButtonSkin.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/CheckBoxIcon.as flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/ColorPickerSkin.as fl
Revision: 5099 Author: gauravj@adobe.com Date: 2009-02-26 19:43:02 -0800 (Thu, 26 Feb 2009) Log Message: ----------- Update action script files with asdoc version tags. QE Notes: None. Doc Notes: Please review and update as necessary. tests: checkintests Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/framework_textLayout/src/mx/core/UITLFTextField.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractConsumer.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractMessageStore.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/AbstractProducer.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Channel.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/Consumer.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ConsumerMessageDispatcher.as flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/FlexClient.as flex/sdk/trunk/framewo
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.