The Artima Developer Community
Sponsored Link

Python Answers Forum
place(relx=1, x=-260, y=360, anchor="ne")

1 reply on 1 page. Most recent reply: May 27, 2004 4:34 AM by Girts Kalnins

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Francisco Gallardo

Posts: 1
Nickname: meketrefe
Registered: May, 2004

place(relx=1, x=-260, y=360, anchor="ne") Posted: May 25, 2004 10:23 PM
Reply to this message Reply
Advertisement
I'm newer, why on
place(relx=1, x=-260, y=360, anchor="ne")

When I want to modify X I've to do it in negative range?
what I have wrong?

other question

for x in range(1, 4):
caption = " " + str(x) + " "
b=Button(root, text=caption, background="yellow", command = root.title(b.name))
b.place(relx=1, x=CoorX, y=CoorY, anchor="ne")
CoorX = CoorX + 25

I want to name each button, how you do that?

Please help me...


Girts Kalnins

Posts: 23
Nickname: smejmoon
Registered: May, 2003

Re: place(relx=1, x=-260, y=360, anchor="ne") Posted: May 27, 2004 4:34 AM
Reply to this message Reply
You are using some non standard GUI library? It would be better to ask on their forums.

Flat View: This topic has 1 reply on 1 page
Topic: profile Previous Topic   Next Topic Topic: Logging in to website via python

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use