Recent content by Tarzan

  1. T

    perl Tkx formatting buttons on root window?

    i have the following code $mw = Tkx::widget->new("."); for($i = 0, $i <= 8, $i++) { use integer; $board[$i] = $mw->new_ttk__button(-textvariable => \$state[$i], -command => sub {btnPressed($i);}, -width => 3) ->g_grid(-row => ($i / 3) + 1, -column => ($i % 3) + 1); } it is...
  2. T

    perl Tkx passing arguments to button -command sub?

    for($i = 0; $i < 9; $i++) { $sub[$i] = $i; $board[$i] = $mw->new_ttk__button(-textvariable => \$state[$i], -command => sub {btnPressed($sub[$i]);}); $board[$i]->g_grid(-row => int($i / 3) + 1, -column => ($i % 3) + 1...
  3. T

    perl Tkx formatting buttons on root window?

    i have the following code $mw = Tkx::widget->new("."); for($i = 0, $i <= 8, $i++) { use integer; $board[$i] = $mw->new_ttk__button(-textvariable => \$state[$i], -command => sub {btnPressed($i);}, -width => 3) ->g_grid(-row => ($i / 3) + 1, -column => ($i % 3) + 1); } it is...
  4. T

    I have a oil painting I need info. about. I was told it is by Robert Owen and is

    of a clown. ? The clown is smelling a rose. I was told the painting is around 30 years old and is one of his very early originals. Looking for somebody who can give me more info. and current value.
  5. T

    how do i get kids to mingle at school lunchtime?

    for the last week our principle made us sit at assigned tables with other grade members. Our grade only has like 90 people so we all no each other and we all signed a sheet saying we would like to sit with our friends at lunch. He got us all in his office and he asked what u would want to do...
  6. T

    why i am getting blue dots on my sony tv?

    i have a sony 42 inch tv and it has lot of blue dots
  7. T

    Why does my PS3 make a weird sound cause of my Bluetooth?

    Sometimes not all the time but when i turn on my bluetooth in the middle of a game the tv NOT the bluetooth starts making static noise. I can see the screen fine but the sound gets static from the TV then when I quit the game it stops, and sometimes it doesnt make static sounds its just puts the...
  8. T

    I need help with essay. topic is The news?

    The essay should analyze the new and say why people should watch news or why they should not. How should I start? Can you give me some ideas for my thesis?
  9. T

    can i use the perl backend to compile c?

    i know that perl uses b:c or something like that as its back end.i know perl and have it on my flash stick.i want to learn c/c++ and the compilers ive found cant fit on my drive(1 gig with lots of portable pps on it) so,can i use b:c as is to compile and link c programs with minimal changes? i...
  10. T

    whats wrong with this perl script?

    !perl use Tk; $mw=new MainWindow; $mw->Label(-text=>"Please enter the equation you would like to evaluate. The symbols are as follows: \nplus+\nminus-\nmultiply*\ndivide/\nmodulus%\nexponent**\n")->pack(); $in=$mw->Entry(-width=>"20")->pack(-padx=>30); $mw->Label(-text=>"The answer to the...
  11. T

    whats wrong with this perl script?

    !perl use Tk; $mw=new MainWindow; $mw->Label(-text=>"Please enter the equation you would like to evaluate. The symbols are as follows: \nplus+\nminus-\nmultiply*\ndivide/\nmodulus%\nexponent**\n")->pack(); $in=$mw->Entry(-width=>"20")->pack(-padx=>30); $mw->Label(-text=>"The answer to the...
  12. T

    whats wrong with this perl script?

    !perl use Tk; $mw=new MainWindow; $mw->Label(-text=>"Please enter the equation you would like to evaluate. The symbols are as follows: \nplus+\nminus-\nmultiply*\ndivide/\nmodulus%\nexponent**\n")->pack(); $in=$mw->Entry(-width=>"20")->pack(-padx=>30); $mw->Label(-text=>"The answer to the...
  13. T

    whats wrong with this perl script?

    !perl use Tk; $mw=new MainWindow; $mw->Label(-text=>"Please enter the equation you would like to evaluate. The symbols are as follows: \nplus+\nminus-\nmultiply*\ndivide/\nmodulus%\nexponent**\n")->pack(); $in=$mw->Entry(-width=>"20")->pack(-padx=>30); $mw->Label(-text=>"The answer to the...
  14. T

    whats wrong with this perl script?

    !perl use Tk; $mw=new MainWindow; $mw->Label(-text=>"Please enter the equation you would like to evaluate. The symbols are as follows: \nplus+\nminus-\nmultiply*\ndivide/\nmodulus%\nexponent**\n")->pack(); $in=$mw->Entry(-width=>"20")->pack(-padx=>30); $mw->Label(-text=>"The answer to the...
Back
Top