『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi thereSimple question; is there a way to set the maximum number of lines to 1.It used to be simple before TLF; multiline = false Now its doing my head in.Any thoughts highly appreciated. Cheers
Someone you know where the flash player playerglobal.swc 10.3?I'm looking to implement new features echo reduction microphone and automatic volume control in our conference app but am not finding , did not exist in the latest version of flex sdk.Thanks!
I cannot seem to embed an inline image in a TLFTextField from the library. Using the following snippet (with both a TLFTextField and a standard Dynamic TextField on the stage), the image appears ok in the Dynamic TextField, but no image in the TLFTextField.var source:String ="image <img src='linkageId' width='100' height='100'/> footer";TLFText.htmlText = source;DynamicText.htmlText = source;Changing the image source to a file path, and the image appears correctly in both. However, I would really like to keep using the in-library symbols if possible, and the TLFTextField documentation suggests this is still possible.This is using Flash Professional CS5 11.0.0.485 on Windows 7. Any suggestions would be appreciated.
We have a very large flex 3 application and are finding that the AdvancedDataGrid doesn't perform well for us. On occasion if you resize a column it can take upwards of 7 seconds (freezing inbetween). I have done some tests and played with the AdvancedDataGrid source to identify some problems. I think I've found some areas that can be improved but I wanted to share my proposed solutions first here to see if anybody had any other ideas or suggestions.I believe in particular our problems are due to a few things:1. Grouped Columns - A large number of grouped columns with horizontal scrolling enabled - the grid renders all offscreen columns when there's groups.2. No Horizontal item renderer reuse - When scrolling horizontally, itemRenderers are not reused - even if columns are using the same itemRenderer factory3. VariableRowHeight - setting variableRowHeight to true on the grid (understandably) causes each itemRenderer to be rendered for all columns and the row height measured4. Accessing
Trying download opensource Flex SDK from:http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4.5getting broken archive.Regular "Adobe Flex SDK" works fine.
Hello,I've found annpoying issue with copy-paste in TLF. Maybe someone can explain me how to live with it Here's a very simple MXML code that creates two TLF containers:<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal" minWidth="955" minHeight="600" creationComplete="onCreationComplete()"> <mx:Script> import flashx.textLayout.container.ContainerController; import flashx.textLayout.elements.TextFlow; import fl
I have a textflow in which new paragraphs are added to the bottom, sometimes at great speed. To keep the textFlow from becoming infinitely large I delete paragraphs from the top.The visible lines of the TF in the container are at the bottom of the textFlow - where the new paragraphs are being added.Each time a paragraphElement is deleted from the top - the textFlow recomposes entirely, which if I have set the maximum length to 1000 paragraphs for example - can take a long time.I delete the top pargrapElement using textFlow.removeChildAt().Because a paragraph implies a line break, there is actuall no need to recompose the entire textFlow - just the y position of the textFlowLines would need to be adjusted - because the width has not changed.Sorry for the long exposition - here is the question:Is there a way to remove a paragraphElement from the top of a textFlow - without forcing a recomposition of the entire textFlow up to the point which is visible in a container?I imagine there
Hi AllWhen trying to set the textFlow of a Textrea with a specific size (412x258) the flash player crashes because of a 15 sec loop. Could you please help me on this?Please find the code below:<?xml version="1.0" encoding="utf-8"?><s:Applicationxmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"creationComplete="init()"><fx:Script><![CDATA[import flashx.textLayout.conversion.TextConverter;private var tfText:String = '<TextFlow columnCount="inherit" columnGap="inherit" columnWidth="inherit" lineBreak="inherit" paddingBottom="inherit" paddingLeft="inherit" paddingRight="inherit" paddingTop="inherit" verticalAlign="inherit" whiteSpaceCollapse="preserve" xmlns="http://ns.adobe.com/textLayout/2008"><p color="#000000" direction="ltr" fontFamily="Arial" fontSize="12" justificationRule="auto" justificationStyle="auto" kerning="auto" leadingModel="auto" paragra
see a snapshot: If you don't know chinese, you can see the time string in each line. (61:24:90) means (09:42:16). It's all ok when using last release flex sdk 4.1.
Hi, I am using parsley 2.2, cairngorm 3 module library. When the module is loaded the parsley context is not getting initialized at that time and returing null for the objects managed by the parsley container.<fx:Script> <![CDATA[ import mx.events.FlexEvent; import org.spicefactory.parsley.flex.modules.FlexModuleSupport; import org.spicefactory.parsley.flex.tag.builder.ContextBuilderTag; [Bindable][Inject]public var faultMgtContainerPM:NMSFaultMgtContainerPM; public function get contextBuilder() : ContextBuilderTag { return contextBuilderTag; } ]]> </fx:Script> <fx:Declarations> <spicefactory:ContextBuilder id="contextBuilderTag" config="{ NMSFaultMgtModuleContext }" /> <spicefactory:Configure /> <s:Consumer id="notification" destination="sessionlog-notification-bus" fault="faultMgtContainerPM.notification_faultHandler(event)" message="faultMgtContainerPM.notification_messageHandler(event)"/> </fx:Declarations>In the ab
We have found some nice fonts at http://www.theleagueofmoveabletype.com/ many of which consist of one OTF file per face. Is there a way to use these as embedded fonts in TLF markup and, likewise, the output from enumerateFonts, in such a way that they show up only once?For instance, Fanwood consists of two files: one Regular and one Italic. Our users will have a simple text editor which will allow them to choose a font we will then encode into TLF. Currently, Fanwood shows up as two separate entries: Fanwood regular and Fanwood italic. Is there a way to embed them in such a way that there is only one Fanwood entry (like in Mac OS X Font Book) which is capable of either Regular or Italic face?Thanks,Patrick
Hi,is there a way to use the testRunnerBase GUI for a pure AS3 project, without a mxml?Thank you
Adding a linkElement or an inlineGraphicElement to a paragraphElement also adds a spanElement.In my case it is unfortunate - because I am adding an inline graphic with the width of the composition - the extra span elelment causes an extra line in the composition. If I use p.removeChild(spanElement) - it is automatically replaced again.Is there a solution to this - such that I can have a full width inline graphic with no space below it?
I have a movie in which images with no float set, miss-align after the user select scrolls the text.This bug only occurs in TLF 2 - the code works in TLF 1.I have made a movie to demonstrate the problem:http://www.theyrule.net/test/tlf_images/images_tlf_2.htmlTo see the bug - select scroll the text - up and down a few times, it becomes more apparent when you then resize the movie (although resizing alone does not seem to trigger the bug).Here is the same movie compiled in TLF 1:http://www.theyrule.net/test/tlf_images/images_tlf_1.htmlI can not reproduce the bug there.You can download the project here:http://www.theyrule.net/test/tlf_images/tlf_images.zipA small description of what the code does:Makes a textFlow.The textflow resizes according to the size of the swfAdds paragraphs of random text.Each paragraph contains an inlineGraphicElement - a rectangular sprite which is colored the same as the text in the paragraphThe textflow has a selection manager attached
Is there a detailed list of things that changed concerningTLFTLFTextFieldFont embedding (code-based; using "Embed" tags)in CS5.5 (over CS5)?I have an application that uses fonts loaded from another SWF at runtime which worked fine under CS5 and stopped working with CS5.5.Any leads are highly appreciated!
hi all, im experimenting with the tlf framework in cs5, i want to have an image in the tlf textfield and the text must wrap arround that image.the html text comes from an xml file. i don't know if this already is in the tlf 2.0 and how to use it.how can you determine your version of tlf?thanks in advanceJonas
Hero SDK 4.5.0.18623 works in Flash Builder 4 with AIR 2.5 With the release of SDK 4.5.0.19786 I can no longer compile an AIR project in Flash Builder 4, I receive the following error:Process terminated without establishing connection to debugger.error while loading initial contentLaunch command details: "/Applications/Adobe Flash Builder 4/sdks/4.5.0.19786/bin/adl" -runtime "/Applications/Adobe Flash Builder 4/sdks/4.5.0.19786/runtimes/air/mac" "/Users/mritchie/Documents/Adobe Flash Builder 4/TestProject/bin-debug/Main-app.xml" "/Users/mritchie/Documents/Adobe Flash Builder 4/TestProject/bin-debug"However, SDK 4.5.0.19786 does work with AIR applications in Flex Builder Burrito. I should mention that AS3/Flex web projects do compile in Flash Builder 4 with 4.5.0.19786 if you have Flash 10.2 installed and set on the project settings. This seems to break just AIR projects.
Hi, I am using groupField in Advanced Datagird, in that i want sort the date field. The date field sees like that 06/22/1986(Month/Date/Year). How i can sort it.Regards,Sivabharathi
HiParsley 2.3.x is incompatible with Flex 4.5, which forces an update to Parsley 2.4.x (currently 2.4M2).Parsley 2.4 deprecates (and deletes mercilesly) the IMessageInterceptor interface which is at the core of the NavigationParsley integration.Therefore, as it stands, Parsley+Flex 4.5+CairngormNavigation is not an option.Has anyone started looking at this?I'm happy to have a crack at updating the NavigationParsley library to the new approach, but don't want to start re-inventing the wheel if someone else already has this covered.Thanks,Marty
As part of our CI build, the ant script that builds the client side (flex 4) projects also runs a set of FlexUnit4 tests on the deployed project. Most of the tests work but a few fail with this errorRSLhttp://local.foo.com/bar/com/blah/components/someComponent/framework_4.1.0.16076.swz failed to load.Error #2046: The loaded file did not have a valid signature.The build machine is running Ununtu 10.10 with Firefox 3.6 and Flashplayer 10.2. If I run the exact same set of tasks, accessed from the same URL in windows everything passes with no problem. After some searching I did run across this thread: http://forums.adobe.com/message/2747415#2747415 but when I went looking for the libflashsupport.so file mentioned, the Ubuntu docs seemed to indicate that it was no longer needed.I'm at my wits end here. Is libflashsupport.so actually needed in Ubuntu 10.10 and if so where would I find it? If not does anyone know of another issue that could be responsible for this?
I want to find a way to get the character index in a Spark based RichEditableText based on mouse x, y position.The mx.controls.TextArea has a protected getCharIndexAtPoint() method but I can't find an equivalent of this in the Spark RichEditableText which is disappointing.Any ideas or recommendations?
Hi Folks,I am new in Flex. Well i am using Adobe Flex Builder 3 with eclipse 3.4. My problem is that when i cofigure weblogic server in this IDE, then under Windows->Preferences-> unable to find Server option as shown in image above.Can anyone help me out why Server option is not available and how i have to configure weblogic server in this Adobe flex builder ?regards,Kalapi
I am trying to test some of my AS classes in flexunit. Some of the methods reference the stage from components that are passed to it. When I set up the flexunit testing application I use the following code:core = new FlexUnitCore();core.visualDisplayRoot = this;core.addListener( new UIListener( uiListener ));However, I still get a null reference exception whenever the stage is referenced. I was wonding if anyone knew what is going on or what I am doing wrong.Thanks!
I've ran into an issue I can't seem to resolve. I have a main view with a Label and a Timer. The timer executes once a second and updates the label with the current time. All is great.But,If I hit a button to go to another view via navigator.pushview(SecondView) I can still see the timer is still running via trace/console.On the second view I press a button and call navigator.popView to go back to the previous page.Now, the timer is still running, I can still see the timer event being called but now the Label is no longer being updated with the time, it simply shows the default initalized value.Can someone please shed some light on this. I really need to be able to return to the first view and have it operating just like I left it.Tom
Hello,I'm running into an issue, where publishing my project within the Flash IDE, the TextFlow seems to render as expected. However, when viewed in a browser, the TextFlow seems to render the later part of the string in what appears to be the bold font.Here is my code:: var _origStr:String=<p>Here is some bold text and some text following the bolded text. Here is an inline image <img src="images/myImage.png" width="25" height="12" />. <br /><br />Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor &
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.