mattyd 89 Posting Maven Featured Poster

Vegaseat:

Hi. I did not end up using that (pygtk), instead going with:

btn1.pack(side=LEFT, padx=5)

This seems to work great-- very simple and all I need. I will, in the future, use "grid" as you suggested earlier. Thanks for your help.

Matty

mattyd 89 Posting Maven Featured Poster

scorn and trying

mattyd 89 Posting Maven Featured Poster

Wrong thoughts lead to wrong actions.

mattyd 89 Posting Maven Featured Poster

and bees --> and hives

mattyd 89 Posting Maven Featured Poster

dependent on the

mattyd 89 Posting Maven Featured Poster

shim

mattyd 89 Posting Maven Featured Poster

We the people

mattyd 89 Posting Maven Featured Poster

and butter --> and honey

mattyd 89 Posting Maven Featured Poster

scams

mattyd 89 Posting Maven Featured Poster

Pain kisses my bones and runs with havoc through my mind.

mattyd 89 Posting Maven Featured Poster

creme

mattyd 89 Posting Maven Featured Poster

know better than

mattyd 89 Posting Maven Featured Poster

Investors lose moneys everyday.

mattyd 89 Posting Maven Featured Poster

locked and torn

mattyd 89 Posting Maven Featured Poster

Gyoza --> dough

mattyd 89 Posting Maven Featured Poster
mattyd 89 Posting Maven Featured Poster

past, unless you

mattyd 89 Posting Maven Featured Poster

what they should?

mattyd 89 Posting Maven Featured Poster

Goods may be sold in a market.

mattyd 89 Posting Maven Featured Poster

appetizer --> taste test

mattyd 89 Posting Maven Featured Poster

fame

mattyd 89 Posting Maven Featured Poster

The game is as follows:

You may change up to two (2) letters in the given example by either:

  • adding one\two letters
  • removing one\two letters
  • adding one letter, removing one letter

Example:

  1. Ruin
  2. Rain

I will begin:

Flume

mattyd 89 Posting Maven Featured Poster

Movie making is a complex process.

mattyd 89 Posting Maven Featured Poster

But, why are

mattyd 89 Posting Maven Featured Poster

Think about the

mattyd 89 Posting Maven Featured Poster

tub --> bowl

mattyd 89 Posting Maven Featured Poster

Best to use a grid ...

# using Tkinter's grid() to place widgets
import Tkinter as tk
root = tk.Tk()
# create some buttons
button1 = tk.Button(root, text='button1')
button2 = tk.Button(root, text='button2')
button3 = tk.Button(root, text='button3')
# create a label for kicks
label1 = tk.Label(root, text="hello Matty!", fg='red', bg='yellow')
# use a grid to place the buttons
# stay in the same row and add columns
button1.grid(row=0, column=0)
button2.grid(row=0, column=1)
button3.grid(row=0, column=2)
# place the label in the next row
# span across 3 columns, pady (vertical), stretch label horizontally
label1.grid(row=1, column=0, columnspan=3, pady=5, sticky=tk.E+tk.W)
# run the event loop
root.mainloop()

Thank-you vegaseat :)
Matty

mattyd 89 Posting Maven Featured Poster

I think this is what I am looking for:

http://www.moeraki.com/pygtktutorial/pygtk2tutorial/sec-ButtonBoxes.html

Any other insight into this would be great.

Thanks alot,
Matty

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

Hi :) Welcome to <Daniweb> .

Regards,
Matty D

mattyd 89 Posting Maven Featured Poster

seeds -> saplings

mattyd 89 Posting Maven Featured Poster

bees --> pollen

mattyd 89 Posting Maven Featured Poster

School is a kinda boring place at times --> sleepy

mattyd 89 Posting Maven Featured Poster

always trying to

mattyd 89 Posting Maven Featured Poster

Pass out and

mattyd 89 Posting Maven Featured Poster
mattyd 89 Posting Maven Featured Poster

I am searching for the syntax that will allow me to arrange widget buttons in a Tkinter GUI in a specific manner; currently I have three (3) buttons that are stacked vertically on top of one another. I wish to arrange the buttons so that they form a row of three(3) horizontally, instead.

Thank you in advance for any help offered.

Matty D

mattyd 89 Posting Maven Featured Poster

a professor's headache --> first day of school

mattyd 89 Posting Maven Featured Poster

Kick and pull

mattyd 89 Posting Maven Featured Poster

Why do boys

mattyd 89 Posting Maven Featured Poster

red --> flower

mattyd 89 Posting Maven Featured Poster

Well without further ado I present ...

http://www.daniweb.com/techtalkforums/forum73.html

I really only like to create new forums when I see enough current discussions revolving around the topic to seed it. However, I figured I'd give this one a go after hearing how popular the language is becoming, and that it will be included in Apple's next version of OS X.

Great. :) I am still in a bit of experimental stages with Ruby but I really like it; it is a very eloquent language IMO. I hope to learn more here-- I know I shall. ;)

Thanks,
MattyD

mattyd 89 Posting Maven Featured Poster

Two good sources to learn from:

Ruby Central

ROR on Wikipedia

mattyd 89 Posting Maven Featured Poster

Hello.

...or to bug someone so that there *are* less (no?) bad things. Depends on how you look at things.

Frankly speaking the coloring scheme looks inconsistent. Some pages still have that orange shade as the background of div boxes while some pages host the new gray scheme. For eg. who's online page still has light orange background for alternate post entry. Is the gray coloring scheme a test run and you are going to turn everything in gray or is it going to remain the way it is now ?

Pardon me if I have focussed "on all the bad things and take all the good things for granted".

~S.O.S.~ \

You do not seem to be pointing at "bad" things for the sake of doing so-- you are a highly-technical person and seem to have a keen eye in any area you endeavor. That being said, although it is hard to hear at times in life, critcism leads to grander design and implementaion no matter the area of work. Our civilization was built on criticism, adaptation, survival, growth, and improvement :!::cheesy: This is very important in my opinion. ;) "Criticism" is not a "bad" word. :)

Kind Regards,
Matty

mattyd 89 Posting Maven Featured Poster

nothing new around

mattyd 89 Posting Maven Featured Poster

Person-to-person the priest talked to the student.