『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Revision: 14699Revision: 14699Author: deeptika@adobe.comDate: 2010-03-11 06:20:06 -0800 (Thu, 11 Mar 2010)Log Message:***********Adding pop up children to the end of automation children array so that index of static children do not change due to these dynamic children.QE notes: Doc notes: Bugs: FLEXENT-1248, FLEXENT-1250, FLEXENT-1253Reviewer: Tests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1248 http://bugs.adobe.com/jira/browse/FLEXENT-1250 http://bugs.adobe.com/jira/browse/FLEXENT-1253Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/automation/src/mx/automation/delegates/containers/ApplicationAutomationImpl.as flex/sdk/branches/4.x/frameworks/projects/automation_spark/src/spark/automation/delegates/components/SparkApplicationAutomationImpl.as
Is it true that in C3 u will be able to call functions that are in the view?
I'm using Flex builder 3 with SDK 3.50.13683.When I create a new Date variable in Jan 29-31, I will get Feb. 1-3. Is this a BUG?For example, if I use:"var day:Date = new Date(2009,1,29);"I will get actually 2009.2.1 in this "day" variable.... What's wrong?I have tried SDK 3.4.1.10084 and also tried the year 2007 and 2008, all the same!I can't get a Date in any Jan 29-31!!!Any solution? Thanks.
Revision: 14679Revision: 14679Author: gauravj@adobe.comDate: 2010-03-10 11:50:07 -0800 (Wed, 10 Mar 2010)Log Message:***********Record only. Merge branch revision 4.x, 14174 --> trunkActual merge happened in 14175Property Changed:**************** flex/sdk/trunk/
Revision: 14677Revision: 14677Author: gauravj@adobe.comDate: 2010-03-10 11:23:05 -0800 (Wed, 10 Mar 2010)Log Message:***********Record only. Merge branch revision 4.x, 14072 --> trunkActual merge happened in 14073Property Changed:**************** flex/sdk/trunk/
The size that TLF will add to a flash project is really huge while it's missing some really standard (HTML) features like floating images and tables. So if those feauters will eventually be added (in v2?) the size will even increase more. A simple (non editable) output of "Hello World" takes 229KB and with edit capabilities 332kB Even if the framework ends up in the player cache then it has to be downloaded once (and everytime it's updated).If one needs to extend the TLF classes I guess you loose the benefit of the player cache completely (right?).What is your take on the size of the TLF, will it be a potential problem?Is it even an option for mobile (player 10.1) use?I would love to hear your thoughts about this.
Thanks to Robin Briggs, i have enabled accessibility on my Textflows with Configuration.enableAccessibility.But screen-readers do not behave the same way with TLF textFlows- Window-Eyes reads the text line by line, following the mouse- but i can't get automatic voicing on TLF flows neither with Jaws nor NVDA.Moreover, as stated here : http://www.adobe.com/accessibility/products/flex/jaws.htmlJaws need some scripts to be installed to be fully usable with Flex, but the scripts downloadable are for Flex3, they don't seem to work with Flex 4 ?Has someone at Adobe ran some tests with TLF and Jaws (which is the most popular screen reader) ?Thanks
Hi all.I'm currently working on a Flex project at work. We're doing some very simple unit tests. I'm pretty sure that we're using Beta 2. (Annoyingly, I've had this problem for a couple of months, and I've just checked and RC1 has been released!)They're all controlled by a central MXML application whose onCreationComplete method is a creation of a FlexUnitCore, addition of UI listeners, and then a core.run, listing all of our tests. var core:FlexUnitCore = new FlexUnitCore(); core.addListener(new UIListener(uiListener)); core.addListener(new CIListener()); core.addListener(TextListener.getDefaultTextListener(LogEventLevel.DEBUG));&n
Hello,I extracted the Cairngorm 3 source from svn.Somewhat naively I typedmvn clean package install from the build-parent folderThat gave all kinds of missing dependencies most of which I was able to resolve using the libraries available in the svn extractCurrently I am still missing 2 which I can't seem to fix1) org.spicefactory:cinnamon:swc:1.0.12) com.adobe.flexunit:flexunit:swc:4.0-beta-2-eventfulIs what I am trying to do not intended? Any other guidance as on how to resolve this?Many thanks indeedPeter
After downloading and installing the 1.1 version of FlexMetrics it appears as though comments are still not being counted correctly. As best I can tell, it is only parsing one type of comment:/* Comment */ are considered MLCLC/** Comment */ are considered Javadocs/JLCIt looks like none of the following are counted:// Comment<!-- Comment --><!--- Comment -->Which means mxml comments are not counted at all and single line comments are always 0.Is this by design, or is this a bug?Thanks in advance Brian
Hi all,I was redirected from the "Flash Builder and Flex SDK" forum to here. Here's my original post:"Finding the total number of lines can be done (http://blog.flexexamples.com/2010/01/13/determining-the-number-of-lines-in-a-spa rk-richeditabletext-control-in-flex-4/), but is it possible to find the number of lines of any arbitrary paragraphs in a Spark TextArea? I've looked around and couldn't figure it out. Thanks in advance for any pointers!"Thanks!
Hi,I have a portal and I'm loading a couple of applicaitons using SWFLoaders which are using the Swiz framework. When loaded in the portal, the Swiz framework is not loading any beans or data. If the applicaiton is run outside the portal it works fine. The SWFLoader is a child of the portal, same security and application domain.I don't know how to make swiz work. I also created a bootstrapper to load the portal and share classes but I get a compile error if I try this:import org.swizframework.Swiz;Swiz;It doesn't do anything. If I add this same line to the portal, it still doesn't do anything. How can Swiz work for children applications loaded in the portal?Thanks you.
I have a call to the db which gets a list of order pads.When this list is returned i then need to create N number of visual order padsHow should this be done. using a data binding and a repeater is not an option. i really just wan to call a function in the view to loop over the result set creating the views
Hi,In flash authoring environment in test movie mode, keyboard events fires flash ide shortcuts. I have tried the standart flow composer setFocus with no help.What is the possible reason?Thank you.
I have to make a text editor which support arabic, therefore I have to use TLF, but I also need the possibility to use bullets in the text.Does TLF support bulleting?If yes, how can I apply it?If not, when will it support?
Hi, I am using the style.css file for applying style, I get this by stepHeading { font-size: 12px; font-weight: bold; color: #FFFFFF;}i lode the external style ob an object of url loader in a string suppose styleName, now i want to assign it into the TextLayoutFormat.fonStyle = styleNametextLayoutFormat.fontStyle = styleName;in above code textLayoutFormat is an object of TextLayoutFormat class and style name is my style from css file. can there is a way to get different stylesany help would be most welcomeGaurav kumar pandey
it can read from txt but couldnt read from a word document:s how can i do this?
Hi,I am trying to embed "Arial Unicode MS" for use by TLF in my Flash CS4 project. As I googled around, I am using the "Flex SWC" approach, only not having any luck. Here is what I got://Code in Flex ActionScript project:package{ public class FontEmbeds { [Embed(source='C:/Windows/Fonts/ARIALUNI.TTF', fontFamily='ArialUnicodeMS', embedAsCFF='true' )] public const Font1:Class; }}When I am trying to instantiate this class, I have AS code in my Flash main timeline:var font:Font = new FontEmbeds_Font1();Flash compiler says: "1067: Implicit coercion of a value of type FontEmbeds_Font1 to an unrelated type flash.text:Font."Ok. Now after I
Hello to everyone,I have downloaded svn open source files of "textLayout framework" and set src folder as class path in cs4 flashWhen i am trying to publish an example player gives me this error:1120: Access of undefined property debug.CONFIG::debug { assert(normalizeStart <= textLength,"damage bad length"); }do you have an idea?Thanks.
HiI am creating a text link using link element and after adding it in paragraph element.When the link is created it requires ctrl key pressed together with link to operate.Can i insert a link in my text that doesn't require the ctrl key pressed while clicking the link.thanks.
Hi,Problem description: Using FlashBuilder 4 beta 2 with FlexUnit 4 tests, if a FlexUnit error includes open-close parentheses (a.k.a. for searchers brackets/braces) "()", the output will be truncated before them.An example error message:"Method initializeParsley() should be static"... gives the output..."Method initializeParsley"Generated by: errors.push( new Error("Method " + name + "() " + state + " be static"));(from line 256 of http://github.com/blegros/flexunit/blob/259977f1515e151fb73defc5e3e26329c157827c/FlexUnit4/src/org/flexunit/runners/model/FrameworkMethod.as#256 )Workaround:Switch one's FlexUnitApplication.mxml to not using FlexUnit FB plugin. Full error reported in standalone TestRunnerBase. Workaround is onerous especially since FB will silently overwrite if things change sufficiently.This seems most likely a FlashBuilder FlexUnit plugin issue. Vague memory suggests I should post this somewhere specific to that but searching isn't giving definite
Revision: 14591Revision: 14591Author: klin@adobe.comDate: 2010-03-04 16:03:59 -0800 (Thu, 04 Mar 2010)Log Message:***********Merge revision 14590 from 4.x to trunk.Fix for https://bugs.adobe.com/jira/browse/SDK-25627. The drag proxy received a wrong starting position. The fix is to offset the proxy origin by the width of the dragInitiator instead of offsetting the mouse point.QE notes: NoDoc notes: NoBugs: SDK-25627Reviewer: JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25627 http://bugs.adobe.com/jira/browse/SDK-25627Modified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14590Revision: 14590Author: klin@adobe.comDate: 2010-03-04 15:53:49 -0800 (Thu, 04 Mar 2010)Log Message:***********Fix for https://bugs.adobe.com/jira/browse/SDK-25627. The drag proxy received a wrong starting position. The fix is to offset the proxy origin by the width of the dragInitiator instead of offsetting the mouse point.QE notes: NoDoc notes: NoBugs: SDK-25627Reviewer: JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25627 http://bugs.adobe.com/jira/browse/SDK-25627Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
Revision: 14581Revision: 14581Author: klin@adobe.comDate: 2010-03-04 09:58:14 -0800 (Thu, 04 Mar 2010)Log Message:***********Merge revision 14567 from 4.x to trunk.Fix for de-mirroring icons correctly including http://bugs.adobe.com/jira/browse/SDK-25657 and http://bugs.adobe.com/jira/browse/SDK-25684.In general, the fix for de-mirroring icons involves saving the original transform matrix before applying our scaling and translation. Our current method only partially does this resulting in bugs such as the vertical flipping. After saving the matrix, we can restore the original transform matrix when applying most properties that would affect our calculations (width, height, scaleX, scaleY, x). We also use backing variables for scaleX and scaleY since they may be affected by the matrix calculations and by setting width and height. I?\226?\128?\153ve also tried to simplify the case where we are switching back to not mirroring by restoring the original matrix and setting properties no
Hi,How do I (If it's possible) test a private function of a class i want to test.I really don't want to change the function to public only for testing it.Any suggestions
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.