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 bkrike 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: pinkipons
  • Content: Threads
  • Order by date
  1. pinkipons

    ScrollingImagePanel + MouseListener

    Hello! I´m working with images. My program displays an image in a ScrollingImagePanel, I want to click the image and get the x,y coordinates. I try to do this adding a Mouse listener but I didn´t obtain good results. If I add the same listener to another component it works fine. What am I doing...
  2. pinkipons

    problem with a recursive definition

    I have to make a program that uses the recursive definition o this structure: f(a,b), where "a" or "b" could be a function, as: f(a,b,c,f(x,y). I have problems to make the definition, please, help me. Thanks in advance, Pinki
  3. pinkipons

    how to access unix server with an account and password?

    Hi! I have a java program that generates an output file. I need to send this file to a unix server in order to process it with another program, get another resultant file and get it back. I don´t know how to access the server with my account and password, the examples I have found only need...
  4. pinkipons

    tcltk && C program as shared library

    Hi! I'm installing a tcltk program that requires a C program as a shared library. When I compile it with gcc -shared -fPIC -o name.os name.o I get the following: ld: 0711-317 ERROR: Undefined symbol: .Tcl_CreateObjCommand ld: 0711-317 ERROR: Undefined symbol: .Tcl_PkgProvide ld: 0711-317...

Part and Inventory Search

Back
Top