Connect the different values of text on the canvas with arrows using flex

Hello


For so many days, I struggle with this problem... Could you please any one help me on this issue...

I have a datagrid with some data... I have draaged of data for the datagrid control to the canvas as the text value...


What I have to do iss:

Connect these dragged values with arrows and design a flowchart by adding these values with the arrows... want to move these values on canvas in the other place in the Web (slide - déposer somewhere in the area of the canvas.) ... Can you please provide me sample example for this...

Please please help on this...

Thanks in advance

You can clean the area and create it again.

Thank you

Atul

Tags: Flex

Similar Questions

  • How to connect the Ombudsman with several bpel process

    Hi Please someone tell me how to connect the Ombudsman with several processes bpel in soa 11g

    And here

    http://eoracleapps.blogspot.com/2009/11/how-to-call-synchronous-BPEL-process.html

  • How to fill the canvas with lines

    < mx:Canvas id = "b1" x = "10" y = "10" height = "40" width = "300" borderStyle = "solid" borderColor = "black" / >

    When I want to draw lines with difference of 15 pixels to fill the entire canvas I wrote the following

    for (var i: int = b1.x + 15; i < b1.x + b1.width; i = i + 15)
    {
    var line1:UIComponent = new UIComponent();
    var lineThickness1:Number = 1;
    var lineColor1:Number = 0 x 000000;
    var lineAlpha1:Number = 1;
    LINE1. Graphics.LineStyle (lineThickness1, lineColor1, lineAlpha1);
    LINE1. Graphics.MoveTo (i, B1.y);
    LINE1. Graphics.LineTo (i, B1.y + B1. Height);
    this.addChild (line1);
    }

    It works very well

    LLY,

    < mx:Canvas id = "b4" x = "600" y = "200" height = "60" width = "300" borderStyle = "solid" borderColor = rotation "black" = "40" / >

    I have the canvas above with the "b4" id only difference is that this canvas rotation

    How to fill the canvas with lines that I just did above?

    Hope this code will help you,

    for(var i: int = 15; i < b4.width; i = i + 15) {
         var line1: UIComponent = new UIComponent();
         var lineThickness1: Number = 1;
         var lineColor1: Number = 0x000000;
         var lineAlpha1: Number = 1;
         line1.graphics.lineStyle(lineThickness1, lineColor1, lineAlpha1);
         line1.graphics.moveTo(i, 0);
         line1.graphics.lineTo(i, b4.height - 1);
         //Add line in canvas instead of main container
         b4.addChild(line1);
    }
    
    
    
  • Connect the TV (with sound) and monitor for Optiplex 390

    Here is my system info:

    OptiPlex 390 small footprint

    Windows 7 64 bit

    Intel Chipset H61

    Intel HD 2000 (with HDMI and VGA) graphics card

    Map of AMD Radeon 6350 512 MB video (with 2 DVI splitter)

    I need to connect 1) HD TV with the sound via HDMI and 2) monitor via VGA to this system (no sound).  I did a lot of research on the Internet but can't find a definitive answer if my system will support both views.  Can anyone confirm if one of the three options below does not work, or any other ideas?

    Option 1: remove AMD card, connect the HDMI TV, connect the VGA monitor.  I've seen conflicting information if the HDMI and VGA ports can be connected at the same time.

    Option 2: Connect TV: dispatcher--> DVI HDMI adapter DVI-->--> TV, monitor connect a HDMI cable: dispatcher DVI DVI VGA adapter--> monitor-->.  It should work, but if someone can confirm if the AMD Radeon 6350 supports audio through DVI to TV?

    3rd possibility: buy another video with HDMI and VGA card.  I'd rather not spend more money... I have six systems to connect!

    Thank you in advance for your help!

    Hi Ozone72,

    Intel HD Graphics 2000 which was shipped with OptiPlex 390 supports two independent screens. Which means that you can connect TV for VGA and HDMI monitor, so that AMD card must be removed from the computer.

    Please try it and return back if it worked.

  • Connecting the frames with scroll

    Screen Shot 2013-09-06 at 12.54.32.png

    I've created a scenario planner of the wall as shown above. The month and the content below are in a floating frame that scrolls back and forth. The problem I have is that when I scroll down, I lose the months. So, I wanted to know if there is a way to connect the 2 frames with scroll separated? Really it pasted it and am sure that's not possible, so thought I would ask experts.

    Thank you very much

    Steve

    I'm sorry but I don't have time for a long answer. If you read my post above, once again, you will see that you need create two moving images.

    1. just below the month set to vertical content.

    2. one that contains the first one grouped with the months set horizontally.

    Try it and tell us.

  • How to connect the call with Vmware technical team

    Hi we have a year of SnS with VMWare, suppose if we want to record the call with Vmware for any support issue, who can do. Y at - it of the form to fill out or any other.

    Help, please.

    Kind regards

    Khurram Shahzad

    See the support link at the top of this page? Until it clicks.

    On the support page, bottom left hand side, you can click the link to create the SR

    https://www.VMware.com/support/login.do

    Please consider my response as 'useful' or 'proper' marking

  • background color of the canvas disappeared when using updateDisplayList

    If I put the code in the updateDisplayList for the canvas. The background color is missing. If I called super.updateDsplayList (), all the drawing is not show.

    What is the problem with my code or the Canvas class?

    <? XML version = "1.0"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml " xmlns:cmp ="PlanUI.*"creationComplete ="init ()">
    < mx:Style source = "2dStyle.css" / >
    < mx:Script >
    <! [CDATA]
    Import PlanUI.TestCanvas;

    public void init (): void
    {
    var dc:TestCanvas = new TestCanvas();
    dc.percentWidth = 100;
    dc.percentHeight = 100;
    dc.setStyle ("backgroundColor", 0xFF0000);
    this.addChild (dc);


    }
    []] >
    < / mx:Script >

    < / mx:Application >

    package PlanUI
    {
    Import mx.containers.Canvas;

    SerializableAttribute public class TestCanvas extends Canvas
    {
    public void TestCanvas()
    {
    Super();
    this.percentHeight = 100;
    this.percentWidth = 100;
    }

    override the updateDisplayList(unscaledWidth:Number,_unscaledHeight:Number):void function
    {
    This.Graphics.Clear ();
    super.updateDisplayList (unscaledWidth, unscaledHeight);

    this.graphics.lineStyle(1,0xFF0000,0.3);
    this.graphics.drawRect (0,0,200,200);
    }
    }
    }


    My solution:

    It seems that the colors of the backgorund area are really wired. I've done it puts an end to transparent color 0xFFFFFE. SO, it can drag and drop. Even, is to see the face of the other object, you cannot see :)

  • Connect the wrt54g with wrt160n v2 router

    Hi all

    I have a PPPoE internet connection

    I have 2 routers first is wrt54g second wrt160n v2

    I connect to the internet for the internet port of wrt54g

    can I make network ssid (linksys1)

    can I connect ethernet port wire to the first router wrt54g to the port at the second internet router wrt160n

    I have disable fun DHCP. on the second router to do as only access points

    then I put the network SSiD (linksys2) for the second router

    connections is Ok

    the problem is that the internet is always what FastConnect throw the first SSID router (linksys1)

    but when connect to second router ssid network (linksys2) its slow or limited (a few times)

    who is wrong?

    Please follow the instructions in my previous post.  (Note: the solution posted by death is a 'unique network' - it does not create two separate networks, so it does not work for you.)

    Since you want two separate networks, you must use two different SSIDS.  In addition, please choose a unique SSID.  Please do not use "linksys" or any variant of "linksys".  This will only cause you problems at some point in the future.  Use something unique, like "topgun" or "Lampshade."

  • APEX 4.2.2 - ORA-6502 when you connect the application with anything other than Firefox!

    If I try to connect to my application by something else that Firefox I get the following message appears on the screen:

    ErrorError processing request.
    ORA-06502: PL/SQL: digital error or value
    Ok

    If I try to access the APEX generator via one browser other than Firefox, I don't receive any returned HTML.

    Last night, I improved from 4.1 to 4.2.2 and ran the patch which dealt with lack of developer toolbars...

    Of course, I never use Firefox, but my users use IE...

    Any ideas?

    Post edited by: AndyH Clarified that it is a 4.2.2 question.

    Hello

    I don't know if this bug 16760897 relative

    Oracle Application Express 4.2.2 - known issues

    Kind regards

    Jari

  • Unable to connect to the internet with Skype using mac

    I'm having a problem calling. I get a prompt saying you are not connected

    to the internet. I am connected to everything except Skype. I used Skype before

    without problems.

    It can be something simple, like your Skype being the Offline status.

    --
    Entia non sunt multiplicanda praeter necessitatem.

  • How to connect the cluster with unbundler the help of scripts of VI

    Hello

    I'm not so known in Labview. I am tring do VI script for you to connect to a digital cluster with a unbundler.

    I could create cluster and unbundler. But I am not able to connect.

    I have attached the VI and the image of the code.

    Help, please...

    Thanks in advance...!

    Sharon

    Same VI compiled to 8.6

    Christian

  • Error 1073807246 after connect the datalogger with the computer

    I have labview vi to get data from the data logger.

    First of all, it is excutable without error

    , but when the data logger is connected to the computer (COM1 serial port), my vi labview error 1073807246 shows.

    I know a little about this error, it means open a visa which was opened, but donot why error occurs when the datalogger connect with the computer.

    I just copy this previous labview vi of the lab computer, it worked well on this computer.

    Thanks much for any help.

    It's pretty clear you have some major, major misconceptions. The provider software is not required for a LabVIEW program and in fact is at the origin of the conflict. Windows allows more than a program unique access to com ports and as long as you remain convinced that you have continues to run this program, the LabVIEW program will never run. Certainly, the other pc is configured to use a port com for this program and for LabVIEW.

    If indeed the other program is needed, the program LabVIEW was written not as a comprehensive control program.

  • HP ENVY 7640e: can I connect the printer with a USB cable in addition to the Wi - Fi

    I just bought this printer and succeeded in setting up wireless.  Can I now connect it using a USB cable?  If the answer is 'YES', just make the USB connection, i.e. will be 10 Windows automatically adds the printer, or do I have to re - run the setup software and select the USB option?

    I would like to have the possibility of having the two configurations available for me to pick, i.e. be able to select the wireless printer or USB printers.

    Thank you.

    Hello

    The answer is Yes, you can connect USB and wireless. 10 Windows can install a generic driver for you to print but envy 7640 has many features, so you must install drivers to allow you to print and scan locally using USB and printer software.

    You need to connect to wireless internet to be able to use its full functionality.

    Kind regards.

  • Connect the 7610 with USB cable

    Hello

    Try connecting a HP7610 printer to my XP laptop that only has USB ports

    Is it a USB 2.0 has a cable work?

    Thank you

    JF

    Hi @hp7610,

    Welcome to the HP Forums!

    I noticed that you are trying to connect your HP Officejet 7610 to your Windows XP laptop. I'm happy to help you!

    You'll need is a USB 2.0 A to B cable, so that it works correctly with a USB connection.

    Moreover, according to the specifications of your printer, Printer Specifications for series e-all-in-one HP Officejet 7610 Grand Format (H912). You can use an Ethernet cable or a wireless connection as well.

    Hopefully this information is what you are looking for and have a good day!

  • Connect the sx20 with polycom endpoint

    Hi guys

    I would like to know if there are special requirements to connect fast sx20 Cisco with other brands of for example, Polycom, Lifesize, Sony telepresence... Customer has 3 locations and now want to replace one with the sx20

    I'm not good in technical issues

    TKS a lot

    You may need the licence Multisite to the Conference, you will also need a public static IP address depends on who's going to make the call.

    other than that just set up the H323 section in the faucet of the configuration and you're ready to go.

