mattyd 89 Posting Maven Featured Poster

keel

mattyd 89 Posting Maven Featured Poster

steal

mattyd 89 Posting Maven Featured Poster

polyester --> plastic-based

mattyd 89 Posting Maven Featured Poster

Upward flared the flames.

mattyd 89 Posting Maven Featured Poster

shoal

mattyd 89 Posting Maven Featured Poster

barbed and curling

mattyd 89 Posting Maven Featured Poster

There is a

mattyd 89 Posting Maven Featured Poster

My favorite online game is to see who's currently viewing an unanswered thread in the DaniWeb C/C++ forums and then try to type an answer faster than they can. :P

LOL :lol:;)

mattyd 89 Posting Maven Featured Poster

Cool. Thank-you for the explanation. It sounds like the best way to go in Tkinter when dealing with various\multiple widgets.

Matty

mattyd 89 Posting Maven Featured Poster

What, if any, online games do you play?

Myself:

  • War Rock (great war simulation)
  • Maple Story (old-school, 2D, anime-style RPG)

Matty D

mattyd 89 Posting Maven Featured Poster

FatalGrace:

Welcome to <Daniweb>

RPG's-- very cool :)

Hope you enjoy your experience(s) here-- this is a great site.

Regards,
MattyD

mattyd 89 Posting Maven Featured Poster

corrode and make

mattyd 89 Posting Maven Featured Poster

cosmetics --> polymer

mattyd 89 Posting Maven Featured Poster

cleaning its long

mattyd 89 Posting Maven Featured Poster

sort

mattyd 89 Posting Maven Featured Poster

torch

mattyd 89 Posting Maven Featured Poster

a huge bug

mattyd 89 Posting Maven Featured Poster

mask --> make-up

mattyd 89 Posting Maven Featured Poster

to overcome fear.

mattyd 89 Posting Maven Featured Poster

Anything goes.

mattyd 89 Posting Maven Featured Poster

must make the

mattyd 89 Posting Maven Featured Poster

fake --> facade

mattyd 89 Posting Maven Featured Poster

Look at the

mattyd 89 Posting Maven Featured Poster

score

mattyd 89 Posting Maven Featured Poster

hypnosis --> implanted memories

mattyd 89 Posting Maven Featured Poster

willing to help

mattyd 89 Posting Maven Featured Poster

trance --> float

mattyd 89 Posting Maven Featured Poster

is a manner

mattyd 89 Posting Maven Featured Poster

Him and Her, and She and it.

mattyd 89 Posting Maven Featured Poster

scars

mattyd 89 Posting Maven Featured Poster

perfection --> enlightenment

mattyd 89 Posting Maven Featured Poster

ensure that we

mattyd 89 Posting Maven Featured Poster

Unless you have a huge amount of events in your loop, it could very well be your mouse.

Not a lot of events. Think it could be the optical mouse. Changed batteries-- works much better.

Thanks, Ene
MattyD

mattyd 89 Posting Maven Featured Poster

carts

mattyd 89 Posting Maven Featured Poster

Thanks for the replies.

It has not been happening lately. It was an anomaly of sorts I suppose (bug?). It was not as if I was entering one, single character in reply to a post such as "A" or "3" for example. Even if this was the case, there should be no reasonable explanation to why this would be illegal.

Also, as far as I know, I would not be using any special characters via my input, unless perhaps Daniweb's system considers "_" or "space" to be a special character and illegal as some sites do.

Matty

mattyd 89 Posting Maven Featured Poster

Okay, pack() will do just fine. However, most programmers prefer Tkinter's grid() layout manager over pack() or place(). Here is a little helper file for pack() I wrote some time ago ...

# looking at the Tkinter pack() layout manager
import Tkinter as tk
root = tk.Tk()
b1 = tk.Button(root, text="Button1")
b2 = tk.Button(root, text="Button2")
b3 = tk.Button(root, text="Button3")
b4 = tk.Button(root, text="Button4")
b5 = tk.Button(root, text="Button5")
b6 = tk.Button(root, text="Button6")
b7 = tk.Button(root, text="Button7")
# line widgets up from top down
b1.pack(side=tk.TOP)
# can also use 'top' and expand in horizontal x direction
b2.pack(side='top', fill='x', expand='yes')  
# line widgets up from left to right
b3.pack(side=tk.LEFT)
# can also use 'left' and pad in x and y directions
b4.pack(side='left', padx=10, pady=30)  
# these will line up on top of each other left of button4
b5.pack()
b6.pack()
b7.pack()
# dictionary of pack info for button2
print b2.pack_info()
root.mainloop()

vegaseat:
Why is grid () preferred over pack () and place()? Just curious. ;)

Thanks,
Matty

mattyd 89 Posting Maven Featured Poster

Decisions are always something to be taken seriously.

mattyd 89 Posting Maven Featured Poster

the way we

mattyd 89 Posting Maven Featured Poster

always try to

mattyd 89 Posting Maven Featured Poster

omnipresent --> God

mattyd 89 Posting Maven Featured Poster

rant

mattyd 89 Posting Maven Featured Poster

hotels --> murders

mattyd 89 Posting Maven Featured Poster

Why Japanese?

She\ We love almost anything Japanese.

Regards,
Matty

mattyd 89 Posting Maven Featured Poster

Hi nalds-- welcome to Daniweb :)

Matty D

mattyd 89 Posting Maven Featured Poster

rough --> thistle

mattyd 89 Posting Maven Featured Poster

Tron

mattyd 89 Posting Maven Featured Poster

Greetings, ritgrad83-- welcome to Daniweb ;)

Matty D

mattyd 89 Posting Maven Featured Poster

Welcome to <DaniWeb>, aphridyte :)

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

shot

mattyd 89 Posting Maven Featured Poster

irritating --> abrasive