『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hi,I am tring to set color in 3 columns in advance data grid using "setStyle" function and i am able to do it successfully. But as soon as i scroll horizontally background color disaapears.In the image "beforeScroll.PNG" the 3 columns header1, header2 and header3 are having background color grey which is good. But when i scroll the datagrid horizontall(see "after-1st-Hscroll.PNG") color from header2 disappears and on the 2nd scroll(see "after-2st-Hscroll.PNG") color from header 3 also disappears.I am using sdk 4.6.0beforeScrollafter-1st-Hscrollafter-2st-Hscroll Please find my code below: <?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
Hi,How can I include/exclude certain files in the flexPMD ant task? the task doesn't support a nested fileset attribute. Essentially I want to exclude any files with "test" in the name.Thanks
Hi,I've recently started using the Cairngorm Persistence Library and ran into a problem with parameters sometimes not working correctly when using associations. I'm using the Persistence Library 0.10, Flex 3.5, and AIR 2.0.The problem seems to be related to parameter names, and I was able to work around it by renaming some of my parameters. I'm posting about it here to try to determine the cause (and, if it's a bug, hopefully get it fixed).Below is a simplified example where I'm seeing the problem.I create two classes, Path and ObjectAssociatedWithPath:package{ public class Path { [Id] [Mapped] public var pathId:int; [Mapped] public var path:String = "C:/"; public function Path()
Revision: 9117Author: jszeto@adobe.comDate: 2009-08-05 14:12:45 -0700 (Wed, 05 Aug 2009)Log Message:***********DropDownList bug fixeshttp://bugs.adobe.com/jira/browse/SDK-22536 - Spark DropDownList highlight not working as expected when navigating using keyboard with useVirtualLayout=trueIn the keyDownHandler function, the DropDownList was trying to set the selected state on the new itemRenderer. However, in a virtual layout, the renderer might not exist until later. The fix is to update the renderer in the updateRenderer function. This function calls isItemIndexSelected in order to choose which item to select. I have overridden the behavior to select the proposedSelectedIndex instead of the selectedIndex. I have also renamed proposedSelectedIndex to userProposedSelectedIndex to avoid a naming conflict in ListBase. http://bugs.adobe.com/jira/browse/SDK-22406 - Spark DropDownList popup behaves unexpectedly when component is initially disabledI removed the call in the partAdded fun
Hello,in my application , when client open a title window i.e popup window. i am allowing him to move the title window.till now is ok.but problem is that he can move popup with in only application.i want he can move or drag a popup over a browser.any help.... thanks..
Hi, I have migrated my application from Flex SDK 3.4 to 4.1. I am moving to Flex SDK 4.5.0.17689 (Hero Milestone build) to use the Spark Form control for better layout of the RTL languages.I am compiling my resource bundles into SWF files and using them. I am including the required framework bundles also when compiling my resources into SWF. It was working well with SDK 4.1. But when I am trying to compile the resource bundles with SDK 4.5.0, I am getting the following RSL failover.Loading configuration file C:\Program Files (x86)\Adobe\Adobe Flash Builder Burrito\sdks\4.5.0\frameworks\flex-config.xmlRequired RSLs: http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/framework_4.5.0.17689.swz with 1 failover. http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.139/textLayout_2.0.0.139.swz with 1 failover. http://fpdownload.adobe.com/pub/swz/flex/4.5.0.17689/spark_4.5.0.17689.swz with 1 failover. http://fpdownload.adobe.c
Hi,I'm currently working on fixing flexunit 4.1 support for Flexmojos and have run into some problems with the new Parametrized reports.In Flexmojos we usually counted the number of tests and then decremented that number each time a testFinished was called. Unfortunately with parametrized tests we can't expect the number of times the IRunListenertest.Finished functions is called to be equal to the number of test functions. This resulted in Flexmojos reporting an "all is ok" each time the number of executed tests equals that of counted test functions. All failling tests beyound that point would stay undetected, which is rather undesirable.My question now is, with the introduction of parametrized tests, is there a new Interface I can use instead of "IRunListener" that somehow provides callbacks for "testCaseStarted" and "testCaseFinished"? For example if one test function would be executed 2 times I would expect the callback sequence to fe as follows:testRunStartedtestCaseStartedtestStar
Hello EveryoneI currently have an android project on what is now google play. However, I have a bunch of people telling me that the android market is telling them my application is not compatibile with their device. One person even tried on a motorla atrix 4g which is listed under supported devices, so I feel like I'm doing something wrong.I only use permissions for internet and broadcast sticky (no idea what that is).Filters are hardware touchscreen and multitouch screen.I also use a capitve runtime with adobe air version 3.1.I use flex sdk 4.6. Has anyone else out there experienced these kinds of compatibility issues? At this point android has turned into a support disaster. I've done some searching around the internet for solutions, but this doesn't seem to be an issue for anybody else. Thanksandrew wells
Hi friends, Text Layout Framework (aka TLF) was donated to Apache Software Foundation on August 17th, 2012, as part of the Apache Flex project http://incubator.apache.org/flex/. All branches of TLF code, unit test framework and samples have been uploaded to the Apache Flex's SVN server. If you questions about using TLF, please contact the mail list flex-dev@incubator.apache.org. Thanks, Jin
I am using Flex Builder 3.2 for compiling my flex code and i am getting errors during compilation. 1046: Type was not found or was not a compile-time constant: Vector3D 1046: Type was not found or was not a compile-time constant: Matrix3D 1046: Type was not found or was not a compile-time constant: GraphicsStrokeI am not using any of the classes mentioned above. Please let me know if I am missing something.
any one pls tell me the Latest design of Gauage componets,like speedometer,semicircular,and where i will get a jar files for that components
Following the instructions on the wiki I downloaded the plugin through the help menu in FB from here: http://opensource.adobe.com/svn/opensource/flexpmd/plugin/trunk/flex-pmd-eclipse-plugin-sitePlugin is configured in preferences with the following settings:FlexPMD command line installation: /Users/{myName}/Tools/FlashBuilder_Plugins/flex-pmd-all-in-one-bundle-1.0.1/flex-pmd-command-line-1.0.jarFlexPMD custom ruleset: (blank)Java command line: java -Xmx256mFlexCPD command line installation: /Users/{myName}/Tools/FlashBuilder_Plugins/flex-pmd-all-in-one-bundle-1.0.1/flex-pmd-cpd-command-line-1.0.jarMinimum tokens: 25When I select a folder and say 'Run FlexPMD' it opens the FlexPMD view but there is no output.Currently testing on an actionscript only file. Does the project have to use MXML?Thanks!
Has anyone successfully ran flexUnit on a headless mac?im running ant builds via Jenkins, it will build a flex app no problem, however when I try to build the sample flexunit CI app I get the followin error[flexunit] LSOpenURLsWithRole() failed with error -10810 for the file /Library/Jenkins/jobs/flexUnitSampleCIProject/workspace/target/bin/TestRunner.swf.im using the Jenkins Xvnc plugin wich looks like it is working however I notice flexUnit is using the following settings [flexunit] Using the following settings for the test run: [flexunit] FLEX_HOME: [/Library/Flex/flex_sdk_4] [flexunit] haltonfailure: [false] [flexunit] headless: [false] [flexunit] display: [99] [flexunit] localTrusted: [false] [flexunit] player: [flash] [flexunit] port: [1024] [flexunit] swf: [/Library/Jenkins/jobs/flexUnitSampleCIProject/workspace/target/bin/TestRunner.swf] [flexunit] timeout: [60000ms] [flexunit] toDir: [/Library/Jenkins/jobs/flexUnitSampleCIProject/workspace/target/report]If I set headless = tr
When the verticalAxisTilteAlignment is 'vertical', the title will 'move' down and left off of the chart each time new line series are created. The problem code is in ChartLabel: var p:AxisRenderer = AxisRenderer(parent); if (p.getStyle('verticalAxisTitleAlignment') == 'vertical') { _label.rotation = 180; _label.y = _label.y + _label.height; _label.x = _label.x + _label.width; }After the first time through, the x and y are added to continuously causing the
Salut,J'ai le message d'erreur suivant après récupération du trunk ou de la release 1.2:> maven package[ERROR] Failed to execute goal on project flex-pmd-flex-lib: Could not resolve dependencies for project com.adobe.ac:flex-pmd-flex-lib:swc:1.3-SNAPSHOT: Failed to collect dependencies for [com.adobe.ac:flex-pmd-ruleset:jar:1.3-SNAPSHOT (compile), com.adobe.cairngorm:event-source:swc:1.1 (test), com.adobe.cairngorm:cairngorm:swc:2.2.1 (compile), com.adobe.flex.framework:flex-framework:pom:3.2.0.3958 (compile), com.adobe.flex.framework:playerglobal:swc:10-3.2.0.3958 (compile), com.adobe.flex.framework:datavisualization:swc:3.2.0.3958 (compile), com.adobe.flex.framework:datavisualization:rb.swc:en_US:3.2.0.3958 (compile), org.sonatype.flexmojos:flexmojos-unittest-support:swc:3.5.0 (test), junit:junit:jar:4.7 (test)]: Failed to read artifact descriptor for com.adobe.cairngorm:event-source:swc:1.1: Could not transfer artifact com.adobe.cairngorm:event-source:pom:1.1 from/to apache (http
Please download the attached file to view this post
Hi,I browse the file through the FileReference but after that i scaled the uploaded image and after that i use the URLLoader for upload the image but there the progressEvent does not fire. Plz plz plz help me how i can get progress in case of the URLLoader upload.
Hi, I need to check whether flash insatlled or not using Flex.Thanks & Regards,Jayagopal.
Hi all,I am using TLF 3.0 on Flex Builder 3 with Flex 3.6 SDK.I built a custom Rich Text Editor based on TLF to work as grid itemRenderer. In my Flex builder, everything is working fine and dandy (e.g. image is being displayed based on the specified width and height - see the first picture below) then when I published it, the image doesn't follow the specified width and height at all (see the 2nd picture).This issue is happening to IE, FireFox, and Chrome.Anyone knows what's going on?I have to wrap this project really really soon so I appreciate your prompt responseThank you.Handi
Hi all,I am using TLF 3.0 with Flex Builder 3 and Flex 3.6 SDK.I am able to do the ant build just fine but since I need to debug the code, I need to do it through the normal Flex project build option.There is an issue when I did that though.There's this error message listed at the "Problems" console: "The public attribute can only be used inside a package."The error message is pointing to TextLayoutFormatInc.as and TabStopFormatInc.as. These files are located at textlayout.formats.I don't know how to resolve this error other than excluding those two files from the build.What should I put on Flex compiler argument to resolve this issue?Thanks.Handi
Hopefully somebody here can help - I've been going around in circles for a couple of days now. I'm trying to preform a RemoteObject invocation again BlazeDS. I've seen many examples that allegedly work but I just cant get it to. I'm using Flex 3 SDK and recommended turnkey build. When I execute this client code (I've omitted the event handler functions): var swfURL:String = this.loaderInfo.url; LoaderConfig.mx_internal::_url = this.loaderInfo.url; LoaderConfig.mx_internal::_parameters = this.loaderInfo.parameters; var amfChannel:AMFChannel = new AMFChannel(null, "http://localhost:8400/hello/messagebroker/amf"); amfChannel.requestTimeout = 3; amfChannel.connectTimeout = 3; var channelSet:ChannelSet = new ChannelSet(); channelSet.addChannel( amfChannel ); amfChannel.addEventListener(ChannelFaultEvent.FAULT, handleChannelFault); amfChannel.addEventListener(ChannelEvent.CONNECT, handleChannelConnect); amfChannel.addEventListener(ChannelEvent.DISCONNECT, handleChannelDisconnect);
Hi all,I am currently having a dificulty in getting my custom-made Flex 3 RichText based on TLF 3.0 to work correctly.If you look at the "TLF Editor (Advanced)" in Tour De Flex, whenever you highlight the text and then hit one of the text-styling buttons, for example bold, the text will be bolded, as expected, and the highlight stays.My custom RichText has the same setup: left pane is the text editor and right pane is the text-styling-UI buttons.The difficulty that I got is getting the text stays highlighted when the user hits one of the text-styling-UI buttons.I just couldn't figure out how the text could stays highlighted in "TLF Editor (Advanced)" example.I actually got the "TLF Editor (Advanced)" code and got it to run on Flex Builder 4 but I still couldn't figure out what made the highlight stays.I appreciate any input on this.Again, I am building a Flex 3 RichText component based on TLF 3.0.And I am using Flex SDK: 3.6.Handi
working of paragraphspacebefore or After in TLF?I have set the paragraphspacebefore and paragraphspaceAfter property to paragraph element.Dont know which value is taken paragraphspacebefore or paragraphspaceAfter or greatest among.can anyone help me to find out how it is working?Thanks in Advance.
I have set paragraphSpaceBefore and paragraphSpaceAfter property for paragraphElement but it showing which property value is grater in both.please guide me. Thank you.
Hi Can any one tell me how to create Hash map object in flex? Thanks Aruna.S.N.
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.