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 SkipVought 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: MrE4U
  • Order by date
  1. MrE4U

    Reading a gif into tk

    Can give me a example of how to add a gif to a tk form? The tcl tk wiki is a little confusing on this topic.
  2. MrE4U

    Building windows executables on a linux machine using freewrap

    On freewrap's website(http://freewrap.sourceforge.net), it is claimed that freewrap can build windows executables on a linux machine using the -w switch such as the following: freewrap myprog.tcl -w myprog.exe but, when I try to do this a blank window pops up and no file is created. It...
  3. MrE4U

    Passing a variable that contains two words to a combobox

    Here is my problem: set testvar "Testing Testing" ComboBox .updateentry.cupdate -values $testvar and the result is: Testing Testing in the combobox, but I want it to do this: Testing Testing I can set it up has a literal and it works such as the following: ComboBox .updateentry.cupdate...
  4. MrE4U

    Refresh Tktable

    Nevermind, I configured it out.
  5. MrE4U

    Refresh Tktable

    Is there a simple way to refresh a tktable or is there a need to create a special function to do this?
  6. MrE4U

    Command for closing toplevel window

    How would I close a toplevel window and leave the main window open?
  7. MrE4U

    new tk window

    How would open a new tk window from a existing tk window by pressing a button? Thank You
  8. MrE4U

    Passing a variable to a sql statement

    I am trying to pass a variable to sql statement instead of a value. This works set result [db1 eval {SELECT * FROM phone_book WHERE id=1} ] but this does not set tst 1 set result [db1 eval {SELECT * FROM phone_book WHERE id=$tst} ] Does anyone know how to fix this? Thanks
  9. MrE4U

    Creating a database in winmysqladmin

    Thanks,tgus
  10. MrE4U

    Creating a database in winmysqladmin

    Yes, it helped [smile], but I still do see where I am able to create a database with it. I see where I can make connections to existing databases. I checked the documentation on sql.com, but the documentation section seems to be inaccurate.
  11. MrE4U

    Creating a database in winmysqladmin

    I am running WindowsXP with mysql running locally. I am having trouble creating database in WinMySQLAdmin, When I right click the database tree under the database tab, I do not get an option to create database. The following is a list of option it gives me: Flush Hosts Flush Logs Flush Tables...

Part and Inventory Search

Back
Top