『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Having some trouble with an app that was compiled with Flex SDK 3.2.0.3958 meant to be deployed with AIR 1.5.3, and failing to work in an upgraded AIR (2.7-3.0) environment. This app is part of a larger, shippable distribution being sold to clients throughout the world. When the application is invoked in the 1.5.3 environment everything works as expected. But, when it is invoked in an upgraded environment (2.7-3.0) the screen momentarily flashes (as though it were launching full-screen, as it should be) and then the application dies. This behavior is present on both OSX and Windows. This AIR application is built via Maven using the flex-mojos plugin and is a critical "cog" in our product. We are unable to duplicate this same behavior when the main SWF is built within Flash Builder 4.0.1 (with the 3.2 compiler settings) on a local development machine. That is to say, if we replace the automated SWF that is deployed by AIR, with the one that is built in the IDE, the app appears to work.
Hi all,Is there anyway to get the Landmark metadata work without adding the annotated Class in the Parsley Context file?I mean, I have a Class such as:[Landmark(name="content.foo")]public class MyClass extends ManagedClass {[Enter(time="every")]public function enter():void{LOG.info("content.foo:Enter");}}Problem:Enter method is never fired although ManagedClass( the super class ) has a <parsley:Configure /> tag ( and, of course, all injections happen ).Adding MyClass to the Parsley Context file makes everything work but is there anyway to make this Landmark work without doing that? Thanks.
I am trying to donwload the src of the caorngorm from the http://opensource.adobe.com/svn/opensource/cairngorm3/ mentioned in the site. But the link is not working to checkout the src using tortoise svn.Please let me know , how to donwlad cairngorm 3 src code.
There are some words in the textArea, now I want to set some paras to be the list, but I failed,does anyone know how to add list dynamically?<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:ai="http://ns.adobe.com/ai/2009"
Hi:I am writing a online call center product with flash builder 4.5.I found a tricky problem with LinkElement.I use the TextArea as the display stage for each incoming and outgoing message. Obviously, the messages includes image and href.I use LinkElement to display them.As conversation continues, the TextArea's view scrolls to display more and more content.When LinkElement scrolls out of the viewable area of TextArea, it becomes NOT clickable!!!If I change the size or height of TextArea, make the LinkElement shows in view of TextArea, it becomes Clickable.But changing the size of TextArea is not a workable way to fix this problem, espetially for a long conversation.The source code is too long, I have to show some snapshot.=============================================================================Following is function to generate Paragraph to be inserted into TextArea.private function imageToLocalParagraph(role:int, customerId:int, stationId:int, imageTitle:String, imageUrl:String):A
Hi,I am currently working on a Flex project using Flex 3.5 SDK. I want to shift my project to Flex 4.0 SDK.When I changed the project settings to use SDK 4.0, I got lot of unknown location errors.1) 1046: Type was not found or was not a compile-time constant: ImportExportConfiguration2) 1061: Call to a possibly undefined method setSelection through a reference with static type mx.core.ITextInputWhile the same code of flex was working satisfactorily in Flex SDK 3.5.Please tell, how can I get rid of these error and successfully shift my project to Flex SDK 4.0.Regards,Nitika Agarwal
We have just upgraded from 3.0.0.544 to 3.2.0.3978 and are now seeing this error: == faultString == {{{ Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly. }}} == faultCode == {{{ Server.Processing.DuplicateSessionDetected }}} Our systems have no need to keep track of HTTP sessions across the web tier (any node can service any request) but this version of Blaze seems to be forcing us to share sessions across our servers. Is there anyway to disable the session requirement? What is it keeping track of that requires session clustering? Thanks. (add on after some digging) I can see here: http://opensource.adobe.com/svn/opensource/blazeds/branches/3.x/modules/core/src/java/flex/messaging/endpoints/BaseHTTPEndpoint.java that if the HttpEndPoint sees more than one HttpFlexSession in the session, it flags the session as duplicate and returns an error to the clie
Hi,I am building an EPUB reader in Flex 4.51. using TLF 2.0.3. I have text running across multiple containers. We add the controllers dynamically to ensure that there are as many containers as the content can have. Now, we updateAllControllers when status of a graphic element changes or when there's an increase in font size. So, after each activity we add more controllers if required. The text and images correctly reflow to the next container in this case. However, the issue comes with selection. If a piece of text reflows from one container and moves to another, when we try to select it, it doesn't highlight. The SelectionChange event triggers and the values are mostly correct but no highlighing. We noticed that if we remove all controllers and recreate them, the issue is resolved. But, we cannot remove and add containers each time font size changes.Kindly help and let me know where can the issue be? Remember that the text correctly reflows to containers and it's only the selection th
Hi All,I want to display nonprinting characters (tab,enter,space) in TLF as it is in Word or other text editors.I guess there's no built-in feature to toggle between "dispay/do-not-display nonprinting characters" mode.Did anyone try to implement this? Any hints on how to do it better?Regards,Alexander
Hi all,I submitted a bug as http://bugs.adobe.com/jira/browse/SDK-31705 but it was closed as "Cannot reproduce". This bugs appens with TLF 3.0 on Flex SDK 4.5.1 and I cannot test 4.6.Since I don't know if the bug will be reopened, maybe a guy from TLF team could give me a workaround for this bug ?I read the source but... no success ^^'
Hello,I have a RichEditableText populated by markup similar to:<p><span font="xyz" font-size="12">This is a string of text that may be cut-off on screen depending on the size of the container and the size/style of the selected font.</span></p>I would like to be able to identify the point in the text where it is no longer visible on screen, then save only the visible chars to a db. For example, if the font were very big, and the container relatively small, we may only be able to see up to the word "cut-off" - in which case I would like to save the string "This is a string of text that may be cut-off" to my db. If the font/style or size changes, the string would be cut-off at a different point and I would liek to save up to there.Anyone have an idea of how to go about doing that?Cheers,Baz
The Font Vivaldi doesn't work correctly anymore since the FP11 update. It is shown as Times New Roman. Is it a player issue or can I fix it?
Hi All,I am new to flex. I am developing a chat application. I am using TLF for adding emoticons to my chat conversation. Problem is when I send a new message, the emoticons of previous chats are removed. Basically, while sending a message, I am adding all my chat content as SpanElement (for plain text) and InlineGraphicElement (for emoticons) and adding them to a ParagraphElement which is added to TextFlow. When I send a new message I want to retrieve the previous chat content and add it to new one, but while doing this I am not getting how to retrieve inline emoticons from the TextFlow. Please help.Thanks.
I am using Maven 2.2.1 with FlexPMD 1.2 and Flexmojos 3.7.1, with the maven-site-plugin 3.0I get the following error:[INFO] [site:site {execution: default-site}][FATAL ERROR] org.apache.maven.plugins.site.SiteMojo#execute() caused a linkageerror (java.lang.AbstractMethodError) and may be out-of-date. Check the realms:[FATAL ERROR] Plugin realm = app0.child-container[org.apache.maven.plugins:maven-site-plugin:3.0]urls[0] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/plugins/maven-site-plugin/3.0/maven-site-plugin-3.0.jarurls[1] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/reporting/maven-reporting-exec/1.0.1/maven-reporting-exec-1.0.1.jarurls[2] = file:/C:/dreammachine/cache/m2/repository/org/codehaus/plexus/plexus-utils/1.5.10/plexus-utils-1.5.10.jarurls[3] = file:/C:/dreammachine/cache/m2/repository/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jarurls[4] = file:/C:/dreammachine/cache/m2/repository/org/apache/velocity/velocity/1.
Hello all,I am looking for a simple and official way to convert TLF markup (even FXG if possible, but that is not mandatory) to PDF.My logic: these are both Adobe products and a bridge between these two 'formats' must be possible .... but now I have doubts.Thanks in advance,Cedric
Hi,I am using TLFTextField and TextFlow both in my application. Its a chatting application in which I need to show smileys. For this I use these components.I have uploaded my code on: http://dl.dropbox.com/u/43019589/25-9-2011.rarProblem:1. When I load image at runtime the image does not shows in components.2. When I import these images in Flash and convert it into movieclips the it loads in the textfield where user type the text, but it does not show up in the chat text area.Show text in user text chatarea:The code is written on Layer "Frame Actions" Frame 41 Function "showUserMessage". In this function it is showing the typed text in the user chat area.User typing text:The code is written on Layer "Generic Actions" Frame 11 Function "sendChatText". In this function it is picking text from user type text field.The textfields are located on Layer "TLFTextFields".The smileys that I am using are gif images(animated). I try loading images into flash and by calling from relative/absolute U
We're going to be on vacation, and therefore unlikely to respond to questions until we get back on 10/8.See you in a week!
Hi everybody,I'm trying to use the cairngorm 3 module library based on the ModuleTest example project and experiencing problems with the LazyModuleLoadPolicy :when compiling my test project, 2 randoms behaviors can be observed :1 - the module is loaded automatically.2 - the module is not loaded and the message supposed trigger the loading has no effects when it's dispatched.I spent hours on the case but was unable to figure out the problem.Here's my very simple test project :lazyLoading.mxml<?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/mx" minWidth="955" minHeight="600" xmlns:parsley="http://www.spicefactory.org/parsley" xmlns:cairngorm="http://ns.adobe.com/cairngorm"> 
Hello,I need to make Dynamic Wrapping for Text around Images and Players like videos or swfs.I use RichEditableText component which use TextFlow component, but i can't do that till now.what can i do ?Thank you,amt
It's not a question, just a note, that I don't really understand what changed since Flex 4.1 that this doesn't compile.public class ComplexType { public function ComplexType(prop:Number = Number.MIN_VALUE) { } } 1047: Parameter initializer unknown or is not a compile-time constant. ComplexType.as /HeroTestbed/src/com/cuketa/herotestbed line 5 Flex Problem
What's the proper way to do that? NativeApplication.nativeApplication.exit() doesn't seem to work on the iPad (works for Android, and Desktop AIR)
Earlier i created text editor project in flex sdk 3.5. It contained a editable TextFlow() object (by adding the textlayout library manually). Here i was able to type all languages like hebrew, arabic, urdu as well as chinese. But now i compiled my project with 4.1 sdk (it contains the in built text layout framework), i am able to type all lanugages but not Chinese. Chinese does not show on typing with keyboard, instead english is typed. But yes i am able to copy paste the chinese. i have installed chinese in the windows OS. Not able to type Chinese with the 4.1 SDK. Please help.
Hi I'm seeing this error followed by the message 'This type was not found within the scope against which PMD was run'. What does this message mean and how can I resolve it?Also as a side note the link to this and all the other 1.2 fixes/enhancements - eg https://bugs.adobe.com/browse/FLEXPMD-151 are broken.Furthermore there seems to be next to nothing available in the way of literature on what the various violations mean and how to resolve them. Can the developers please add some documentation around this.Many thanks!
Where can I find details on which OpenType features are supported by TLF/FTE?Right now, I'm trying to find whether the ornm feature is supported, and if yes, how would I use it. I'm sure I will have more similar questions so if there's some kind of chart or something, that would be awesome!Harbs
I've switched from the regular TextField to the new TextLayout framework, thus using the new TextFlow control. Everything is great except that lines for some reason don't snap horizontally to pixels. Meaning, the line-height varies due to rounding and the selection rectangle becomes blurry. I've looked up and down the documentation and can't find anything that would explain this, nor do I find anything on the mighty google.I haven't done anything strange and it's still a minimal implementation so I don't see what I personally could've done wrong: http://pastebin.com/hBxR1eVS ... setting the line-height works partially (although far from ideal), but there is still something causing a non-integer height. I'm compiling against Flex SDK 4.5.1 with FlashDevelop.There must be a way to force lines to snap to pixels... right? Any help would be greatly appreciated.PS. This will be output and rendered as HTML later, so being able to have them visually similar sure would be a plus. As you c
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。