-
Recente
Revision: 3873 Author: gauravj@adobe.com Date: 2008-10-24 09:42:17 -0700 (Fri, 24 Oct 2008) Log Message: ----------- Modify asdoc tool to show DefaultProperty and SkinStates, if defined on base classes. QE Notes: None Doc Notes: None Reviewer: Paul Bugs: SDK-17719 - FxList is missing a description of 'Skinning the Component' and its default MXML property in ASDoc. tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17719 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
Hi, I'm having a strange behavior with some Gumbo components I developed. For these components I implemented skins and I'm handling the skin parts in the partAdded and the partRemoved functions. In my application I'm showing one of different components (views) depending on a selection in a list. For this I'm creating the different views without adding them to a displayList (in a Declarations tag). When the selection changes, I replace the displayed view accordingly. With components that use "includeIn" in their skins I'm getting null pointer exceptions in their partRemoved methods. I noticed that this happens with views I showed once and trying to show again, which means they were added to a displayList, removed then being added again. This seems to make their skin to be unloaded and reloaded. First question: Is this the normal beahvior or a bug? Now to the strange part: In the partRemoved method call, sometimes I get null for the instance parameter! I think this happens dependin
Revision: 3858 Author: gruehle@adobe.com Date: 2008-10-23 13:32:02 -0700 (Thu, 23 Oct 2008) Log Message: ----------- Change FxButton's labelField from TextBox to TextGraphicElement. This allows the part to be either a TextBox or a TextGraphic. QE Notes: None Doc Notes: None Bugs: SDK-17739 Reviewer: Steve Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17739 Modified Paths: -------------- flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/src/mx/components/FxButton.as
Hi, just wanted to know if the Flex team is developing or planned to develop the following functionality for Gumbo: * Combo Box: I know I can use the Halo version, but I need one with support for RTL text * Grid layout * Flow layout Bye, -- Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com
Revision: 3841 Author: gauravj@adobe.com Date: 2008-10-23 07:59:16 -0700 (Thu, 23 Oct 2008) Log Message: ----------- ASDoc Bug fixes for some broken links. QE Notes: None Doc Notes: None Bugs: SDK-17702, SDK-17710 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17702 http://bugs.adobe.com/jira/browse/SDK-17710 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/class-files.xslt flex/sdk/trunk/asdoc/templates/class-parts.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3820 Author: gauravj@adobe.com Date: 2008-10-22 11:06:28 -0700 (Wed, 22 Oct 2008) Log Message: ----------- ASDoc Bug fixes. Changing show versions to true by default. Modifying projects-asdoc.xml to use the renamed tcal swcs. Removing some unused code from ASDocExtension.java, ClassTable.java, and DocCommentTable.java QE Notes: None Doc Notes: None Reviewer: Paul Bugs: SDK-17687, SDK-17679, SDK-17357 tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17687 http://bugs.adobe.com/jira/browse/SDK-17679 http://bugs.adobe.com/jira/browse/SDK-17357 Modified Paths: -------------- flex/sdk/trunk/asdoc/projects-asdoc.xml flex/sdk/trunk/asdoc/templates/ASDoc_Config_Base.xml flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/class-files.xslt flex/sdk/trunk/asdoc/templates/fieldSummary.xslt flex/sdk/trunk/asdoc/templates/methodSummary.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtensi
Revision: 2463 Author: jimurphy@adobe.com Date: 2008-07-14 12:48:00 -0700 (Mon, 14 Jul 2008) Log Message: ----------- add frameworks/tools to trunk - went missing in the big splash Added Paths: ----------- flex/sdk/trunk/frameworks/tools/ flex/sdk/trunk/frameworks/tools/FXGViewer/ flex/sdk/trunk/frameworks/tools/FXGViewer/.actionScriptProperties flex/sdk/trunk/frameworks/tools/FXGViewer/.flexProperties flex/sdk/trunk/frameworks/tools/FXGViewer/.project flex/sdk/trunk/frameworks/tools/FXGViewer/build.xml flex/sdk/trunk/frameworks/tools/FXGViewer/src/ flex/sdk/trunk/frameworks/tools/FXGViewer/src/FXGViewer.mxml flex/sdk/trunk/frameworks/tools/FXGViewer/src/FXGViewerComp.mxml flex/sdk/trunk/frameworks/tools/build.xml
Revision: 3756 Author: gruehle@adobe.com Date: 2008-10-20 14:38:18 -0700 (Mon, 20 Oct 2008) Log Message: ----------- Adding placeholder icons for the Gumbo components that appear in the FB components panel. Where possible, these are simply copies of the Halo icons. There were some that didn't have a direct Halo counterpart, so the closest match was chosen. QE Notes: None Doc Notes: None Bugs: SDK-17668 Reviewer: - Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17668 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/DataGroup.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButton.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxHScrollBar.as flex/sdk/trunk/framework
Hi all Is the SVN Repository down at the moment or is it just me? cheers glenn
Revision: 3747 Author: gauravj@adobe.com Date: 2008-10-20 11:16:13 -0700 (Mon, 20 Oct 2008) Log Message: ----------- Fixing the asdoc target to generate html output for projects. QE Notes: None Doc Notes: None Modified Paths: -------------- flex/sdk/trunk/asdoc/build.xml flex/sdk/trunk/build.xml Added Paths: ----------- flex/sdk/trunk/asdoc/projects-asdoc.xml Removed Paths: ------------- flex/sdk/trunk/asdoc/build.properties flex/sdk/trunk/asdoc/mxml-manifest.xml
Hi, just wanted to ask if the Flex 4 components will be BiDi-aware so that a developer can set a property on a component or the application to make it render from right to left. For example a DataGrid, when set to RTL (i.e. by setting its "direction" property to "rtl") will start the columns from the right. Another example are horizontal layouts which would lay components from right to left when the application (global) direction is set to RTL. Bye, Haykel
Hey guys, Are there any big changes expected in SchemaManager at the moment? I'm using it to extract type info from SOAP for a developer workflow tool, and I'm wondering if I'm likely to have to re-do everything to move it to Gumbo. Any thoughts? It's slow going being completely undocumented, but I'm reasonably familiar with it as it stands now. I've also cloned the mx.rpc.* source tree, added debugging info and chucked all the [Ignore] metadata in order to get some help from Builder... But I don't want to have to include my bastardised version in the final product :) -Josh -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." Like the cut of my jib? Check out my Flex blog! :: Josh 'G-Funk' McDonald :: 0437 221 380 :: josh@gfunk007.com :: http://flex.joshmcdonald.info/
Revision: 3745 Author: gauravj@adobe.com Date: 2008-10-20 07:21:07 -0700 (Mon, 20 Oct 2008) Log Message: ----------- Modifying clean target to also clean the tempDocs folder. Fix for recent from injection revision 3709. QE Notes: None Doc Notes: None Bugs: - SDK-17419 Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17419 Modified Paths: -------------- flex/sdk/trunk/build.xml flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
Revision: 3731 Author: gruehle@adobe.com Date: 2008-10-17 16:11:19 -0700 (Fri, 17 Oct 2008) Log Message: ----------- Update the new FxCheckBox and FxRadioButton skins to use the "labelField" skin part. This got missed on the original checkin. QE Notes: None Doc Notes: None Bugs: - Reviewer: Gordon Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxCheckBoxSkin.mxml flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxRadioButtonSkin.mxml
Revision: 3724Author: gruehle@adobe.comDate: 2008-10-17 14:42:20 -0700 (Fri, 17 Oct 2008)Log Message:-----------Text style changes:* Default text styles for Gumbo components are temporarily placed on type selectors (as of revision 3528). This checkin changes those selectors to just two: TextGraphicElement and TextView. This makes the default font work correctly for all 5 text-related tags - TextBox, TextGraphic, TextView, FxTextArea, and FxTextInput.* Since the default text styles are temporarily on type selectors, setting text styles on component tags was not working. This checkin fixes that by explicitly setting the "styleName" property of the labelField (Button) and textView (FxTextBase) skin parts to the component itself. This way, any styles set on the component will take precedence over styles set on the text type selectors.QE Notes: Text styles can be set on component tags (ie ). This should be tested.Doc Notes: We should add a release note about changing the default text
Revision: 3710 Author: gruehle@adobe.com Date: 2008-10-17 10:46:28 -0700 (Fri, 17 Oct 2008) Log Message: ----------- Moved the wireframe skins into a "Wireframe" theme. A subsequent checkin is required to include the theme in the SDK builds. Spiffed up the wireframe skins a bit to make them look better. QA: Yes, please add tests that include the wireframe theme. This theme only applies to Gumbo components. Bugs: SDK-17342, SDK-15855 Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17342 http://bugs.adobe.com/jira/browse/SDK-15855 Modified Paths: -------------- flex/sdk/trunk/frameworks/build.xml Added Paths: ----------- flex/sdk/trunk/frameworks/projects/wireframe/ flex/sdk/trunk/frameworks/projects/wireframe/build.xml flex/sdk/trunk/frameworks/projects/wireframe/bundles.properties flex/sdk/trunk/frameworks/projects/wireframe/defaults.css flex/sdk/trunk/frameworks/projects/wireframe/src/ flex/sdk/trunk/frameworks/projects/wireframe/src/WireframeClasses.as
Revision: 3709 Author: gauravj@adobe.com Date: 2008-10-17 10:31:38 -0700 (Fri, 17 Oct 2008) Log Message: ----------- Fix for SDK-16711 - Missing property description when using @9475319 in asdoc. QA: Yes Doc: No Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-16711 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/fieldSummary.xslt flex/sdk/trunk/asdoc/templates/methodSummary.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
Revision: 3708 Author: gauravj@adobe.com Date: 2008-10-17 10:18:45 -0700 (Fri, 17 Oct 2008) Log Message: ----------- Fix for SDK-17372 - First compile of an Air app that has Air components in it fails. QA: Yes Doc: No Reviewed By: Pete Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17372 Modified Paths: -------------- flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/io/VirtualZipFile.java
Hello, Mod_flex binaries available on adobe.com are built for Linux 32-bits. As I'm using Linux 64-bits, I'd like to compile mod_flex from sources but I've found no way to get there, whereas it seems that mod_flex is OpenSource. Do you know how I can make mod_flex working on 64 bits ? Thanks in advance, Pierre L.
Revision: 3679 Author: gruehle@adobe.com Date: 2008-10-16 07:42:08 -0700 (Thu, 16 Oct 2008) Log Message: ----------- Fix fasttrack bug SDK-17371: RTE when repopulating an FxList. When the list data provider is reset, clear out the current selection. Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17371 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
I was wondering if there are any suggestions/best practices for how to handle visual changes in a Cairngorm Application. I am currently working on a Cairngorm Application with many moving parts - Trees, Lists, ViewStacks with ViewStacks as children. I want the application to be able to change visually based on some user actions - no real business logic involved. For instance, I have a menu that has options for displaying PopUps, or making hidden Panels visible. Right now, I am using Events all over the place to bubble up to the appropriate parent component. Does it make sense to have properties in the Model that control the visual aspects of the Application? Any thoughts are greatly appreciated. Thank you.
Hello, I have a view which is bound to a model (static instance as usual with Cairngorm). So far so good. Now I would like to have a view which would contain the above one multiple times. The problem is that because the model bound to each view is static, if I modify one view, all the other ones get modified too. To be more specific, the View in question is a Chart. And the View that contains multiple Charts is a Dashboard. How can I workaround this ? Regards
Revision: 3668 Author: gruehle@adobe.com Date: 2008-10-15 15:25:04 -0700 (Wed, 15 Oct 2008) Log Message: ----------- Fix for SDK-15941: selectedItem/selectedIndex does not render as selected. Reviewer: Deepa Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-15941 Modified Paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxList.as flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/baseClasses/FxListBase.as
Revision: 3663 Author: gauravj@adobe.com Date: 2008-10-15 13:04:27 -0700 (Wed, 15 Oct 2008) Log Message: ----------- Dita xml and xslt support for SkinStates Bugs: SDK-17166 QA: Yes Doc: No Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17166 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/class-parts.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Revision: 3652 Author: gauravj@adobe.com Date: 2008-10-15 10:18:08 -0700 (Wed, 15 Oct 2008) Log Message: ----------- Fix for SDK-17328 - Package description missing when they're set using Overviews_Base.xml Fix for SDK-17185 - Allow HTML chars to be set for footer string Fix for SDK-17259 - Exception name missing when generating asdoc with @throw tag QA: Yes Doc: No Tests: checkintests Ticket Links: ------------ http://bugs.adobe.com/jira/browse/SDK-17328 http://bugs.adobe.com/jira/browse/SDK-17185 http://bugs.adobe.com/jira/browse/SDK-17259 Modified Paths: -------------- flex/sdk/trunk/asdoc/templates/asdoc-util.xslt flex/sdk/trunk/asdoc/templates/package-detail.xslt flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.java
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.