Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to make a button always stay on a point when resizing the window?
Post: RE: How to make a button always stay on a point wh...

(Nov-04-2020, 02:46 PM)deanhystad Wrote: (Nov-04-2020, 02:27 PM)_ShevaKadu Wrote: Okay, here is my code: icons = {} icons['menu'] = PhotoImage(file = "icons/initmenu.gif") button = Button(a, image...
_ShevaKadu General Coding Help 5 4,183 Nov-04-2020, 02:58 PM
    Thread: How to make a button always stay on a point when resizing the window?
Post: RE: How to make a button always stay on a point wh...

(Nov-03-2020, 07:00 PM)deanhystad Wrote: Please provide an example when you ask a question. The example can be very short. Like this: from tkinter import * root = Tk() button = Button(root, text='...
_ShevaKadu General Coding Help 5 4,183 Nov-04-2020, 02:27 PM
  Question Thread: How to make a button always stay on a point when resizing the window?
Post: How to make a button always stay on a point when r...

Hey there! I need help. I want to make a button always stay on one corner when resizing the host window (to be exact, on the bottom-left corner). I'm using the .place(x=#, y=#, anchor=##) method. Any ...
_ShevaKadu General Coding Help 5 4,183 Nov-03-2020, 10:58 AM
    Thread: Tkinter TEXT background image
Post: RE: Tkinter TEXT background image

(Nov-01-2020, 09:35 PM)joe_momma Wrote: I don't understand- do you want a background image overlaid by the buttons or insert the image with the buttons? I don't the text widget is a great candidate ...
_ShevaKadu GUI 5 7,778 Nov-02-2020, 09:14 AM
    Thread: Tkinter TEXT background image
Post: RE: Tkinter TEXT background image

ignore this post
_ShevaKadu GUI 5 7,778 Nov-02-2020, 09:12 AM
  Photo Thread: Tkinter TEXT background image
Post: Tkinter TEXT background image

Hey there! I'm making a program manager with Tkinter and I want to set the background image of the Text widget which contains the buttons to an image. Here is the code: from tkinter import * impor...
_ShevaKadu GUI 5 7,778 Nov-01-2020, 01:03 PM
    Thread: How to create an app manager
Post: RE: How to create an app manager

(Aug-17-2020, 12:28 PM)deanhystad Wrote: Quote:Wow! That was so useful! But would those functions work if I convert them into a one string function? What do you mean by this? Too what functions are...
_ShevaKadu General Coding Help 8 3,795 Nov-01-2020, 12:47 PM
  Video Thread: Regarding the forum design
Post: Regarding the forum design

Hello I have just returned to this forum and I was blown off how cool it looks now! But there are some problems which it would be nice if you fixed. 1. The header logo. It looks so weird on the new d...
_ShevaKadu Board 2 2,228 Nov-01-2020, 12:43 PM
    Thread: How to create an app manager
Post: RE: How to create an app manager

(Aug-14-2020, 01:03 PM)deanhystad Wrote: What do you mean by "one string function"? Use \n s instead of new-line signs
_ShevaKadu General Coding Help 8 3,795 Aug-17-2020, 08:15 AM
    Thread: How to create an app manager
Post: RE: How to create an app manager

(Aug-13-2020, 09:55 PM)deanhystad Wrote: There are a few things going on here. The first problem is the arg for the inner exec is not a string. exec(open('Applications/' + application0.cget('text')...
_ShevaKadu General Coding Help 8 3,795 Aug-14-2020, 07:05 AM
    Thread: How to create an app manager
Post: RE: How to create an app manager

(Aug-13-2020, 01:35 PM)deanhystad Wrote: What's with all the dictionaries? Makes your code really hard to read. What does the Applications/apps.corwin file look like?Not sure if that matters bc it...
_ShevaKadu General Coding Help 8 3,795 Aug-13-2020, 03:55 PM
    Thread: How to create an app manager
Post: How to create an app manager

Hello! Please help me! I'm trying to create an application manager with Tkinter and I want the desktop['application#'] variables to open applications with names being SAME as the text on the buttons! ...
_ShevaKadu General Coding Help 8 3,795 Aug-13-2020, 07:49 AM
    Thread: Keeps showing prevuios inputs
Post: RE: Keeps showing prevuios inputs

(Jan-06-2020, 09:34 AM)Gribouillis Wrote: Start by adding print('msg_return({})'.format(repr(returnvalue))) in function msg_return to see if it gets correctly called. It does @Gribouillis
_ShevaKadu GUI 5 2,820 Feb-15-2020, 04:22 PM
    Thread: Keeps showing prevuios inputs
Post: RE: Keeps showing prevuios inputs

(Jan-07-2020, 04:01 PM)Denni Wrote: What are you using ? Tkinter, PyQt, PySide2 or something else I use Tkinter.
_ShevaKadu GUI 5 2,820 Jan-08-2020, 06:09 AM
    Thread: Can i prevent the random generator to generate already used numbers?
Post: RE: Can i prevent the random generator to generate...

If you don't want the outputs to repeat , you can make a list and a if statement to check if there such output in the list. Here's the code: outputs = [] for x in range(7): lottorad[x] = rando...
_ShevaKadu General Coding Help 3 2,867 Jan-05-2020, 04:33 PM
    Thread: Keeps showing prevuios inputs
Post: Keeps showing prevuios inputs

**python** **type** **wall** Hello! I'm making a Python module to get customised pop-ups. But when I save the output to a variable (var = func(a, b)), and then print it out, it prints out the input...
_ShevaKadu GUI 5 2,820 Jan-05-2020, 11:59 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020