『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
When I select some paras and create them into the list.(before creating the list,I don't set backgroundcolor deliberately)After creating the list,Now I want to set the backgroundcolor of one listitem,when setting,I will get an errorTypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Shape@8a11331 to flash.text.engine.TextLine.then, I click DismissAll button,now I remove the list into the paras, but the listitem that I selected just now has a backgroundcolorIs it a bug or ...?//Note1. if it is list ,I can only set color ,but can't set backgroundcolor2. if it isn't list , I can set color and backgroundcolor//-----------------------------------------------------------------------------------------------------------------P1. select some paras and create them into the list,now click backgroundColor button to set backgroundColor ,I get the error;Pic2. I click dismissAll btn,then I remove the list, what can you see? The para that changed from the listitem has bee
How to custom my unordered list? like office word.Hope your help.Thanks.
Revision: 18583Revision: 18583Author: aglosban@adobe.comDate: 2010-11-15 09:46:32 -0800 (Mon, 15 Nov 2010)Log Message:***********QE notes: Merge svn checkin 18576 to 3.x branch. Fixing a copy and paste error in RpcClassAliasInitializer.as. Bugs: BLZ-592Ticket Links:*********** http://bugs.adobe.com/jira/browse/BLZ-592Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.asProperty Changed:**************** flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/utils/RpcClassAliasInitializer.as
How can I access apllication attributes? For exemple, I want to do that:<?xml version="1.0" encoding="utf-8"?><mx:Application name="SimpleApplicationExample" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" width="500"><mx:Label text="application.width" /> </mx:Application>evidently, this code will not run; but do you understand what I want?
Hey guys,I've spent 2 days straight trying to figure out how to implement the update function in the sample class that Flash builder generates. Testing the operation works fine, but when i try to implement it in code using:protected function updateProduct(item:Product):void{updateProductResult.token = productService.updateProduct(item);}it simply refuses to work. I know i am missing something completely obvious but i just can't figure it out!!! Thanks in advance guys.- T
Hello, I would like to be able to create an auto dependency injection system in flash. I am not completely sure what is the best way to handle this in flash. My first thought is having custom meta tags:[Singleton]class TheSingleton(){ public DoSomething() {}}class TheNewObjec(){ public DoSomething() {}}class MyObject() { [Inject] public MyObject(TheSingleton theSingleton, TheNewObject theObject ) { theSingleton.DoSomething(); theObject .DoSomething(); }}Instanciate(obj:*){ dependencies = obj.getDependencies(); for each ( dep in dependencies ) { if ( dep.metaTag("Singleton") == true ) &
I am folloing this post: http://forums.adobe.com/thread/633277?decorator=print&displayFullThread=trueand have the same need. I would like to have ant pull up a browser and run the unit tests. I am running-flex 3.5-flexunit: 4.1.0-RC1.27<target name="run-flex-unit"> <flexunit player="flash" workingDir=${dist.dir} toDir="${dist.dir}/reports" haltonfailure="false" verbose="true" localTrusted="true" swf="https://localhost:port/path/FlexUnitApplication.swf" command="C:\Program Files\Mozilla Firefox\firefox.exe"> </flexunit></target>When I run flexunit in ant during the "Validating task attributes..." phase it I get the following error:"The provided 'swf' property value could not be found.Based on the wr
Guys, do you have a rough idea of when FlexMetrics 1.1 is going to be released ?Thanks, Olivier
I've been using the Navigation / NavigationParsley libraries for some time now to good effect. I was wondering if it was possible to use these libraries to allow navigation to multiple instances of the same view, where each view is dynamically added to the application by a user action. For example:-We have an application which has a tab navigator in which users can load tabbed views. Each tab is the same view class, but with different data (like a web browser's tabbed interface). The user finds the information they'd like, and loads it into a tab. As such, each tab needs to have a different automationName configured on-the-fly after the user interaction. However the Navigation libraries seem to register destinations (the children of a container or tabs in this case) upon finding a Waypoint. Unfortunately at this stage the container does not hold any children, as the user has yet to load the tabs.Does anyone have suggestions on how to extend the functionality of these libraries to
Hi all,How can I manually add or remove a "child" from being registered in the navigation system?I mean, I have a viewstack container( working as a waypoint ) such as:<mx:ViewStack id="wizard"><s:NavigatorContent automationName="1" /><s:NavigatorContent automationName="2" /><s:NavigatorContent automationName="3" /></mx:ViewStack>Navigation works here "out-of-the-box" but I imagine I want, at some stage, to remove( programatically ) the second child so that the automationName="2" is never a navigation point anymore.On the other hand, I also need to, at some point, add new navigation points to this viewstack container:Let's say I want to add:var newNavContent: NavigatorContent = new NavigatorContent();newNavContent.automationName="4";wizard.addChildAt( newNavContent, 1 );So that the new navigation point( child ) is available for the navigation system.How can I do that?A.
Hi all,As the topic title already shows:Flex Hero MobileApplication: How can I detect device screen resolution?Thanks a whole lot! Kind regards,Jochen
Hi,I try to display this text (TextEdit screenshot) in FLASH CS5.This is a screenshot of the FLASH CS5 IDE:Line 1: Classic TextField incl. roman letters "ABC"Line 2: Classic TextField, arabic onlyLine 3: TLFTextField incl. roman letters "ABC"Line 4: TLFTextField, arabic onlyLine3: the words are in wrong order.Line4: right order, nice rendering, but no "ABC" Short question: How do I display the text within a TLFTextfield exactly as apearing in TextEdit?THANKS!
It seems to me TLF automatically inserts a 'return' between two paragraphs. So if the first paragraph ends with a return, you get two empty lines between the paragraphs. Is this a correct assumption?I have been working around this by deleting the last return in a paragraph...But now (which maybe seems a little bit strange) I want to show two paragraphs without any return, so my work around doesn't do the trick anymore...Does anybody know if you can turn off the automatic return after a paragraph?
in-->http://forums.adobe.com/thread/734743?tstart=0if i clear all the words, the i type into some letters, then to add image, the img isn't set to "left"(wrap)
Hi All,I have currently Flash builder 4 (build 242416) on my machine, I have downloaded new Flex Hero SDK. I want to design a mobile application using this. Please provide me solution for following questions.1. How to create mobile application project in Flash Builder 4?2. How can I develop for different mobile phones (Symbian, Android, and Windows)?3. Is there any simulator is available with Flex Hero SDK?4. How to deploy application on mobile phone?5. Is there are any sample codes is available?
Revision: 18499Revision: 18499Author: aglosban@adobe.comDate: 2010-11-09 08:48:58 -0800 (Tue, 09 Nov 2010)Log Message:***********QE Notes: Merge changelist 18278 from 3.5.0 branch to 3.x branch. This is the fix for Watson 2738778 - DataService got disconnected from it first request after the channelSet had logged in. Bugs: 2738778QA: Not yetDoc: NoDetails: This is rpc.swc part of the fix. This fixes the following problems:- When client needs config, it disconnects the channel even though channel is connected.- After disconnect, channel hunting kicks in, and fallback to the next channel happens, even though the first channel is fine.- Trigger_Connect is acknowledged locally even though the client needs config.Modified Paths:************** flex/sdk/branches/3.x/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as
Hi,The bold and Italic with TLF is not working on Linux. Please verify at this link http://labs.adobe.com/technologies/textlayout/demos/ on Linux, by trying to do bold & italic to some text. Please reply if this problem has any solution.Please reply if this is a known issue/bug.Any help is appreciable.Thanks,Avi
Hi everyone!During the project migration to Flash CS5 I discovered an unexpected problem. If the scene contains at least one component of the TFL, then the all flashvars variables are "undefined". Delete a component from the scene, compile - all works fine. Adds - again undefined.FlashPlayer 10,0,45,2Sorry from my English
Dear,I have written my own TextLabel class which uses FTE to render text, but I need an editable version of that.My concern is that I want to optimize the performance as much as I can and I think I should not use the whole TLF in order to have a single, 0-20 character length simple editable textfield. I tried to look at the FTETextField or TLFTextField as a temporary solution, but I just cannot make it work in Flash Builder. Don't we have an FTE based simple editable textfield class?I also don't really understand why we have the CS5 line and the Flex SDK line in terms of handling FTE. Why can't we get a simple textfield class in the framework?We really needed the support of RTL once for an arabic form and we embedded a CS5 compiled MovieClip containing a TLFText and used as a TextField. That was a hack, but the RTL editable simple textfield worked well in Flash Builder Project. We did not have to write our TextField class.Benjamin
Hi, I wonder if someone could help with regard to the following issue.Starting with a heavily modified version of the initial tlf actionscript Pagination example. I import a text flow of varying length, create seperate containercontrollers and containers ,compose and place the resulting pages in an array for display, using a page fwd /backwards principle.When I use a RichText container paging fwd or back works fine, and I get all the text displayed, but if I use a RichEditableText (required in the app for insertion of links) the paging works fine but all I get displayed is the first line of each page. I have tried to set various properties like, selectable and editable to false but to no avail.What am i missing.RegardsJohnOk i am still having major problems with getting my head around this, and whist trying to find a solution,I have found two or three posts suggesting that RichEditableText containers do not support linking. Can someone say definively whether or not th
Hi,I am using a the downloaded TextFlow Hello World example to display text (Flash CS4). Thai language characters show up as rectangles while Chinese (Simplified and Traditional) and Spanish show up correctly. Weird thing is that I also use a standard ComboBox component in my UI as language selector; and the word "ภาษาไทย" (Thai) showed up correctly in it. (So I am guessing that's because the ComboBox is using TextField instead of TLF).I tried to set CharacterFormat.locale but it doesn't seem to have any effect.Thanks.
Hi, I downloaded Adobe Air sdk, and want to run adl... But it does nothing at all. No error message, no results, nada.....How do I make it at least tell me what it is trying to do? (I renamed adl to adl_linux since there was an adl file already in the flex sdk, apparently it is for the mac)Here is what I get:$ $flexsdk/bin/adl_linux$ $flexsdk/bin/adl_linux AirTopo2-app.xml$ $flexsdk/bin/adl_linux no-such-file.xml$ Not very helpful....... Is there anything else I need that adl depends upon??? Thanks,Larry
Hi,I am trying to integrate flex sdk 4 with flex builder 3 but I am unable to run the code and as well as I am unable to see the design screen while creating.Can anyone please suggest me how to integrate sdk 4 with flex builder 3.Thanks,Sri
I would like to retrieve the parameters I send to a webservice from the result handler. The webservice is being called multiple times in succession, so I cannot refer to the WebService object because it will only have the parameters for the last call.In the result handler I have this in the event.token.message.body:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <tns:MyWebServiceMethod xmlns:tns="http://myServer/myWebService"> <tns:RowNumber> 2 </tns:RowNumber> <tns:OtherParameters> ... </tns:OtherParameters> </tns:MyWebServiceMethod>&nbs
I am not able to write text in Hindi in flex running application. I have installed Hindi font by window system CD and all I did for font installation.But still I am not able to write in Hindi in the running flex application by using Flash Player with all version. I am able to write text in Hindi in MS Word, even in the flex builder editor and all the place but not in the running application.Is Flash Player doesn’t support Hindi Writing?My running application support all other languages except Hindi. Please help me. It’s very urgent. Thanks In Advance
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.