Flex Diagramming Component Released

Today,
yWorks has officially released a
beta version of a
diagramming
component for flex 2 applications. The mxml component comes
with a comprehensive graph drawing ActionScript 3 library.
With the component and the accompanying API, it's easy to
integrate sophisticated diagramming functionality into your web
application.
Check out the live demo applications on the
yWorks
website.

Hi, Thanks for your reply !
Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
Also how do i debug a php file ?
ANy help would be thankful !

Similar Messages

  • It is possible to copy paste the Flex AmChart component

    Hi
    It is possible to copy paste the Flex AmChart component to word or powerpoint.
    Thanks in advance.
    With regards
    Karthy

    1. To take a snapshot of a graph
    import mx.graphics.ImageSnapshot;
    [Bindable]
    public var balanceSheetImage:String;
    var snapshot:ImageSnapshot =
    ImageSnapshot.captureImage(balanceSheet); // balanceSheet is a Flex chart instance
    balanceSheetImage = ImageSnapshot.encodeImageAsBase64(snapshot);
    snapshot = ImageSnapshot.captureImage(earnings);
    earningsImage = ImageSnapshot.encodeImageAsBase64(snapshot);
    2. Copy to the clipboard
    Flash Player
    System.setClipboard(text);
    AIR
    http://livedocs.adobe.com/flex/3/html/help.html?content=CopyAndPaste_6.html
    You have more flexibility for that part if you use AIR than if you use Flash Player. With Flash Player, it will be only text based information, with AIR, it can be a binary format like a bitmap
    3. Someone explains here how to get that Base 64 encoded XML image to Powerpoint
    http://tech.groups.yahoo.com/group/flexcoders/message/157794

  • Announcement: Introducing a Flex Calendar Component

    Hi Everyone,
      I'm pleased to announce the release of the Flextras Calendar Component.  This was a big undertaking for us and we can't wait to have a few people take a look and tell us what we did wrong (or right).
    The Calendar is a great way for you to deal with date based data in a Flex Application and it allows you to build Calendar or scheduling applications.  The component features:
    Views for a Month, Week, and      Day. 
    Extensive renderers so that      you can make the component suit your needs.
    Standard Flex APIs for drag      and drop, itemEditors, and localization. 
    Support for Flex 3 and Flex 4
    You can download our no cost developer edition along with samples and documentation at http://www.flextras.com/index.cfm?event=loginForm&c=218
    Here are some links to find out more:
    Product Page
    Documentation
    Demos
    Register and Download
    Flextras Home
    We are here to help and would love to hear your feedback.  Drop us a line! What can we do for you today?

    Take a look at ours and try out our Free Developer Edition:
    http://www.flextras.com/?event=ProductHome&productID=15
    We believe it creates a strong foundation for you to extend to build scheduling / Calendar applications with Flex.
    If you want to build a Google Calendar style implementation, you'll need to create a custom DayRenderer with an embedded Gantt chart.  We're working on a sample, but have no ETA for delivery.

  • [ANN] yFiles FLEX 1.0 released

    yWorks is proud to announce the official 1.0 release of
    yFiles FLEX, a Flex™-based framework for web-based
    diagramming applications.
    yFiles FLEX allows easy integration of sophisticated diagram
    visualization, animation and editing functionality into Rich
    Internet Applications.
    The library can be used standalone or with an arbitrary
    server technology. For efficient diagram analysis and automatic
    layout algorithms, yFiles FLEX works great in combination with
    yFiles Java and yFiles.NET.
    For more information, please see the .
    yFiles FLEX
    page which provides details on the requirements and features of
    yFiles FLEX and offers live demo applications.
    Features include:
    Full support for (de)serialization of diagram structure,
    layout, and style information using the GraphML standard
    Customizable node and edge styles
    Extensive support for user interaction
    Diagram animation
    Remote communication API
    Printing support
    About yWorks
    yWorks specializes in
    professional software solutions for the visualization of diagrams
    and graphs. Our
    AJAX - and
    Flex
    ™-based Web packages make available this diagramming
    expertise for Web diagramming applications. The
    yFiles for Java
    and
    .NET
    libraries offers state-of-the-art software components that bring
    high-quality diagramming into any Java and .NET application.

    This is really cool. It's nice to see such a well thought-out
    app being created in Flex.

  • Flex DataGrid Component

    Can i extend the Flex DataGrid using ActionScript and create as  Add-On Component ?

    I've been trying to get this to work.  But i'm having issues   Not sure if it's related to the Array binding limitation mentioned in the release notes.  Maybe someone else has some ideas.
    I'm trying to bind to the dataProvider property of the DataGrid.  That way when the user in Xcelsius selects a range, it will bind the data in the excel sheet to the DataGrid.
    Problem is that i'm only getting one value to update (specifically the top value).  At this time i'm only trying to bind a single column of data.
    I noted that the commitProperties function gets called whenever a cell changes that i'm bound to, but the dataProvider is only receiving the first value of the array.  Even odder is that the ArrayCollection that i receive simply looks like this:
    commitProp:dataProvider=(mx.collections::ArrayCollection)#0
      filterFunction = (null)
      length = 1
      list = (mx.collections::ArrayList)#1
        length = 1
        source = (Array)#2
          [0] 1
        uid = "A37C62CC-F3DC-E1B1-8159-CE984C2CCE33"
      sort = (null)
      source = (Array)#2
    So i see that i get an array collection of ArrayList objects, the first one of which simple contains the value in the excell sheet "1".
    I noted that the proxy.bind function has a parameter called "chain", maybe this is what i need to get multiple value binding?  The documentation for the calls are pretty basic, which is understandable as this is new technology.
    So anyone have some ideas?  Maybe someone from BO who is apart of the SDK group can comment?

  • New Flex Charting Component

    Hello everyone,
    We've just released a new charting component for Flex -
    FusionCharts for Flex (beta). It works with both Flex 2 and 3. You
    may download the same from
    http://www.fusioncharts.com/flex
    We would love to have your feedback/suggestions.
    Thanks,
    Pallav
    P.S. I apologize if I've made this sound like an advert - but
    our main aim is to get maximum feedback from Flex developers so
    that we can enhance our product for your benefits.

    Ok, I've got a basic renderer to render a UISelectOne component. I added the xml to the faces-context.xml. Now how to I add my new renderer to the tag? I see there is a setRendereType but how to I get at this to set it? Do I have to create a new tag?
    Graham

  • How to use a flex custom component in an AS3 Class?

    Our software team has been developing flash applications using AS3 (via the FlashDevelop IDE and the free Flex SDK).  Recently, some members of the team started exploring FlexBuilder and Flex (wow... why did we wait so long?).  The problem is that some folks continue to develop using pure Action Script 3 (FlashDevelop) while others are creating custom components in FlexBuilder.
    How do the AS3 developers use the Flex Custom components built in FlexBuilder in their AS3 Applications?

    SwapnilVJ,
    Your suggestions enabled me to make progress, but I'm still having a problem.  Based on you suggestion, I learned how to make a swc using Flex Builder.  I successfully added the swc to the lib resource in my AS3 project (FlashDevelop).  I was able to instantiate one of my new components (code hinting even picked it up from the lib).
    When I run my app, my component is not visible.  I can trace properties of it and the values are correct.  Any thought why I might not be seeing my custom component?
    package trainer.games.board.MatchThree {
    import flash.display.Sprite;
    public class Test extends Sprite{
      private var cp:MatchingGameControlPanel; // <<< this is my swc custom component created in Flex
      public function Test() {
       cp = new MatchingGameControlPanel();
       cp.visible = true;
       addChild(cp);
       trace("width: ",cp.width); // <<< works and displays valid data for the component.

  • Can we rebrand flex based component using CSS?

    Hi,
    We are new to Flex.
    We just built a custom grid component extending ADG using version 4. We would like the consumers (other application developers) use this component within other J2EE based applications with additional customization like
    branding or themes. --- can we use external CSS ?
    grid columns, order, initial sort order, filtering, , data source   ( or backend service url )  to retrieve data, etc ? how can we do it? if this component is offered as an HTTP(S) url, can we pass in parameters to customize before framing it ? which is the best way ?
    Please let us know whether it is possible ? If so, how best we can implement it ? Any examples out there? Appreciate if someone can share. It will help us to add this custom grid to our component repository.
    Thanks in advance,
    -Shiva

    hi,
    Thanks for the quick reply. It will be helpful if you have any examples of customization by passing in FlashVars or thru ExternalInterface. Appreciate your time and help.
    For styling, it is very disappointing to know that we are limited. If there is a way to tweak in that will help while Adobe comes out with additional support for styling in future versions.
    -Shiva

  • Can't find flex 3 component kit

    Downloaded the latest Flex 3 sdk but there's not
    flash-integration directory of and mxp file to install the latest
    component kit for Flash? Am I missing something?
    [flex_sdk_3.zip]\frameworks\flash-integration\

    Found a download at
    https://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins

  • Use Alchemy to create a Flex HTML Component ?

    Hi,
    would it be possible to create a HTML rendering component for Flex using Alchemy ?

    Please show your support for this needed component by voting on this issue:
    http://bugs.adobe.com/jira/browse/SDK-13740
    Deeanna
    Lead Flex Developer
    http://www.pups-seeking-homes.com

  • Create a new software component release in sld

    hi,
    i have a software component ABC whose version is 1.0 and vendor is SDN
    software component: ABC
    vendor: SDN
    version: 1.0
    now I created a new software component like
    software component: ABC
    vendor: SDN
    version: 2.0
    but in the SLD, when I check the release history tab of one software component, there is no any information about the release relation between these two software component.
    Does anyone know how to make it?
    Regards,
    Hui

    Hui,
    Please check this michals weblog for any dependencies:
    /people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
    ---Satish

  • Flex Builder 3 Release

    Hi,
    Can any one from Adobe tell when Flex Builder 3 is going to
    be released for commercial use?
    BSS

    it's strange, I've been using the various version of Builder
    3 for so long now I almost forget it's not be released and paid
    for, lol. I've already got a head full of expection for 4, oh dear
    - never enough. :-)
    just want to take this chance to say how great the change to
    public beta has been for us (and I assume, everyone out there).
    ta
    g

  • How to use flex 4 component inside Flex 3 custom component

    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"   >
    // I would like to use the namespaces below so that I can use some of the Flex 4 components in this mx:VBox component.
    // Note that this is a custom component and not the application file.
    xmlns="http://ns.adobe.com/mxml/2009"
        xmlns:fx="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/halo"
    </mx:VBox>
    Thanks.

    Alex, I was looking forward to your reply to one of my posts that you answered a couple of days ago. It has not been resolved, even though it said "answered," here is the post:
    http://forums.adobe.com/thread/445779?tstart=0
    Regarding this post, I am getting some errors with the code I posted above; give it a go and you will see.
    Thanks.

  • Flex Time Component

    Hi,
    Does anyone know whether there is a built in time component
    in flex?
    Thanks.

    Thanks Andrian for the quick response.
    1. Yes, I need to be able to control the width and height of the media.
    2. Additional traits (play, seek, time and audio) must be added to the SWFElement or a subclass.
    3. Yes, a flex component built on top of OSMF or StrobeMedia would be great, not sure I answered this question correctly.
    Ultimately, I need to be able to control .swfs just like video (play, seek, time, and audio) within a Flex application (Flex 3 at this time).  We currently have a player that does this albeit not the best looking thing and we wanted to begin using the OSMF as it provides more flexibility than our current player.  We have chosen StrobeMediaPlayback as we like the ControlBar and do not have the time to create the UI for a control bar
    To add the additional traits, I used the NetStreamTraitNameHere as examples to add the functionality to the SWFElement.  I was able to get the Audio piece working without issue as it does not affect the visual elements of the player; however my issues with the play, pause, resume and seek issues with scrub bar I am finding difficult to resolve.
    If you need my project to take a peek at the rest of the code, that can easily be arranged.
    I hope I have provided you with enough information to at least point me in the right direction.  I have looked through several pieces of documentation and different examples online and apparently I am overlooking something.  Knowing my luck it is something very small that I am just not seeing.
    Thanks again,
    Nathan

Maybe you are looking for