Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Executable [tkinter, cx_oracle] for another pc
Post: Executable [tkinter, cx_oracle] for another pc

Hi, I completed a GUI in Pyrhon 3.6.5 that uses many sql queries from a database (Oracle 11g). I made an executable file (with pyinstaller) that works fine to my PC (in which the db is located). Is i...
dimvord GUI 1 2,147 Jul-19-2018, 10:49 AM
    Thread: Autocomplete tkinter/notebook
Post: Autocomplete tkinter/notebook

The autocomplete class below works as expected when the lines 9-19 (=notebook tabs) are missing, meaning that the list of the entry box (line 130), appears below the box. Adding the pages/tabs of the...
dimvord GUI 0 4,776 Jul-16-2018, 12:35 PM
    Thread: Autocomplete list of tuples data
Post: RE: Autocomplete list of tuples data

It works. Thanks a lot!!!!!
dimvord GUI 2 3,375 Jul-11-2018, 04:04 PM
    Thread: Autocomplete list of tuples data
Post: Autocomplete list of tuples data

The code below works fine if the list (=test_list) is defined as test_list=['aaa','xxxxxx','a1a1a11',.....]. When the test_list gets values from an sql table (lines 41-46), there is TypeError: descrip...
dimvord GUI 2 3,375 Jul-11-2018, 11:55 AM
    Thread: GUI insert textbox value into a Class
Post: GUI insert textbox value into a Class

By modifing my gui with the TopLevel code (that i acquired from the forum), i have another problem. I want to pass inside the class that generates the Top level window the entry of text value (=pm6 te...
dimvord GUI 0 2,261 Jul-04-2018, 06:49 PM
    Thread: Second frame (listbox) in GUI
Post: RE: Second frame (listbox) in GUI

By modifing my gui with the above TopLevel code, i have another problem. I want to pass inside the class that generates the Top level window the entry of text value (=pm6 textbox, line 200) that resul...
dimvord GUI 4 3,028 Jul-04-2018, 03:40 PM
    Thread: Second frame (listbox) in GUI
Post: RE: Second frame (listbox) in GUI

I followed your suggestion using Toplevel/partial and the result was the expected one. Thanks a lot!!!!
dimvord GUI 4 3,028 Jul-02-2018, 01:42 PM
    Thread: Second frame (listbox) in GUI
Post: Second frame (listbox) in GUI

I have a gui created with tkinter. I want to appear a second window/frame when a button is pressed, but my code instead of appearing a new window (except of the title that appears correctly to a new t...
dimvord GUI 4 3,028 Jul-01-2018, 04:43 PM
    Thread: insert table columns data in different textboxes
Post: RE: insert table columns data in different textbox...

It works!!!!! I followed your instructions making the below modification and the result was the expected one. Thanks a lot!!! name_project=(results[0][0]) description=(results[0][1]) fname_project1.s...
dimvord GUI 4 4,925 Jun-15-2018, 07:40 AM
    Thread: insert table columns data in different textboxes
Post: RE: insert table columns data in different textbox...

Hi, again, sorry that i didnt upload the code. The code below has the actual names of A,B columns that is, name_project, description. As i said above, if name_project(or A) was unigue in my table (= 1...
dimvord GUI 4 4,925 Jun-14-2018, 07:58 AM
    Thread: insert table columns data in different textboxes
Post: insert table columns data in different textboxes

Hi i have a table with two columns, A & B. In A column there are Names and in column B there are grades, where as one Name may be related to many grades i.e A|B T1|1 T1|3 T1|5 T2|1 T3|4 In my sel...
dimvord GUI 4 4,925 Jun-13-2018, 08:41 PM
    Thread: GUI taking data from oracle tables
Post: GUI taking data from oracle tables

i have a python code that creates a gui. The first textbox entry requires from the user to enter a number (which is related to a column table data in db titled 'afm'). The table is 'customers'. I make...
dimvord GUI 0 4,576 Jun-09-2018, 09:45 AM

User Panel Messages

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