Okay so I set up a greeting AI for my sceince projet, (cool right?) but
I got a problem: when he ask for a new key word I can''t
''un-pack'' the
button so it''s always there then if it happens again :), get ready for
this, it does it again! My fault in the code, but I don''t know what
else
to do, so here''s the code that I think needs the editing:
submit = TkButton.new(text) {
image submitbutton
command {
aa = grem.how_are_you(text_awnser)
ga.configure("text"=>aa)
if aa.include?("I don''t know what that means")
submit_helpg = TkButton.new(text){text "New positive keyword";
command
{add_word(new_word,"yes")}}.pack("side"=>"bottom")
submit_helpb = TkButton.new(text){text "New negative keyword";
command
{add_word(new_word,"no")}}.pack("side"=>"bottom")
helpme = TkEntry.new(text){ textvariable new_word
}.pack("side"=>"bottom")
end
}
}.pack
Thanks In Advance,
Screen Name.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---