Re: [Tkinter-discuss] Tkinter to Qt-whatever

2019-11-14 Thread Robert Greschke
I think I'm going to look into ttk first. It - Tkinter - just makes way more sense to me. I can put all of the code 'together', instead of spreading it out over a ton of classes. I don't write a lot of classes. I'm more procedural in the way I program. On top of that Qt does WAY more than I need

Re: [Tkinter-discuss] Tkinter to Qt-whatever

2019-11-14 Thread Robert Greschke
Your tkdoc tutorial: O! I've never seen things explained this way before. Somehow I thought you always had to go through the style-thing even if you didn't want to change anything. For background colors and stuff, fine, but most of the time you just need the default things. I wonder why thin

Re: [Tkinter-discuss] Tkinter to Qt-whatever

2019-11-13 Thread Robert Greschke
more detailed settings for a Widget. It’s not, however, meant to > be how the normal programming of PySimpleGUI is done. Cool. Hope I can get to it today. Thanks! > > > > From: Robert Greschke mailto:rob...@greschke.com>> > Sent: Wednesday, November 13, 2019 12:11 PM

Re: [Tkinter-discuss] Tkinter to Qt-whatever

2019-11-13 Thread Robert Greschke
Hi! I saw that, but didn't take a look at it. Did I even get a choice? Hmm. I'll look and see if it can handle me. The trigger for all of this was the way things Tkinter look/feel in macOS. I guess I should give tix/ttk stuff a look, again, too. Our stuff doesn't need to look native, but consis

[Tkinter-discuss] Tkinter to Qt-whatever

2019-11-13 Thread Robert Greschke
So pigs have started sprouting wings and I guess "we" (work) are going to start shifting to Qt/PySide2/whatever. I've been playing around for a few weeks and what a mess compared to Tkinter. Does anyone know/think something like Qt-based classes could be written that are called just like and act

Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
> On 2015-11-16, at 16:02, Wayne Werner wrote: > > On Mon, 16 Nov 2015, Robert Greschke wrote: > >> Oops. Didn't hit the Reply All. >>> >>> I can do PNGs for the help pictures, but I guess I'll just have to suck it >>> up and use PI

Re: [Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
Oops. Didn't hit the Reply All. > On 2015-11-16, at 12:39, Robert Greschke wrote: > > >> On 2015-11-16, at 12:14, Michael Lange wrote: >> >> Hi, >> >> On Mon, 16 Nov 2015 11:50:44 -0700 >> Robert Greschke wrote: >> >&

[Tkinter-discuss] JPEGs

2015-11-16 Thread Robert Greschke
Why can't I go Pic = PhotoImage(file = "./lp.jpg") ? Are JPEGs not popular enough yet, or am I missing something? This is one of the craziest restrictions to Tkinter I can think of. I wish I knew how to fix it, but I just ain't smart enough. No, I don't want to use PIL. I'd like to make imbed