[svn:fx-trunk] 15679: Made layout constraint animation actually work.

Revision: 15679
Revision: 15679
Author:   [email protected]
Date:     2010-04-23 16:33:44 -0700 (Fri, 23 Apr 2010)
Log Message:
Made layout constraint animation actually work. Animating constraints (left, right, etc.) with the Animate effect worked previously, but only if the animation values were explicitly specified or, in a transition, if both states had valid values for the constraint. But if you attempted to run a transition animating "left" where the constraint was cleared in either state, the animation would fail.
The fix checks for invalid values in the states and, when they occur, animates other related properties instead, or in addition. For example, an animation on "left" may turn into an animation on "x".
QE notes: None (added new checkintest AnimateConstraintsTest; might be interesting to see for further Mustella test development)
Doc notes: None
Bugs: None
Reviewer: Jason
Tests run: checkintests (with new test), Mustella spark/effects
Is noteworthy for integration: Yes. Downstream teams asked for this functionality.
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Animate.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/Resize.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateInstance .as
    flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
    flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
Added Paths:
    flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/AnimateConstraintsTestScript.mxm l
    flex/sdk/trunk/frameworks/tests/basicTests/spark/views/AnimateConstraintsTests.mxml

You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
<!doctype html>
Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
After the above has been fixed, please come back here to fix the remaining problem(s)
Gramps

