Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: canvas widget scroll issue
Post: RE: canvas widget scroll issue

(Apr-04-2021, 10:42 PM)deanhystad Wrote: I'm guessing you mean that things move when you spin the mouse wheel. The reason this happens is because your code includes this: def _on_mousewheel(sel...
chrisdb GUI 2 3,893 Apr-07-2021, 05:48 AM
    Thread: canvas widget scroll issue
Post: canvas widget scroll issue

Hi, I have a canvas inside a frame that contains 3 entry widgets, but for some reason ,when I scroll up, the widgets move down, althoug there is no space above these entries. Below is my code: impor...
chrisdb GUI 2 3,893 Apr-02-2021, 01:02 PM
    Thread: tkinter text widget word wrap position
Post: RE: tkinter text widget word wrap position

Ok, but I'm using a text widget in which I display the line numbers. So that's probably my problem... Thanks!
chrisdb GUI 6 7,600 Mar-18-2021, 03:55 PM
    Thread: tkinter text widget word wrap position
Post: RE: tkinter text widget word wrap position

(Mar-17-2021, 08:45 PM)deanhystad Wrote: I think dlineinfo provides what ypu need, the vertical position of each line, but you need to use place instead of grid to position the line numbers. Even w...
chrisdb GUI 6 7,600 Mar-18-2021, 02:11 PM
    Thread: tkinter text widget word wrap position
Post: RE: tkinter text widget word wrap position

(Mar-17-2021, 10:15 AM)Larz60+ Wrote: The text window described here has an expandable geometry, so the wrap position varies as the window is expanded and/or contracted. There are some command attr...
chrisdb GUI 6 7,600 Mar-17-2021, 03:27 PM
    Thread: tkinter text widget word wrap position
Post: tkinter text widget word wrap position

Hi, I'm trying to figure out the index position on where the tkinter text widget cuts of the word when using WORD wrap. I thought the newline '\n' would indicate this, but I was wrong. If you see the...
chrisdb GUI 6 7,600 Mar-17-2021, 07:42 AM
    Thread: wsgi server ports
Post: RE: wsgi server ports

(Feb-26-2020, 01:55 PM)snippsat Wrote: Look at How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 18.04In the url you provided, the example binds an application to a specific port: gu...
chrisdb Web Scraping & Web Development 3 3,319 Feb-26-2020, 03:26 PM
    Thread: wsgi server ports
Post: wsgi server ports

Hello, I'm coming from a Java background and for most web projects I've used tomcat as a web server. The thing is that if I want to deploy an application, I just put it in the 'webapps' folder and th...
chrisdb Web Scraping & Web Development 3 3,319 Feb-26-2020, 07:04 AM
    Thread: WSGI server vs Web Server
Post: RE: WSGI server vs Web Server

(May-26-2019, 09:40 PM)snippsat Wrote: (Apr-24-2019, 07:43 AM)chrisdb Wrote: - can I run a wsgi server, without using a web server to run a webapp (i.e. run an angular spa with a rest api in flask...
chrisdb Web Scraping & Web Development 24 10,476 May-27-2019, 07:35 PM
    Thread: WSGI server vs Web Server
Post: WSGI server vs Web Server

Hello everyone, I've been trying to get into the concept of wsgi, but I still got some questions: - from wat I can tell most wsgi servers are also http servers? - can I run a wsgi server, without us...
chrisdb Web Scraping & Web Development 24 10,476 Apr-24-2019, 07:43 AM

User Panel Messages

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