Creating a stock ticker in Flex 2.0?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Creating a stock ticker in Flex 2.0?

    Hi all,

    I took the plunge into Flex 2 development with the ultimate goal
    of converting one of my major Windows applications to Flex. If I can pull it
    off I'll be a hero since my application would be available in users'
    browsers, even on non-Windows platforms.

    Take a look at the header for my Flex-based application [the data isn't
    real -- it's just a prototype]. The URL is:

    [url]http://flash.dsworder.com[/url]

    I'm a bit disappointed by my scrolling stock ticker at the top of the page.
    I wasn't really sure how to design a ticker so I just created a Label inside
    a black Canvas and moved the Label one pixel to the left on each screen
    refresh.

    But the results are mediocre. The text seems to flash while moving. It's
    hard on my eyes. I'd like it to be smooth like what one might see on CNBC.

    The one downside to using Flex instead of .NET WinForms is the lack of third
    party components. I've looked everywhere for a "ticker" component for Flex
    2.0 and can't find one. There are plenty of Flash-based ticker components
    out there, but according to my Flex 2.0 introductory book, a Flex 2.0
    project using ActionScript 3.0 cannot control another flash component that
    was built using an earlier version of ActionScript -- so alas, these
    flash-based ticker components are useless to me.

    I've only been using Flex for a week now so I'm still going through the
    learning curve. Perhaps there's a more efficient approach to building this
    ticker? Or perhaps there's a Flex 2.0 ticker component out there that I've
    just missed?

    Any advice would be appreciated.

    Thanks,

    David


    Jules Winfield Guest

  2. Similar Questions and Discussions

    1. Creating a flex based editor.
      I have to built a flex based editor like . I was wondering whether these people used a library for various components or they build everything...
    2. Creating Your First Flex Application
      Macromedia training group article - Part 1: Creating Your First Flex App http://www.macromedia.com/devnet/flex/articles/first_flexapp.html has...
    3. About Creating a Simple Calculator with Macromedia Flex
      Hi, In Creating a Simple Calculator with Macromedia Flex Article, I have seen that the author assign the (currentRegister variable) with (reg1...
    4. Stock Ticker Web Service?
      does anyone have a stock ticker web service that will return a price given a ticker symbol and a date? thanks, T
    5. Discussion about creating CRM application usign Flex
      Hello, I am trying to create my final year degree project on CRM application for the company I work for. I am unsure which macromedia tools...
  3. #2

    Default Re: Creating a stock ticker in Flex 2.0?

    On Jun 28, 5:52 pm, "Jules Winfield" <ghe...@englewood.com> wrote:
    > Hi all,
    >
    > I took the plunge into Flex 2 development with the ultimate goal
    > of converting one of my major Windows applications to Flex. If I can pull it
    > off I'll be a hero since my application would be available in users'
    > browsers, even on non-Windows platforms.
    >
    > Take a look at the header for my Flex-based application [the data isn't
    > real -- it's just a prototype]. The URL is:
    >
    > [url]http://flash.dsworder.com[/url]
    >
    > I'm a bit disappointed by my scrolling stock ticker at the top of the page.
    > I wasn't really sure how to design a ticker so I just created a Label inside
    > a black Canvas and moved the Label one pixel to the left on each screen
    > refresh.
    >
    > But the results are mediocre. The text seems to flash while moving. It's
    > hard on my eyes. I'd like it to be smooth like what one might see on CNBC.
    >
    > The one downside to using Flex instead of .NET WinForms is the lack of third
    > party components. I've looked everywhere for a "ticker" component for Flex
    > 2.0 and can't find one. There are plenty of Flash-based ticker components
    > out there, but according to my Flex 2.0 introductory book, a Flex 2.0
    > project using ActionScript 3.0 cannot control another flash component that
    > was built using an earlier version of ActionScript -- so alas, these
    > flash-based ticker components are useless to me.
    >
    > I've only been using Flex for a week now so I'm still going through the
    > learning curve. Perhaps there's a more efficient approach to building this
    > ticker? Or perhaps there's a Flex 2.0 ticker component out there that I've
    > just missed?
    >
    > Any advice would be appreciated.
    >
    > Thanks,
    >
    > David

    The answer will be FLex Data Services which allows server push etc.

    [url]http://javacodeproject.blogspot.com[/url] contains some more details on RIA
    and FLex in general. Planning to put some details on FDS also soon in
    there how to create a real time application with Flex and Java.

    abiswas@eforceglobal.com 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