Maybe you are looking for

  • Lenovo Y430 - drive Optiarc DVD RW AD - 7640 S ATA Device dvd does not

    Hi guys,. My Lenovo Y430 - drive Optiarc DVD RW AD - 7640 S ATA Device dvd does not Its not reading any cds/DVDs. Please could you help me how to fix it Once am put any DVD that the DVD is flashing and after a few seconds, his flashing no more. Mine

  • vurial studio 2005 sp1 installation fails with the error of digital signature verification

    Information system Visual studio 2005 vere 8.0.5 Microsoft .net framework 2.0.50727 sp2 Micorsort viaual Web developer 2005 Microsoft windows xp professional 5.1.26 build 2600 sp3 WindowsInstaller3_1

  • Recovery Aspire V5 - no boot device error disk error

    I tried to recover my Acer Aspire V5 by using the recovery disk I paid only $44.95 for.  When I got to the point where he is said to remove the recovery disc, then press ok to continue, I thought I was in the HomeStretch.  But instead, I got a "no bo

  • CTRL + Alt + S shortcut in Windows 8.1 key

    Hello I am having some problems with ctrl + alt + s shortcut that shows my information system. I want to cancel the shortcut because the other programs I use have the same shortcut. I tried to locate the HP Support information (Pavilion) in the folde

  • Debugging token (s)

    I followed the instructions on creating a debugging token and to load in my PlayBook, however when I go to settings and look, it shows the token as not valid and expiry and the author are empty. I also get no signed bar error when deploying my applic