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

    Problem with strcpy, gcc4-0, mac OsX?

    Hi, I am developing in C on mac OsX. I recently downloaded the new version of gcc (gcc4-0) and I have a problem of execution on the following code. It seams that the use of strcpy have action on the memory and modify the value in the lieu variable (variable of the loop) I tried on other...
  2. julie25

    to appear in search engines

    Hi, I created my web site 2 months ago and it does not appear in google or altavista. Do you know how I can do? People told me about the frequency of consulting of my page, other about the links to my page in other indexes sites... I introduced the balises <meta description><meta keywords>...
  3. julie25

    to appear on search engines

    Hi, I created my web site 2 months ago and it does not appear in google or altavista. Do you know how I can do? Is it because my pages are in PHP? If anyone has an idea... thanks a lot, Julie
  4. julie25

    to appear in search engine such as google

    Hi, I have a problem I can't solve. I created my site two months ago. But it does not appear in search engine (I tried with google, altavista...). Is it because I use PHP script? I inserted the <meta keywords>, <meta description>... if anyone has an idea... thanks, Julie
  5. julie25

    compatibility in browsers

    Hi, I really need some help, I made a web site (that functions with mozilla and IE) but I realized that it does not with netscape. The probleme is a javascript one. - all my page structure is designed by a call to an extern file: setframe.js that contain lines with document.write(); ... -...
  6. julie25

    Web interface with python

    Hi, I'm developping a database with python and mysql and I will have to develop a web interface. I don't really know which technology to use. I saw on web zope.org, wxpython, pyqt... is there anyone that can help me and recomand me a tool to develop my interface? Thanks a lot, Julie
  7. julie25

    problem with focus on window

    Hi, I create a toplevel and I'm looking a fast way to put the focus on it. I have: $mw = mainwindow->new; $tl = $mw_>toplevel; #construction of the toplevel (...) $tl2 = $tl->toplevel For the moment, I'm using the raise function... but it's not very nice: $tl ->raise($mw)... I would prefere...
  8. julie25

    use/require file problem

    hi, I would like to use other files in my main file. - What do I have to write in the other files? (All use::* ?)(this may be stupid question ...) - Do I have to redefine all global variables? I wrote: ####Main file, I introduced with: require &quot;MyFile2.pl&quot;; ####MyFile2: One fonction...
  9. julie25

    Position of Windows, Toplevel in Perl/tk

    Hie, I'm working on an interface in perl/tk. I create many toplevels but I don't find how to force their position in screen. More precisely I create a mainwindow and then I'd like to place a top level widget in the center of mainwindow... what is the option associated? If you can help me...
  10. julie25

    Perl: catch error system

    Hie, I'm doing a system call system(); and I'd like to capture the error system to put it in my interface.. I tried : || &ErrorMsg() or || die &quot;&quot; but my problem is that when the system call is finished, the error message displays. Thanks. Julie25

Part and Inventory Search

Back
Top