『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Revision: 15043Revision: 15043Author: klin@adobe.comDate: 2010-03-25 17:10:14 -0700 (Thu, 25 Mar 2010)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-25943. Embedded images were not mirroring even when the image component had an explicit layoutDirection set. The fix is to check if the contentHolder is an ILayoutDirectionElement when it is loaded and set the layoutDirection to null (inheriting).QE notes: NoDoc notes: NoBugs: SDK-25943Reviewer: JasonTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25943 http://bugs.adobe.com/jira/browse/SDK-25943Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as
Revision: 15039Revision: 15039Author: aharui@adobe.comDate: 2010-03-25 15:43:17 -0700 (Thu, 25 Mar 2010)Log Message:***********Merge SVN 15024 to trunkQE Notes: noneDoc Notes: Bugs: SDK-25792Reviewer: CarolTests run: CheckintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25792Modified Paths:************** flex/sdk/trunk/frameworks/projects/spark/src/mx/core/FTETextField.asProperty Changed:**************** flex/sdk/trunk/
Revision: 15038Revision: 15038Author: gauravj@adobe.comDate: 2010-03-25 14:57:43 -0700 (Thu, 25 Mar 2010)Log Message:***********Merge branch revision 4.x, 15037 --> trunkOriginal revision notes:Fix for broken link related to SkinPartsQE notes: None.Doc notes: None.Bugs: SDK-25991, SDK-25989Reviewed By: PeteTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25991 http://bugs.adobe.com/jira/browse/SDK-25989Modified Paths:************** flex/sdk/trunk/asdoc/templates/class-files.xsltProperty Changed:**************** flex/sdk/trunk/
Revision: 15037Revision: 15037Author: gauravj@adobe.comDate: 2010-03-25 14:51:59 -0700 (Thu, 25 Mar 2010)Log Message:***********Fix for broken link related to SkinParts QE notes: None.Doc notes: None.Bugs: SDK-25991, SDK-25989Reviewed By: PeteTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25991 http://bugs.adobe.com/jira/browse/SDK-25989Modified Paths:************** flex/sdk/branches/4.x/asdoc/templates/class-files.xslt
Revision: 15024Revision: 15024Author: aharui@adobe.comDate: 2010-03-25 10:12:45 -0700 (Thu, 25 Mar 2010)Log Message:***********We weren't using ISWFContext for getFontMetrics QE notes: n/a Doc notes: n/a Bugs: SDK-25792 Reviewer: CarolTests run: checkintests Is noteworthy for integration: noTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25792Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/spark/src/mx/core/FTETextField.as
Here's a good one for you ...I have a textFlow running through columns with a nice embedded font. Looks lovely. I then decide to add a completely unrelated Combo box to my app ... and now the textFlow doesn't render with the font. Comment out the combo and the font returns.I don't even know where to start with that one.I ran some tests and even with a completely dumb combo added with no DP it robs me of my font.This is now officially MENTAL!
Flash Builder 4 is now shipping....How about "Flash Builder 4 Plugin for Eclipse"?Anybody know it is released or not? Thanks.
HelloI got a sudden error when updating my SDK to 4.1.0.14965 that is just out. The error is just that TextConverter.importToFlow is not creating the TextFlow, it is returning null, thus the rest of my code gets crashed.I tried to isolate the error as far as I could and here is the status:- everything worked fine till SDK 4.1.0.14883- the TextFlow was not created when the source had an <a> tag (not sure if it happens with other tags) (it does work fine if the source has no extra tags)- TextFlow was created fine if I didn't pass a Configuration (even with an <a> tag in the source)So my guess is that there is some new changes to the Configuration, specially in the link format part, but I could not find anything else that would guide me to solve that. I looked in the TLF release notes, source code, Language Reference and nothing!!Would anyone guess how to solve that?? Was there indeed any update in the TLF source in that section? Is that a bug?This is my importToFlow use:__tfl
What's the fastest way to completely remove all the Flow elements from my TextFlow object? I don't want to kill the TextFlow and I need to keep the containers and composer. It's just the text I want to bin.
Hi. Does Flex MXML have the concept of a subroutine (like VB) or a method (like ActionScript)? Reason I ask is that I have some MXML code which will be duplicated (yecch!) unless I can refactor it into a subroutine of some sort.Ben EthridgeSenior Java Developer / Flex Newbie
Revision: 14999Revision: 14999Author: klin@adobe.comDate: 2010-03-24 13:33:13 -0700 (Wed, 24 Mar 2010)Log Message:***********Merge revision 14996 from 4.x to trunk.Update for implementing ILayoutDirectionElement in BitmapAsset and SpriteAsset. Instead of trying to handle transforming the assets directly, we leverage AdvancedLayoutFeatures to update the transform matrix of the assets. The main difference between the asset implementations and other ones is that width/height and scaleX/Y are tied to each other. The setters of each of those properties will set the backing value of their respective property. Another change is that we use the existence of layoutFeatures to keep track of whether the asset needs to de-mirror instead of using the mirror variable.Also, I removed a FIXME from AdvancedLayoutFeatures. We already short-circuit this in the classes that own the AdvancedLayoutFeatures. I changed the FIXMEs for the x getters to TODOs.QE notes: NoDoc notes: NoBugs: SDK-25879, SDK-2
I am building a large scale RIA application using Flash Builder 4. At this point, I have the application separated into 10 modules (there will continue to be more added). The main module holds navigation and a container to display the other modules. Each module has it's own data model. Cairngorm best practices suggest that I should define a reference to each data model in the main ModelLocator. If I define a reference to each module's data model in the main module's ModelLocator, the compiler would compile each of those data model classes, as well as any classes that its properties are typed as (mainly VO/DTOs), into the main module. While it is expected that the compiler work this way, it is not ideal. I'd like each module to be as small and self-contained as possible, but this best practice method bloats the main module. I currently do not have a reference to each data model on the ModelLocator, and it makes me feel like I am misusing M
I got the following error in my Flex Builder 3Error: FlexPMD command line reference preference is missingCan any one please help me in solving this error ..with regardsaditya
Revision: 14996Revision: 14996Author: klin@adobe.comDate: 2010-03-24 11:49:15 -0700 (Wed, 24 Mar 2010)Log Message:***********Update for implementing ILayoutDirectionElement in BitmapAsset and SpriteAsset. Instead of trying to handle transforming the assets directly, we leverage AdvancedLayoutFeatures to update the transform matrix of the assets. The main difference between the asset implementations and other ones is that width/height and scaleX/Y are tied to each other. The setters of each of those properties will set the backing value of their respective property. Another change is that we use the existence of layoutFeatures to keep track of whether the asset needs to de-mirror instead of using the mirror variable.Also, I removed a FIXME from AdvancedLayoutFeatures. We already short-circuit this in the classes that own the AdvancedLayoutFeatures. I changed the FIXMEs for the x getters to TODOs.QE notes: NoDoc notes: NoBugs: SDK-25879, SDK-25894Reviewer: Hans, Carol, EvtimTests r
The application that I am currently working on requires the ability for a user to log out of the application. Logging out should effectively reset the entire state of the application back to what it was when the user first showed up to the login page. The best solution would be to to just refresh the browser, but that is not an option. I need the ability to reset the ModelLocator so that all of the views that bind to it revert back to the login state. I can create a reset() function on ModelLocator and manually reinstantiate each property, but I'm looking for a better solution. Since ModelLocator is a singleton, the static constant "_instance" (along with the "locked" constructor - forcing the user to use getInstance to get a reference) can only refer to one instance of ModelLocator. I first tried a public reset function that would call the constructor and pass in the reference to the "key" (private function key), which I was hoping would reinstantia
I'm generating a large list of names and flowing them through columns. Each name is a link. This is fine when I use the default styling. As soon as I try to add some formatting with a TextLayoutFormat object the thing takes an age to load and the links become completely unresponsive. I get the spinning icon and then a few seconds later if I'm lucky it will attempt the format on the hover state.This is going to generate my entire use of the TLF in this project pointless unless I can find a less processor intensive way of formatting these links. Is it not possible to just apply a normal stylesheet to the text so I can at least embed a font and change the colour of the text when I rollover it?Would it be better to apply the styles inline?Any help on this appreciated.
I need some function, that parse xml <TextLayoutFormat...../> to TextLayoutFormat object.sorry for english,is exists that function in TLF API?
Revision: 14966Revision: 14966Author: klin@adobe.comDate: 2010-03-23 14:53:53 -0700 (Tue, 23 Mar 2010)Log Message:***********Merge 14965 from 4.x to trunk.Fix for http://bugs.adobe.com/jira/browse/SDK-25909 and another underlying List/Tree/DataGrid issue. The bug was that the dragProxy for a TileList and HorizontalList didn't have the right layoutDirection causing it to be incorrectly positioned. While investigating the issue, I found that there was some fallout from changing SpriteAsset. The selection and rollover highlights on a List were disappearing. It turns out that List and DataGrid create their own SpriteAssets for creating certain indicators (like highlight and selection), while Tree creates it to wrap the disclosureIcon.The fix for first bug is to set the layoutDirection of the dragProxy to ?\226?\128?\156rtl?\226?\128?\157 when the dragInitiator is also "rtl". It doesn?\226?\128?\153t inherit the layoutDirection because it is a child of the systemManager. I?\226?\128?\
Revision: 14965Revision: 14965Author: klin@adobe.comDate: 2010-03-23 14:49:00 -0700 (Tue, 23 Mar 2010)Log Message:***********Fix for http://bugs.adobe.com/jira/browse/SDK-25909 and another underlying List/Tree/DataGrid issue. The bug was that the dragProxy for a TileList and HorizontalList didn't have the right layoutDirection causing it to be incorrectly positioned. While investigating the issue, I found that there was some fallout from changing SpriteAsset. The selection and rollover highlights on a List were disappearing. It turns out that List and DataGrid create their own SpriteAssets for creating certain indicators (like highlight and selection), while Tree creates it to wrap the disclosureIcon.The fix for first bug is to set the layoutDirection of the dragProxy to ?\226?\128?\156rtl?\226?\128?\157 when the dragInitiator is also "rtl". It doesn?\226?\128?\153t inherit the layoutDirection because it is a child of the systemManager. I?\226?\128?\153ve also included the fix fo
Revision: 14964Revision: 14964Author: klin@adobe.comDate: 2010-03-23 14:42:26 -0700 (Tue, 23 Mar 2010)Log Message:***********Merge revision 14945 from 4.x to trunk.Rollback revision 14922. This seems to break components that are initially RTL and then set to LTR.QE notes: NoDoc notes: NoBugs: NoReviewer: N/ATests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.asProperty Changed:**************** flex/sdk/trunk/
Revision: 14950Revision: 14950Author: gauravj@adobe.comDate: 2010-03-23 12:58:13 -0700 (Tue, 23 Mar 2010)Log Message:***********Merge branch revision 4.x, 14949 --> trunkOriginal revision notes:Fix for Skin parts cannot be linked in other properties/methods ASDoc using @SEEQE notes: None.Doc notes: None.Bugs: SDK-25887Reviewed By: DarrellTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25887Modified Paths:************** flex/sdk/trunk/asdoc/templates/all-index.xslt flex/sdk/trunk/asdoc/templates/class-files.xsltProperty Changed:**************** flex/sdk/trunk/
Revision: 14949Revision: 14949Author: gauravj@adobe.comDate: 2010-03-23 12:46:25 -0700 (Tue, 23 Mar 2010)Log Message:***********Fix for Skin parts cannot be linked in other properties/methods ASDoc using @SEE QE notes: None.Doc notes: None.Bugs: SDK-25887Reviewed By: DarrellTests run: checkintestsIs noteworthy for integration: NoTicket Links:*********** http://bugs.adobe.com/jira/browse/SDK-25887Modified Paths:************** flex/sdk/branches/4.x/asdoc/templates/all-index.xslt flex/sdk/branches/4.x/asdoc/templates/class-files.xslt
Revision: 14945Revision: 14945Author: klin@adobe.comDate: 2010-03-23 11:39:53 -0700 (Tue, 23 Mar 2010)Log Message:***********Rollback revision 14922. This seems to break components that are initially RTL and then set to LTR.QE notes: NoDoc notes: NoBugs: NoReviewer: N/ATests run: checkintestsIs noteworthy for integration: NoModified Paths:************** flex/sdk/branches/4.x/frameworks/projects/framework/src/mx/core/UIComponent.as
Revision: 14934Revision: 14934Author: sramaswa@adobe.comDate: 2010-03-23 05:16:59 -0700 (Tue, 23 Mar 2010)Log Message:***********Recording merge info for integration of 14898.Property Changed:**************** flex/sdk/trunk/
Revision: 14933Revision: 14933Author: deeptika@adobe.comDate: 2010-03-23 04:05:12 -0700 (Tue, 23 Mar 2010)Log Message:***********Drag proxy should be stored always irrespective of whether drag is started in root application or not. However proxy is stored in the automation manager of the root app and root will return the proxy when it is asked for. Fix: Earlier we were storing the proxy only if the application that initiated the application is root. Removed that check now.QE notes: Doc notes: Bugs: FLEXENT-1244 (Main app loads sub app1 in same app domain which loads sub app2 in different app domain drag and drop of list from sub app1 to sub app2 does not get replayed)Reviewer: RaniTests run: checkintestsIs noteworthy for integration: Ticket Links:*********** http://bugs.adobe.com/jira/browse/FLEXENT-1244Modified Paths:************** flex/sdk/branches/4.x/frameworks/projects/automation/src/mx/automation/delegates/DragManagerAutomationImpl.as
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.