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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sedawk

  1. sedawk

    Key buffer in Wish

    Thanks, that is a lead. I am new to Tcl. By the way, how do I check the version number? I found my tclsh doesn't support "dict" keyword.
  2. sedawk

    Key buffer in Wish

    Hi, My wish on a Linux machine doesn't have key buffer (or key history). When I use up-arrow and down-arrow keys, it gives garbage, like this: % ^[[A % ^[[B Right- and left-arrow keys provide junk too. How do I configure Wish to use up-arrow and down-arrow? It is very painful to use Wish...
  3. sedawk

    Windows IE 8 on Vista Basic

    I have a Windows Vista laptop with IE 8 installed. Very annoying settings block me visiting "normal" websites such as microsoft or Firefox download. Whether can visit or not seems depends on some settings (I have no problem on Google and Yahoo). Since I can't download Firefox, I have to at least...
  4. sedawk

    gtk+ on Windows environment

    Has anyone used gtk+ on Window XP environment? I got errors on not finding gio.h file? I search the downloaded files, there is no gio.h. There are other missing header files too. What version of gtk+ would work from your experience? I am using Visual C++ 6.0 and MimGW on compilation. Thanks
  5. sedawk

    First Java compilation problem

    Thanks Prosper. I tried the syntax you suggested in the gui directory. Compilation fine but when using appletviewer, another error came out: java.lang.NoClassDefFoundError: testGUI (wrong name: gui/testGUI) at java.lang.ClassLoader.defineClass1(Native Method) .... (a couple more lines like this)
  6. sedawk

    First Java compilation problem

    Hi, This is my first Java program. When I try to compile it, I got errors. It should be very simple. This is how I compile it: javac testGUI.java I got this error: testgui.java 9: cannot find symbol symbol: class GUI public clas testGUI extends GUI { ^ ... (and...
  7. sedawk

    linking virtual class

    you can also try to use -x option so that .h or .hpp can be read.
  8. sedawk

    Adobe flash media player on IE7/XP

    Sorry, I am using 10. Anyway, using the media sources on media player, e.g., 60 minutes, it will hang. Both IE7 and Firefox have the same problem. So I think the problem is at media player, not IE. I wonder if there is any internet speed requirement for media player.
  9. sedawk

    Adobe flash media player on IE7/XP

    It is very annoying to use flash media player on IE7/XP. It is hang while playing about 1 min or so. If the media is on disk then it is ok to switch to other players. However, I can't when the source specifies which player to use, especially for online media source. So my question is that how...
  10. sedawk

    Search or regex question

    I have these few lines as an example: 03# 1# 3# The goal is to pull the first character each line given the rest of the line as a search key. For example, if given $search_key=3# in line 1, search result shows 0. If given $search_key=#, search results should show only the 2nd and 3rd lines...
  11. sedawk

    Disabled eth0 at bootup even it is enabled

    My Fedora 7 has a strange problem after I did some package updates: when booting up, network is disconnected. Then I went into System Admin -> Network, I can see eth0 is "Inactive". After "Activate" eth0 I can access internet. The problem is that this "Activate" has to be done every time I boot...
  12. sedawk

    iPod nano on XP

    It turned out it is an iPod itself issue, not XP. iPod normal mode is not recognized by iTune even on Mac. After knowing this, I solved it. Thanks anyway.
  13. sedawk

    iPod nano on XP

    Thanks Linney. But I don't see iPod icon in iTune. So these two links are not really applicable.
  14. sedawk

    iPod nano on XP

    I installed ipod+itune on another XP machine. It appeared that the ipod was not recognized by XP. I see "Don not disconnect" forever on the display. The iPod Updater also can't see the ipod either and hang. iTune also can't do ipod update. But I check ipod service is running. Anyone had this...
  15. sedawk

    How can I get rid of this popup?

    I still have Office 2000 Premium. I installed that successfully. I will check the install cleaner anyway. Thanks

Part and Inventory Search

Back
Top