Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Did you know?

    Im sorry if any of you find this less than amusing, but did you know you can
    copy excel cells right into director, and it turns the copied material into
    a wrapped table?! Im a little interested in how this happens....but again Im
    sorry for wasting anyone's time with this tidbit, especially if its old
    news....just thought I'd share.
    Jacob


    Jacob Farber Guest

  2. #2

    Default Re: Did you know?

    "Jacob Farber" <jacobfarber@sympatico.ca> wrote in message
    news:bqd2sm$da0$1@forums.macromedia.com...
    >
    > Im sorry if any of you find this less than amusing, but did you know you
    can
    > copy excel cells right into director, and it turns the copied material
    into
    > a wrapped table?!
    What do you mean by a wrapped table? When I try this, I get a bitmap image,
    much like if I'd taken a screen grab of the cells and pasted that.

    - Robert


    Robert Tweed Guest

  3. #3

    Default Re: Did you know?

    "Jacob Farber" <jacobfarber@sympatico.ca> wrote in message
    news:bqfmoo$hao$1@forums.macromedia.com...
    >
    > Attached is a working example in MX.
    Naughty, naughty... For future reference, upload to the web and post a
    link - attachments are not allowed.
    > I was using Excel 2002. I selected an entire row of cells, copied them,
    > then went into Director MX and pasted them into a text member.
    The same thing happens when I do this in D851 - its because text members are
    HTML aware and Excel is also able to convert its clipboard into HTML. The
    effect is much the same as when you paste a table into Word, and it becomes
    a Word table layout.
    > I wonder if you can access these tables with Lingo??
    It's exactly the same as any other text member - try putting the html of the
    member - you'll see plain ordinary HTML table source. Its not linked to
    Excel in any way, and doesn't have any special properties.

    - Robert


    Robert Tweed Guest

  4. #4

    Default Re: Did you know?

    > The same thing happens when I do this in D851 - its because text members
    are
    > HTML aware and Excel is also able to convert its clipboard into HTML. The
    > effect is much the same as when you paste a table into Word, and it
    becomes
    > a Word table layout.
    Interesting, but the same effect applies to fields as well. Are they HTML
    aware as well?



    "Robert Tweed" <robert@killingmoon.com> wrote in message
    news:bqfnju$j5c$1@forums.macromedia.com...
    > "Jacob Farber" <jacobfarber@sympatico.ca> wrote in message
    > news:bqfmoo$hao$1@forums.macromedia.com...
    > >
    > > Attached is a working example in MX.
    >
    > Naughty, naughty... For future reference, upload to the web and post a
    > link - attachments are not allowed.
    >
    > > I was using Excel 2002. I selected an entire row of cells, copied them,
    > > then went into Director MX and pasted them into a text member.
    >
    > The same thing happens when I do this in D851 - its because text members
    are
    > HTML aware and Excel is also able to convert its clipboard into HTML. The
    > effect is much the same as when you paste a table into Word, and it
    becomes
    > a Word table layout.
    >
    > > I wonder if you can access these tables with Lingo??
    >
    > It's exactly the same as any other text member - try putting the html of
    the
    > member - you'll see plain ordinary HTML table source. Its not linked to
    > Excel in any way, and doesn't have any special properties.
    >
    > - Robert
    >
    >

    Jacob Farber Guest

  5. #5

    Default Re: Did you know?

    "Jacob Farber" <jacobfarber@sympatico.ca> wrote in message
    news:bqfoqg$lmq$1@forums.macromedia.com...
    >
    > Interesting, but the same effect applies to fields as well. Are they HTML
    > aware as well?
    They aren't supposed to be. I don't know what happens in MX, but on my
    system if I paste into a field, I get a table until I go out of edit mode,
    at which point it turns into a tab-separated list and the HTML formatting is
    lost.

    - Robert


    Robert Tweed Guest

  6. #6

    Default Re: Did you know?

    your right....just something else to fiddle around with for me
    Thanks,
    Jacob
    "Robert Tweed" <robert@killingmoon.com> wrote in message
    news:bqg029$6el$1@forums.macromedia.com...
    > "Jacob Farber" <jacobfarber@sympatico.ca> wrote in message
    > news:bqfoqg$lmq$1@forums.macromedia.com...
    > >
    > > Interesting, but the same effect applies to fields as well. Are they
    HTML
    > > aware as well?
    >
    > They aren't supposed to be. I don't know what happens in MX, but on my
    > system if I paste into a field, I get a table until I go out of edit mode,
    > at which point it turns into a tab-separated list and the HTML formatting
    is
    > lost.
    >
    > - Robert
    >
    >

    Jacob Farber Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139