Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BriceJ

    How do I display data from 2 lists in a single barchart component

    It might be a little work, but you can take a look and see what you think. Let me go in and comment my code a little better. Send me an email at bjewell79@hotmail.com.
  2. BriceJ

    How do I display data from 2 lists in a single barchart component

    I have never used a bar chart component, but I've done what you are trying to do by drawing the bar chart dynamically. It might be a little more work, but all I do for mine is read my values into arrays and then do for loops through them. It wouldn't be hard to print your date received and...
  3. BriceJ

    sortOn and numbers

    Great, thanks Bill!
  4. BriceJ

    sortOn and numbers

    I am trying to sort an associative array based on a field that has numbers using the sortOn method. The problem is that the sort is sorting on the first digit, like it was treating the number like a string. However, I am converting the number to a number before sorting using Number(). Here is...
  5. BriceJ

    controlling Flash with JavaScript

    Prasoon, Thanks for the tip. I did end up getting this to work, but not with onUnload. It can't pass my call to Flash fast enough before the window closes. In reading on the net, I found that my best bet was to do some rewriting with the socket server in order to make the server handle this...
  6. BriceJ

    controlling Flash with JavaScript

    I am trying to figure out how to execute one last command in my Flash movie when the user closes the browser. I am working with socket servers to monitor users currently online (like in a chat room), so I need to send a "logout" bit to the server when the browser is closed. In...

Part and Inventory Search

Back
Top