I had heavily used PySimpleGUI in various work projects, and one day, when I had to run some older piece of code I had not run in a while, I get a notice that PySimpleGUI won't work, because was free, but nobody paid, and so, good luck! So I was piping mad, paid the 3-year or whatever the max license fee was, received a code, and THEN I was able to get my stuff to work, like it used to. LESSON: N E V E R Use code tha…
Given it was older code, were you not able to use an older version of pysimplegui that was freely available?
PySimpleGUI 6
31–40 of 64 posts
Re: PySimpleGUI 6
#32Re: PySimpleGUI 6
#33Re: PySimpleGUI 6
#34Loaded question but why does Visual Basic 6.0 (both the IDE and the language) for modern languages / OSes doesn't exist anymore? I feel like it was way ahead of its time and there is no similar RAD and GUI design tool ever since
What changed was the level of popularity and acceptance of those tools.
I think it comes down to trends and programmers psychologically subconsciously not wanting to be mistaken for users.
Because unfortunately what subconsciously is accepted as programming must involve colorful cryptic text. And if you are just dragging things around and setting parameters, you are not doing that, and someone might accuse you of being a user.
Not saying it makes sense, but that seems to be the explanation.
But look at WordPress, VB.NET, n8n, LabView, Unreal Engine, Houdini, Unity, etc.
Re: PySimpleGUI 6
#35Loaded question but why does Visual Basic 6.0 (both the IDE and the language) for modern languages / OSes doesn't exist anymore? I feel like it was way ahead of its time and there is no similar RAD and GUI design tool ever since
- Microsoft killed it: "let's rewrite the entire thing as VB.NET and make it completely different"
- The UIs designed in the RAD weren't particularly responsive in the sense of "responsive design" - generally you couldn't resize a window and have all the elements resize correctly. When I learned Java Swing and elements were defined programmatically as percentages of their container that was kind of eye opening to me.
- The small-time apps that were being developed with VB6 in the 90s are basically all web apps now.
Re: PySimpleGUI 6
#36Loaded question but why does Visual Basic 6.0 (both the IDE and the language) for modern languages / OSes doesn't exist anymore? I feel like it was way ahead of its time and there is no similar RAD and GUI design tool ever since
I know you asked for "the language", but Object Pascal really ain't that bad to get around. If you were proficient in VB6, you should be fine adapting. :-)
Re: PySimpleGUI 6
#37Loaded question but why does Visual Basic 6.0 (both the IDE and the language) for modern languages / OSes doesn't exist anymore? I feel like it was way ahead of its time and there is no similar RAD and GUI design tool ever since
Re: PySimpleGUI 6
#38Loaded question but why does Visual Basic 6.0 (both the IDE and the language) for modern languages / OSes doesn't exist anymore? I feel like it was way ahead of its time and there is no similar RAD and GUI design tool ever since
Re: PySimpleGUI 6
#39Earlier quoted context omitted.
Given it was older code, were you not able to use an older version of pysimplegui that was freely available?
The problem with old Python code is that you then have to hunt for exactly the right version of the right libraries that can work together when the stars are aligned.
Re: PySimpleGUI 6
#40It would be great to have a few screenshots on the readme.md or Doc pages to understand quickly what we‘re talking about.
https://www.pysimplegui.com/