Similar Messages

  • [svn:fx-trunk] 9314: Merge layout, graphics, and fxg tests into BasicTests.

    Revision: 9314
    Author:   [email protected]
    Date:     2009-08-14 12:00:24 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Merge layout, graphics, and fxg tests into BasicTests.
    Add more tests from spark tests into BasicTests.
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/ListAndDataGridTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/ScrollBarTestScript.mxml
        flex/sdk/trunk/mustella/mustella.swc
    Added Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/scripts/
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/scripts/FXGCompileTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/views/
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/views/FXGCompileTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/fxg/views/bg01.fxg
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/GraphicsTagsTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_bevelFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_blurFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_height.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_stroke.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_stroke10.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_stroke10Alpha.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_stroke10Purple.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_width.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_x.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Ellipse_y.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_bevelFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_blurFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_height.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_stroke.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_stroke10.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_stroke10Alpha.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_stroke10Purple.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_width.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_x.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _LinearGradRect_y.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_bevelFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_blurFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_height.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_stroke.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_stroke10.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_stroke10Alpha.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_stroke10Purple.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_width.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_x.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _Rect_y.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_bevelFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_blurFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_height.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_stroke.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_stroke10.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_stroke10Alpha.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_stroke10Purple.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_width.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_x.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RotatedLinearGradRect_y.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_bevelFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_blurFilter.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_height.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_stroke.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_stroke10.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_stroke10Alpha.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_stroke10Purple.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_width.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_x.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/scripts/baselines/GraphicTags_Checkin _RoundRect_y.png
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/GraphicsTagsTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/comps/
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/comps/EllipseBasic2.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/comps/RectBasic3.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/graphics/views/comps/TextGraphicBasic1.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/DeferredInstantiationTestScript. mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/scripts/LayoutTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/DeferredInstantiationTests.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/spark/views/LayoutTests.mxml

  • [svn:bz-trunk] 21154: Made sure the long-polling channel uses the new unlimited persistent connection limit as well when there 's no known user agent.

    Revision: 21154
    Revision: 21154
    Author:   [email protected]
    Date:     2011-04-27 07:16:48 -0700 (Wed, 27 Apr 2011)
    Log Message:
    Made sure the long-polling channel uses the new unlimited persistent connection limit as well when there's no known user agent.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BasePollingHTTPEndpoint.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 5802: Fix ant asdoc target to work with the new manifest files.

    Revision: 5802
    Author: [email protected]
    Date: 2009-03-31 09:14:44 -0700 (Tue, 31 Mar 2009)
    Log Message:
    Fix ant asdoc target to work with the new manifest files.
    QE Notes: None.
    Doc Notes: None.
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/asdoc/build.xml

    Thats good news.

  • [svn:fx-trunk] 6476: Multiple selection and requiresSelection now work together.

    Revision: 6476
    Author:   [email protected]
    Date:     2009-05-01 14:08:56 -0700 (Fri, 01 May 2009)
    Log Message:

    IE doesn't like something about
    http://72.29.76.51/~organica/fadeslideshow.js
    Perhaps try re-uploading it.

  • [svn:fx-trunk] 11447: Fix to 3 unrelated bugs.

    Revision: 11447
    Author:   [email protected]
    Date:     2009-11-04 16:12:40 -0800 (Wed, 04 Nov 2009)
    Log Message:
    Fix to 3 unrelated bugs.
    - Auto-fading logic was clobbering the state-specified value of alpha in some situations (and the logic was way complex and fragile, so a refactoring was needed).
    - Animation now handles sorting of Resize animations to be processed first in each frame, to improve some of the Resize/transform-effect interaction.
    - Post-layout translation animations were being automatically created in some situations, ignoring any startDelays set on the real translation animations. The fix was to pick up the real translation animation info to pre-populate the post-layout animations.
    QE notes: None
    Doc notes:  None
    Bugs:  sdk-23399, sdk-22563, sdk-24010, sdk-23252
    Reviewer: Kevin
    Tests run: checkintests, Mustella spark/effects
    Is noteworthy for integration: Yes - some fixes requested by Tools
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23399
        http://bugs.adobe.com/jira/browse/sdk-22563
        http://bugs.adobe.com/jira/browse/sdk-24010
        http://bugs.adobe.com/jira/browse/sdk-23252
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/animation/Animation.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/FadeInstance.as

  • Can armatures be made into nested animation (symbol/movies)?

    1) Can armatures be made into nested animation (symbol/movies)?
    I made a dragon character and animated the body with the amature(bone tool) in flash cs5.  I was having trouble trying get it to become a nested animation and make it into a symbol/movie.  I heard you are suppose to select all the animated frames using EDIT> TIMELINE>COPY FRAMES, then pasting the animated frames into new symbol/movie. I have no luck with that, the menu becomes dimmed out from copying the frame...I'm not sure if nesting animations with amatures is possible?  Any ideas?  Thanks.
    I was planning to get the body into nested animation, then attached seperate movie with flagging wings along a guide path.
    2) Second question.  I don't know why flash cs5 is exporting it's animation a lot differently from gif to swf.  In the gif format it doesn't show the nest animation.  Here's an example.  The wings on the dragon animate fine in swf format but when converted to gif.  The wings don't move.

    It's very interesting -- there's some bug in the file -- even if some layers are not visible, when I double-click the text layer you are supposed to edit (the Symbol), other layers with text start to appear...
    Not sure what's causing this. I would suggest to log a bug here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    ...explain the steps and attache the PNG.
    And if you break the Symbol apart (select it > Modify > Symbol > Break apart) and then try to edit the text, all works normally as expected. Use this as a workaround -- I don't have a better suggestion for now...
    I have made the tests with Fw CS5...

  • .avi animations made with Flash won't work on my mac laptop (version 10.6.8) ...

    .avi animations made with Flash won't work on my mac laptop (version 10.6.8) but they used to. What is the problem?

    let me be more specific, the .avi animations will not play in Quicktime on this laptop, but they used to. When I import them into final cut express they won't show up there either. What should I do to fix this?

  • [svn:osmf:] 17958: Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.

    Revision: 17958
    Revision: 17958
    Author:   [email protected]
    Date:     2010-09-30 11:31:49 -0700 (Thu, 30 Sep 2010)
    Log Message:
    Add layout direction attributes to work around bug SDK-26940, when in Flex 3 compatibility mode.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26940
    Modified Paths:
        osmf/trunk/apps/samples/framework/ExamplePlayer/ExamplePlayer.mxml

    Height is determined by content.  I can't think of a single reason to have a div height of 5px because almost nothing will fit inside that small a space without problems. 
    As to why it doesn't show up in other devices, you must have put that style into the Tablet CSS code instead of the default Mobile CSS code.
    Fluid Grids build up from Mobile (applied to everything) with specific rules for Tablets, then Desktops.
    Best advice, use Fluid Grids for layout only.  Use a separate CSS file for content styles.
    Hope this helps,
    Nancy O.

  • How to add layout constraints in CSS?

    Is there a way to specify layout constraints in CSS? For example how can I specify that the first column in a GridPane should be aligned right? This can be done programmatically by adding a column constraint to a GridPane, like here:
    GridPane gridpane = new GridPane();
    ColumnConstraints column = new ColumnConstraints();
    column.setHalignment(HPos.RIGHT);
    gridpane.getColumnConstraints().add(column);

    As far as I understand it this is not supported in CSS. In general size and layout is not included in JFX CSS by design:
    JavaFX CSS does not support CSS layout properties such as float, position, overflow, and width. However, the CSS padding and margins properties are supported on some JavaFX scene graph objects. All other aspects of layout are handled programmatically in JavaFX code.
    This is from: http://download.oracle.com/javafx/2.0/api/javafx/scene/doc-files/cssref.html
    This is a bit limiting at times as they are often heavily related. I imagine it was a decision around separation of concerns - I'm not sure yet whether this is a good idea or not.
    [url http://download.oracle.com/javafx/2.0/api/javafx/fxml/doc-files/introduction_to_fxml.html]FXML is worth a look at for making layouts as scripts, that non-Java programmers can work with. It doesn't solve the 'style' issue but might go some way to help you.
    Cheers,
    zonski
    Did you find this answer useful? If so, please mark as 'Correct' or 'Helpful'.

  • [svn:fx-trunk] 5067: In preparation for adding ASDoc version tags for Flex, remove old tags from AIR files

    Revision: 5067
    Author: [email protected]
    Date: 2009-02-25 08:21:22 -0800 (Wed, 25 Feb 2009)
    Log Message:
    In preparation for adding ASDoc version tags for Flex, remove old tags from AIR files
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemComboBox.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemDataGrid.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemEnumerationMode .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemHistoryButton.a s
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemList.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemSizeDisplayMode .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemTree.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FlexNativeMenu.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/IWindow.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/StatusBar.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/TitleBar.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/AIREvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FileEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FlexNativeMenuEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FlexNativeWindowBoundsEvent .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/WindowExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/NativeDragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/ApplicationTitleBarBack groundSkin.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/StatusBarBackgroundSkin .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowBackground.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowCloseButtonSkin.a s
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowMaximizeButtonSki n.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowMinimizeButtonSki n.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowRestoreButtonSkin .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/utils/DirectoryEnumeration.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/utils/DirectoryEnumerationMode.as

    I'm also having this problem. I'm using Flash Builder 4.6, AIR 3.4 and I've made a DLL (e.g. ExtensionDll.dll) which needs to call functions in another DLL (e.g. DllUsedByExtensionDll.dll) . I've made sure my ANE is working with the ExtensionDll.dll already, so there are no issues with my actionscript code or my ANE packaging or my DLL compilation. However, once I start calling functions from the other DLL, it starts throwing me Error #3500. Even if I call this function (e.g. abc()) in ExtensionDll.dll, but I never actually use the function from actionscript, and I call another function (e.g. def()) from actionscript, the Error #3500 still appears, so it does not seem to depened on the whether the code is used or not.
    It's similar to this problem.
    http://stackoverflow.com/questions/9823504/how-to-use-external-dll-in-air-native-extension
    Does anyone have a solution or at least a way to debug this?

  • [svn:fx-trunk] 10065: Comment out code causing an RTE in SWFLoader.

    Revision: 10065
    Author:   [email protected]
    Date:     2009-09-08 13:14:26 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Comment out code causing an RTE in SWFLoader. Will fix as part of per-module styles feature development.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-23081
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23081
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/SWFLoader.as

    Hello, first post here..
    I maintain a java based lobby for an opensource RTS
    engine called spring at http://taspring.clan-sy.com
    You can find my lobbys source code at:
    https://taspring.clan-sy.com/svn/spring/trunk/AFLobby/
    Of note being the unitsync.dll/so library used to
    handle mods and maps. Implementing this library in
    pure java is not an option.
    I've dealt with quite a few JNi errors dealing with
    the linux users but we got through them all and it
    all worked great.
    I released a windows installer, and most users can
    run it fine with no issues with JNI, but 2 users seem
    to have problems, despite correctly installing
    everything.Does the JNI code use perl?
    This error message shows several hits on Google for perl related stuff.

  • [svn:fx-trunk] 10889: Add FTETextTests which check that a Label and NumericStepper configured to use FTEText have a textField and textInput , respectively, of type UIFTETextField and MXFTETextInput.

    Revision: 10889
    Author:   [email protected]
    Date:     2009-10-06 09:29:53 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Add FTETextTests which check that a Label and NumericStepper configured to use FTEText have a textField and textInput, respectively, of type UIFTETextField and MXFTETextInput.  The components are configured via style properties rather than by theme which would require another version/compile of the BasicTests.swf.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Alex
    Tests run: basictests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/FTETextTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/halo/views/FTETextTests.mxml

    I'm also having this problem. I'm using Flash Builder 4.6, AIR 3.4 and I've made a DLL (e.g. ExtensionDll.dll) which needs to call functions in another DLL (e.g. DllUsedByExtensionDll.dll) . I've made sure my ANE is working with the ExtensionDll.dll already, so there are no issues with my actionscript code or my ANE packaging or my DLL compilation. However, once I start calling functions from the other DLL, it starts throwing me Error #3500. Even if I call this function (e.g. abc()) in ExtensionDll.dll, but I never actually use the function from actionscript, and I call another function (e.g. def()) from actionscript, the Error #3500 still appears, so it does not seem to depened on the whether the code is used or not.
    It's similar to this problem.
    http://stackoverflow.com/questions/9823504/how-to-use-external-dll-in-air-native-extension
    Does anyone have a solution or at least a way to debug this?

  • [svn:fx-trunk] 9385: SkinnableTextBase. as - remove code to redispatch UPDATE_COMPLETE event from RET.

    Revision: 9385
    Author:   [email protected]
    Date:     2009-08-19 08:54:55 -0700 (Wed, 19 Aug 2009)
    Log Message:
    SkinnableTextBase.as - remove code to redispatch UPDATE_COMPLETE event from RET.  For each property setter, even though they are just proxies to RET, call invalidateProperties() to generate UPDATE_COMPLETE events and add handler for the TextOperationEvent.CHANGE and call invalidateDisplayList() to generate UPDATE_COMPLETE events for RET size and display list changes.  SDK-22705
    TextArea.as - remove code to set scroller horizontalScrollPosition to off if "toFit".  Need to do it "virtually" rather than actually change the scroller property.  SDK-22680
    RichEditableText.as
    Changes to rememasureText() and measure() since not all combinations of constrainted width/height worked correctly, particularly if auto sizing.  SDK-22727
    Changes to textContainerManager_compositionCompleteHandler() to try to keep "contentWidth" seen by scroller constant if lineBreak="toFit" so the scroller doesn't think it needs to add a horizontal scroll bar.  If the text is "toFit" there should never be a hsb.  SDK-22680
    Change to updateDisplayList() to scroll after updating the container if it was delayed when EditManager.updateAllContainers() last ran. SDK-22705
    Removed default params from scrollToRange() since they don't make sense.  SDK-22696.
    Some cleanup based on TLF cleanup.
    RichEditableTextContainerManager.as - in drawBackgroundAndSetScrollRect(), if auto sizing, should use the display list width and height for the scroll rect and background for the text rather than the content width and height.   SDK-22727 and SDK-22678 ended up fixed too.
    RichEditableTextEditManager.as - flag to know if scroll is needed after updating the container in updateDisplayList.  SDK-22696
    QE notes: be sure to make automated tests for SDK-22727, SDK-22705, SDK-22678 please
    Doc notes:
    Bugs: SDK-22727, SDK-22626, SDK-22680, SDK-22705, SDK-22696, SDK-22678
    Reviewer: Gordon
    Tests run: basictests, checkintests, TextArea, TextInput, NumericSteeper
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22678
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22678
        http://bugs.adobe.com/jira/browse/SDK-22727
        http://bugs.adobe.com/jira/browse/SDK-22626
        http://bugs.adobe.com/jira/browse/SDK-22680
        http://bugs.adobe.com/jira/browse/SDK-22705
        http://bugs.adobe.com/jira/browse/SDK-22696
        http://bugs.adobe.com/jira/browse/SDK-22678
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableTex tBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/RichEditable TextEditManager.as

    Potomac wrote:
    check these bugreports :
    https://bugs.archlinux.org/task/42505
    https://bugs.archlinux.org/task/42353
    it seems that this bug related to i915 chip ( or intel graphic card ) is fixed in kernel 3.18rc3 mainline ( we can find this kernel package in AUR )
    there is also another and complete different bug when we use a kernel 3.17 and even 3.18 ( it's a random bug ) but with a similar effect : boot can hang ( the boot process suddenly stops ) :
    https://bbs.archlinux.org/viewtopic.php?id=189622
    https://bbs.archlinux.org/viewtopic.php?id=189324
    downgrading to kernel 3.16.x is the workaround
    I assume my computer is affected by one of these bugs. While I can get to the point where my window manager is loaded, everything almost immediately hangs (but doesn't freeze). Terminal windows become non-responsive and Chromium will refuse input. It's very weird. This happens with both of the 3.17 kernel updates but not in any of the 3.16 releases (including 3.16.7).
    This is on an AMD system (cpu/gpu w/ open source driver). Overall 3.17 seems rather buggy.

  • [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues

    A new discussion was started by Alex Harui in
    Commits --
    [svn:fx-trunk] 5844: rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    Revision: 5844
    Author: [email protected]
    Date: 2009-04-01 17:59:34 -0700 (Wed, 01 Apr 2009)
    Log Message:
    rename classes (again!) per Ely's last recommendation to avoid XML Library issues
    QE Notes: Rename mustella tests again (please)
    Doc Notes: Update names of classes in documentation.
    tests: checkintests
    Modified Paths:
    April Fool!
    View/reply at
    Replies by email are OK.
    Use the unsubscribe form at
    to cancel your email subscription.

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

Maybe you are looking for

  • JNI-Visual C++ 6.0

    Hi I want to use the file scanner�dll in java�aplication so i use JNI for that. I read that I have to implement the wrapper JNI and for that i need to link the file scanner�file .lib but i have problem because the C++ compiler say me Cannot open file

  • HELP : Convert socket programming from Ipv4 to IPv6

    Hi all, I need help in converting my Ipv4 socket programing to Ipv6. How can I do this? I already have an Ipv4 socket programming that is working but when I tried to convert it to Ipv6 it doesn't work . this is my Ipv4 socket programming : DatagramPa

  • Can't import (to Win) what I exported (from Mac)

    Alas, I must return to intel and native windows again... oh the shame. Anyway, in prep for the move I think I did as instructed... I 'selected' ALL of my songs and 'exported' them to / as a 'data DVD'. So now I have 180 some mpeg-4 files on a DVD, wi

  • Photo diaplay in Infotype 0002

    Dear Gurus, We have stored the photos in DMS. Now the user wants to dispaly the photo info type 0002 or in TCode PA20. I got many documents which talks about the archive link. But I am not sure about linking photo stored in DMS with IT0002. Thanks fo

  • TEM Business event problem

    Hi Experts, I need help regarding TEM - Business Events. In the Dynamic Attendance Menu (PSV1) interface, when I check for the Attendee List, the Cost Center column does not appear.(Cost center of each attendee) How do i make it appear? This is also