Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Dynamic Printing With Python Terminal
Post: RE: Dynamic Printing With Python Terminal

Thank you. I will look into them.
MrTim General Coding Help 2 2,824 Jul-06-2021, 04:00 PM
    Thread: Dynamic Printing With Python Terminal
Post: Dynamic Printing With Python Terminal

Hello there, I have a question regarding python terminal printing. I am currently working on a project in windows. I would like to display text on the top of the terminal in the style that linux nano...
MrTim General Coding Help 2 2,824 Jul-06-2021, 01:06 PM
    Thread: tkinter - update/refresh treeview
Post: RE: tkinter - update/refresh treeview

Maybe add a function for refreshing the rows when you switch to other tab and back again.
MrTim GUI 5 20,532 May-12-2021, 12:43 PM
    Thread: tkinter - update/refresh treeview
Post: RE: tkinter - update/refresh treeview

I am going to run your code and see what is up.
MrTim GUI 5 20,532 May-12-2021, 12:35 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

I have used Tkinter for several projects before. Anyone who can't create a decent project with it, just doesn't want to know enough.
MrTim GUI 13 4,493 May-12-2021, 12:07 PM
    Thread: Clickable Rectangles Tkinter Canvas
Post: RE: Clickable Rectangles Tkinter Canvas

Yes. I can very easily incorporate this with my existing code. Thanks
MrTim GUI 4 8,666 May-11-2021, 10:01 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

I am using Tkinter, but thank you. I will see about taking some ideas and reshaping them to tkinter code.
MrTim GUI 13 4,493 May-11-2021, 09:56 PM
    Thread: Clickable Rectangles Tkinter Canvas
Post: RE: Clickable Rectangles Tkinter Canvas

I need the rectangles to act as buttons. I need to bind the key press directly to the RECTANGLE, not the canvas.
MrTim GUI 4 8,666 May-10-2021, 11:22 PM
    Thread: Clickable Rectangles Tkinter Canvas
Post: Clickable Rectangles Tkinter Canvas

Hello there. I am attempting to bind the left mouse button to a grid of tkinter rectangles. I am trying to execute function clicked() when someone clock on a tkitner rectangle. I am looping their cre...
MrTim GUI 4 8,666 May-10-2021, 08:16 PM
    Thread: Draw a grid of Tkinter Canvas Rectangles
Post: RE: Draw a grid of Tkinter Canvas Rectangles

Thanks.
MrTim GUI 5 7,765 May-08-2021, 03:29 PM
    Thread: Draw a grid of Tkinter Canvas Rectangles
Post: RE: Draw a grid of Tkinter Canvas Rectangles

Sure: #nam: name of project #wid: width #leng: length #imports: import directory #exports: export directory #importFiles: files that have been imported def editor(nam, wid, leng, imports, exports, di...
MrTim GUI 5 7,765 May-08-2021, 01:34 PM
    Thread: Draw a grid of Tkinter Canvas Rectangles
Post: Draw a grid of Tkinter Canvas Rectangles

Hello there. I am back with another question. I am trying to draw a grid of tkinter Canvas Rects. Width and Length was specified in an earlier part of the program. Here is my code: for x in range(w...
MrTim GUI 5 7,765 May-08-2021, 12:46 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

I think I will make every button press add to a dictionary which would contain the coords and the image path or name.
MrTim GUI 13 4,493 May-07-2021, 07:07 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

Thank you for your suggestion. That is what I will do.
MrTim GUI 13 4,493 May-07-2021, 07:06 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

Could anyone tell me why no body is answering my question?
MrTim GUI 13 4,493 May-07-2021, 10:11 AM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: RE: Libraries/Tools to create an editor similar to...

I was not to clear on the design of the program. On the left side, there will be a grid, on which you can drag and click to insert images into a specific box on the grid. On the left will be a collect...
MrTim GUI 13 4,493 May-06-2021, 10:50 PM
    Thread: Libraries/Tools to create an editor similar to Tiled
Post: Libraries/Tools to create an editor similar to Til...

Hello python forum, I am working on a tile map builder project. I am attempting to create a GUI editor which would help the user create a tile map. I am storing all data in a dictionary in a file. Do...
MrTim GUI 13 4,493 May-06-2021, 09:47 PM

User Panel Messages

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