eel.show should accept more parameters like size
See original GitHub issueHello! Today i was trying to create multiple windows using eel with diferent sizes, and i run into a little nigthmare trying to figure out how to do it!
So i would like to ask for a new feature, it would be nice if when you create a new window using:
eel.show(start_urls)
that you could also give it some parameters, something like
show(*start_urls,**kwargs))
to define the params for a new window, defining the size or close callback of it for example
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
eel.show should accept more parameters like size #220 - GitHub
Hello! Today i was trying to create multiple windows using eel with diferent sizes, and i run into a little nigthmare trying to...
Read more >Eel options - DEV Community
Python app with eel (3 Part Series) ... size allow us to set the window size, it must be specified as a tuple...
Read more >Electron Energy Loss Spectroscopy - ScienceDirect.com
This article will focus on the use of electron energy loss spectrometry (EELS) in a transmission electron microscope (TEM) or a scanning transmission...
Read more >How do I call an Angular 2 pipe with multiple arguments?
Pipes take an array that contains all arguments, so you need to call them like this: new MyPipe().transform(myData, [arg1, arg2, arg3...]).
Read more >Chapter 7. Object arguments: functions working with objects
Cgk znz xfzz cor functions as properties of objects. Tour livebook. Take our tour and find out more about liveBook's features: Search -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds like a reasonable enhancement - I’ll investigate feasibility this weekend, but I don’t think it should be too difficult.
I also believe that passing the size and position parameter would be quite sufficient for everyday use.