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 Wanet Telecoms Ltd 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: *

  • Users: Bussotao
  • Content: Threads
  • Order by date
  1. Bussotao

    Simplest code for downloading a picture

    Hi, I'm interested in creating the simplest code for downloading a picture which is in a "constant" internet address and saving it in disk. An example w'd be to save the picture http://waves.terra.com.br/forecast/grafico_ondas_santos.gif which is updated every day. tks
  2. Bussotao

    Identifying a mathematical function

    Hi: I want to build a project in which there is a field where the user put an mathematical expression. Then I want to use this expression to make some calculations. As an example the user would type the expression cos(x*x) and the code would draw the graph of the function typed. Tks a lot.
  3. Bussotao

    Simple animation

    Hi, I'd like any suggestions about the best form of creating an animation with a simple figure, for example, a pendulum. Is it possible to load an image of a simple pendulum and after some calculation of its angle, rotate the image to produce the animation? Is a simpler way to do this? Thanks a lot.
  4. Bussotao

    Real Time TImage refresh

    Hi there: I'm trying to plot some xy charts using the Canvas of a TImage, changing some pixels color. Does somebody know if it is possible to refresh the image so that I can see the points being plotted one by one? Tks
  5. Bussotao

    Solutions for canvas

    I have just started with tcl/tk and I've been trying to develop a simple routine to plot xy points in a file created by a c++ program. I created a list of entry widgets that pass the pararameters for the c++ program. This one saves the list of xy points in a file and and the points are read and...

Part and Inventory Search

Back
Top