On 10 Nisan, 23:16, "Paul McGuire" <[EMAIL PROTECTED]> wrote:
> On Apr 10, 2:43 pm, "gslm" <[EMAIL PROTECTED]> wrote:
>
>
> In fact ı know this, but I asked some questions like this, but ı haven't get
> any answer.And I thought that may be
Hi to all!
I want to do a calendar with pictures near months.
I have designed the form's view.But unfortunately, I am not be able to
save this view as an image file.And so I am not be able to print this
image file too.
Question:
How can I determine the coordinates of a button?Namely How can I use
t
Hi,
I want to use a button's coordinations for my application.It's
necessary for determinig an area for ImageGrab function.Because all
widgets are on a button.And I want to have this screenshot and save it
as image file.
Or is there any command which print all of the view of button(all the
compone
Hi,
My application's base is a button, namely all of frames, labels on a
button.And I want to print this view when click the button.
For this I want to use ImageGrabe.grab(bbox) function.But
unfortunately, I can't use this for taking buttons area as bbox.
How can i do these?
--
http://mail.pyth
On 3 Nisan, 21:41, "gslm" <[EMAIL PROTECTED]> wrote:
> Only I want to print my application's view without these icons,ok.
> Thanks.
And is it possible to provide .exe file for any program in python or
only we can change the file as .pyw?
Can you answer this question
On 3 Nisan, 21:38, [EMAIL PROTECTED] wrote:
> On Apr 3, 1:16 pm, "gslm" <[EMAIL PROTECTED]> wrote:
>
> > Thanks,
> > I use TKinter,os:Xp home,python25.
> > I want to print all my application's view, except the close-minimize
> > icons.
>
&g
root = tk.Tk()
def click():
x=button1.winfo_rootx()
y=button1.winfo_rooty()
image=PIL.ImageGrab.grab((x,y,x+260,y+250))
image.save( 'tmp.jpeg')
button1 = tk.Button(root, compound=tk.TOP,
width=60, height=50,bg='black', command=click)
button1.pack()
root.mainloop()
Hi! How c
Only I want to print my application's view without these icons,ok.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks,
I use TKinter,os:Xp home,python25.
I want to print all my application's view, except the close-minimize
icons.
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I want to do close-minimize icons unvisible in python.How can I do
this?I want to do this especially for printing.
And is it possible to provide .exe file for any program in python or
only we can change the file as .pyw?
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I want to print an application view in python.I use labels and frames
in my program.And ı want to know if it is possible to print all of the
view of my program?
Thanks a lot...
--
http://mail.python.org/mailman/listinfo/python-list
On 26 Mart, 00:50, "Stephen Eilert" <[EMAIL PROTECTED]> wrote:
> On Mar 25, 6:23 pm, "gslm" <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Please, can you read again?
> > Yes, I understand that in phyton interpreter, i can't call phyton
Please, can you read again?
Yes, I understand that in phyton interpreter, i can't call phyton
command.Thanks...
But how can i run '.py' files from this command line?I wanted to use
the phyton command for this.
When i click a py extended file, for example calendar.py in lib
directory, file opens,
On 25 Mart, 20:16, "Paul Boddie" <[EMAIL PROTECTED]> wrote:
> gslm wrote:
> > Hi!
> > I'm too new on phyton.I have installed phyton.But when I write phyton
> > command, unfortunately, i can't run.I suppose that it is bacause of
> > setting path.
Hi!
I want to do a calendar where pictures on.Can you have any free
example like this which can help me ?
Regards...
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I'm too new on phyton.I have installed phyton.But when I write phyton
command, unfortunately, i can't run.I suppose that it is bacause of
setting path.But i can't solve.
Can you help?
Another thing is, when i double click the .py file, there are the
project form and the command line.How can i
16 matches
Mail list logo