-
Recent Posts
- LV GUI to Python GUI template attempt
- Python GUI Four UUT with Threading, progressbar, tab
- Python List or Dictionary using UUT Ch simulation example
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
- LV Waveform Chart and History Data part2
- LV Waveform Chart and History Length and History Data
- LV Some ArrayElement Properties
- LV Sequence Editor Creator Example
- LV Custom Right Click menu for Control
- LV Create Simulated USB6008 to try out a Project Template for Measuring and Logging
- LV Wafer Display (Reticle and Die)
- LV Some Basic 8bit (boolean) array opeartions
- LV Json Example Use
- LabVIEW(r) Preload an Enum with a String Array
- LV Tabs is not an enum
- LV StandAlone or in SubPanel
- LV MultiColumn List Box (MCLB)
- LV Enum and String
- Python Example Testing Functions , Running Test List, Mini Test Report (not Gui version), Only Console result.
Categories
Meta
Tag Archives: Grid
PY3 with TKinter using the Grid-Row-Col method (not place,pack)
In a previous post I showed similar GUI using place,pack . Now will show similar sample GUI (Graphical User Interface) using Python 3 and Tkinter with Grid,row,col method Widgets used Window Frame Labels Buttons Canvas Circle Frame Text ScrollBar Design … Continue reading →
Posted in Test Sector
|
Tagged button, circle, columnspan, frame, Grid, GUI, Python, scrollbar, text, tkinter, UI
|
Leave a comment