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 strongm 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. julie25

    Problem with strcpy, gcc4-0, mac OsX?

    That's it! Thank you very much for your help Hoinz Julie
  2. 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...
  3. julie25

    to appear in search engines

    thanks Foamcow for your answer. the link is: http://cgl.imim.es/pdbrtf/Welcome.php
  4. julie25

    to appear on search engines

    sorry for the mistake, thanks a lot Chris Hirst ;-)
  5. julie25

    to appear on search engines

    Thanks Chris Hunt and Chris Heart for answering quickly! So I will try the Forum 828. do you know if there is something to do with the number of times my URL is called in other sites? Julie
  6. 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>...
  7. 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
  8. 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
  9. julie25

    Web interface with python

    I finally developped the interface directly in php with calls to mysql.. thanks for your help! Julie
  10. 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(); ... -...
  11. julie25

    Web interface with python

    the web server would be Apache. Julie
  12. 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
  13. julie25

    problem with focus on window

    'focus' is focus of the keyboard... I'd like my toplevel to be before my mainwindow (first plan..) and I'm no sure it's a problem of 'focus'. But I'm going to try with 'focus'.. thanks!
  14. 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...
  15. julie25

    Position of Windows, Toplevel in Perl/tk

    I'm going to try with geometry ... I was looking for a magic option that would have done all! Thank you, Julie
  16. julie25

    use/require file problem

    thank you very much Jim and Arcnon for your help! I think it will function now. :-) Julie
  17. 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...
  18. julie25

    Position of Windows, Toplevel in Perl/tk

    thank you for the answer, but I did not find any option with which to place the toplevel widget in screen or in my window. If someone knows how to do it... Thanks, Julie
  19. 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...
  20. julie25

    System() errors

    Hye, to catch the event error, what you can do is: my $return_code = 0xfff $ system(&quot;your command&quot;); if($return_code ne 0){&ErrorMsg;} Julie

Part and Inventory Search

Back
Top