Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ctypes
Post: RE: ctypes

no, in the CD only found out... APISPA.dll APISPA.c APISPA.h do you think this DLL is 32 bits and my system is 64?
juliolop General Coding Help 7 1,389 Apr-19-2023, 06:06 PM
    Thread: ctypes
Post: RE: ctypes

(Apr-19-2023, 05:42 PM)deanhystad Wrote: What is APISPA.dll? it is a DLL provided by the manufacturer of an electronic module I need to use to transmit some sort of avionic protocol named ARINC429. ...
juliolop General Coding Help 7 1,389 Apr-19-2023, 05:52 PM
    Thread: ctypes
Post: ctypes

how can I declare using ctypes where my DLL file is located.? this line gives me an error OSError: [WinError 193] %1 is not a valid Win32 application pd = ctypes.WinDLL("C:\\APAS_ATE\\Arinc429_RTX\\...
juliolop General Coding Help 7 1,389 Apr-18-2023, 08:31 PM
    Thread: tkinter help please
Post: RE: tkinter help please

ok just learning
juliolop GUI 11 3,076 Apr-06-2023, 08:16 PM
    Thread: tkinter help please
Post: RE: tkinter help please

(Apr-04-2023, 05:56 PM)deanhystad Wrote: Did you read this post? Did you try the code? https://python-forum.io/thread-29592-pos...#pid168021 It simulates have a serial connection, so it obviously...
juliolop GUI 11 3,076 Apr-06-2023, 07:04 PM
    Thread: tkinter
Post: RE: tkinter

(Mar-24-2023, 03:25 AM)deanhystad Wrote: Use python tags when posting code. I don't understand why you are trying to write this as a GUI application. There is nothing going on that wouldn't work b...
juliolop GUI 15 6,835 Apr-05-2023, 04:51 PM
    Thread: tkinter help please
Post: RE: tkinter help please

(Apr-03-2023, 07:51 PM)deanhystad Wrote: I told you why the code in your OP works the way it does (window not showing up until the end). I provided an example that showed how you could run "scripts...
juliolop GUI 11 3,076 Apr-04-2023, 04:04 PM
    Thread: tkinter help please
Post: RE: tkinter help please

(Mar-30-2023, 02:50 AM)deanhystad Wrote: What do you mean by "moved the windows opening". You do not open windows. root.mainloop() opens windows. There will be no indication of anything happening...
juliolop GUI 11 3,076 Apr-03-2023, 06:13 PM
    Thread: tkinter help please
Post: RE: tkinter help please

(Mar-24-2023, 05:35 PM)deanhystad Wrote: See response in the other place you posted this code. The short answer is that GUI code is not written the same way as a script. You need to create your wi...
juliolop GUI 11 3,076 Mar-29-2023, 07:13 PM
    Thread: tkinter help please
Post: tkinter help please

hi guys! why this code doesn't work as I want ? I've tried several ways but it does the same, it shows the scrolled bar widget at the end of the procedure from tkinter import * import tkinter as tk...
juliolop GUI 11 3,076 Mar-22-2023, 07:45 PM
    Thread: tkinter
Post: RE: tkinter

hi guys... what's wrong with this code? as you can see, I'm tested with different methods and do the same thing, it shows the windows at the end of the procedure, I want the window showing the message...
juliolop GUI 15 6,835 Mar-22-2023, 07:40 PM
    Thread: tkinter
Post: RE: tkinter

ok I used ttk notebook widget and I liked, certainly is really functional for what I wish to do, but after looking in several tutorials I can not find how to place a label widget or a simple text insi...
juliolop GUI 15 6,835 Sep-23-2020, 06:24 PM
    Thread: tkinter
Post: RE: tkinter

(Sep-15-2020, 03:38 PM)Knight18 Wrote: The most obvious mistake is that you're creating separate Tkinter sessions with Tk(). There's probably other things wrong with your code as well, but if you wa...
juliolop GUI 15 6,835 Sep-16-2020, 07:26 PM
    Thread: tkinter
Post: RE: tkinter

(Sep-16-2020, 06:23 PM)deanhystad Wrote: Before you it can create any windows Tk has to do a bunch of initialization stuff. The initialization stuff happens when you call tkinter.Tk(). Each execut...
juliolop GUI 15 6,835 Sep-16-2020, 06:37 PM
    Thread: tkinter
Post: RE: tkinter

(Sep-15-2020, 03:38 PM)Knight18 Wrote: The most obvious mistake is that you're creating separate Tkinter sessions with Tk(). There's probably other things wrong with your code as well, but if you wa...
juliolop GUI 15 6,835 Sep-16-2020, 01:59 PM
    Thread: tkinter
Post: RE: tkinter

(Sep-11-2020, 04:41 PM)Larz60+ Wrote: please show your code. did you see the code? best regards
juliolop GUI 15 6,835 Sep-15-2020, 12:32 PM
    Thread: tkinter
Post: RE: tkinter

from tkinter import * #from tkinter import ttk def donothing(): filewin = Toplevel(root) button = Button(filewin, text="Do nothing button") button.pack() def close_window(root): wi...
juliolop GUI 15 6,835 Sep-14-2020, 07:54 PM
    Thread: tkinter
Post: tkinter

HI guys I'm new with python and tkinter trying to make my first project. I have a few questions: 1. how to return to the window menu using a button in a little window created by one of those menu opti...
juliolop GUI 15 6,835 Sep-11-2020, 12:28 PM
    Thread: need hep with entry
Post: need hep with entry

why the option Retrieve Report in this code does not record a number in the variable WO-rep after enter it.? like WO entry does. #!/usr/bin/python #imports =========================================...
juliolop GUI 2 2,322 Jan-03-2019, 04:33 PM
    Thread: top level window
Post: RE: top level window

(Oct-15-2018, 07:44 PM)nilamo Wrote: What you're describing is typically called "kiosk mode". It's commonly used in libraries, or at restaurants for placing orders/displaying menus. If your app is...
juliolop GUI 3 3,914 Nov-07-2018, 02:52 PM

User Panel Messages

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