Commit graph

2489 commits

Author SHA1 Message Date
MikeTheWatchGuy
fa6f4cc1ce Removed some whitespace 2019-08-16 19:05:53 -04:00
MikeTheWatchGuy
22a6634331 Added Tearoff property to Element to stop crash if trying to use a submenu in a right click menu. Fixup of some docstrings that were causing issues 2019-08-16 19:05:18 -04:00
MikeTheWatchGuy
392d224ef1 Make more generic by adding USING_QT variable. Removed * unpacking! New layout technique 2019-08-16 11:51:49 -04:00
MikeTheWatchGuy
027f458837 Made a "catch all" for find element with focus so that any element can be checked 2019-08-16 11:31:21 -04:00
MikeTheWatchGuy
5b1f8cdbca Fix for window.FindElementWithForux - wasn't checking listboxes 2019-08-16 11:26:36 -04:00
MikeTheWatchGuy
c4d149f5c3 Comments on installataion 2019-08-15 22:18:51 -04:00
MikeTheWatchGuy
652c24c17c Added controls at bottom to adjust key paramters. Added back the titlebar so an use slider 2019-08-15 19:36:32 -04:00
MikeTheWatchGuy
879f3f55b9 New Demo Program - Show an ASCII animation using your webcam & OpenCV 2019-08-15 09:19:23 -04:00
MikeTheWatchGuy
4c155d79e7 Checking into Dev Branch.... accidently checked directly into Master previously! 2019-08-13 16:54:17 -04:00
MikeTheWatchGuy
7d541255e6 Fixed argv bug. Doh! 2019-08-13 15:09:48 -04:00
MikeTheWatchGuy
ce6d6a5468 New Graph methods - SendFigureToBack, BringFigureToFront 2019-08-11 12:30:23 -04:00
MikeTheWatchGuy
c98720e02c New Demo Program that shows how to use an Graph Element to display OpenCV stream 2019-08-11 08:13:39 -04:00
MikeTheWatchGuy
28c7c35ac0 Lots of doc updates. The recent Tab and TabGroup changes 2019-08-10 22:44:14 -04:00
MikeTheWatchGuy
39fdf072a4 Bumped version 2019-08-10 17:17:33 -04:00
MikeTheWatchGuy
8782494c87 New methods that are replacing some hastily added ones - TabGroup.Get, Tab.Select, Combo.Get, background colors for non-scrollable columns 2019-08-10 17:16:43 -04:00
MikeTheWatchGuy
2b0de7217f Latest parts of the readme and the creator tools updated 2019-08-08 16:47:15 -04:00
MikeTheWatchGuy
0e7e72b56d Renamed GetCurrentIndex to GetCurrentlySelectedTabIndex 2019-08-08 16:27:32 -04:00
MikeTheWatchGuy
7dda23eef3 Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port 2019-08-08 16:22:54 -04:00
MikeTheWatchGuy
6b050707f9 Ver bump 2019-08-07 19:45:55 -04:00
MikeTheWatchGuy
0976b05ba1 Finally a fix for Column sizes?????? YES! 2019-08-07 19:45:17 -04:00
MikeTheWatchGuy
3f752f9c0d Addition of SelectTab and GetCurrent methods to the TabGroup Element 2019-08-07 19:24:43 -04:00
MikeTheWatchGuy
ee9dbbaf2b Finally THE Fix that enables multiple windows to work right! 2019-08-07 19:18:41 -04:00
MikeTheWatchGuy
2dc0e3aa68 Better display of version number 2019-08-06 19:13:18 -04:00
MikeTheWatchGuy
31fc5acb8a Fix suggested by the Remi project so that multiple connections will work properly, plus some additional code that was already being worked on 2019-08-06 19:08:46 -04:00
MikeTheWatchGuy
345b91c7f8 More doc work.... 2019-08-05 17:37:21 -04:00
MikeTheWatchGuy
d6458df5ab More documentation... specifically on the Graph Element (plus others) 2019-08-05 16:58:20 -04:00
MikeTheWatchGuy
332a47754a Graph Element drag mouse button UP events changed. Returns key+UP for drag event when mouse is released 2019-08-05 14:38:42 -04:00
MikeTheWatchGuy
8f5472c40b RELEASE 4.1 2019-08-04 15:04:16 -04:00
MikeTheWatchGuy
0b839ccb70 Docstrings, Warnings added to Window so that bad titles and bad layout types are warned. It's crude but will be helpful. Also first time using this warnings module. Hope it's OK! New Demo Program - invisible elements shows using a column for visibility 2019-08-04 13:50:06 -04:00
MikeTheWatchGuy
01b5dc4a32 Forgot docstring for text_location 2019-08-02 07:23:49 -04:00
MikeTheWatchGuy
ffdeaaad8b New text_location parameter for DrawText method of Graph. More docstrings 2019-08-02 07:21:23 -04:00
MikeTheWatchGuy
6ea3dbed41 Version bump 2019-07-31 13:29:28 -04:00
MikeTheWatchGuy
c48b236bce Added a general "SetFocus" to Element as a "catch all". Utilizes .Widget so hope they all are being set. Added 'Elem' shortcut for FindElement. 2019-07-31 13:29:03 -04:00
MikeTheWatchGuy
b6709c7035 Trying to fix bullet points under "tools" 2019-07-29 17:01:35 -04:00
MikeTheWatchGuy
60c234cfea Trying to fix bullets in tools section 2019-07-29 16:52:57 -04:00
MikeTheWatchGuy
871f30d11f Remove buttons from list of values to save to disk 2019-07-29 16:34:13 -04:00
MikeTheWatchGuy
f01cd760bf All of the section 1 changes plus latest doc strings 2019-07-29 16:16:06 -04:00
MikeTheWatchGuy
8be71a9f3a Of course, more docstrings, PLUS moved the title parameter is PopupScrolled to the second position like ALL other Popups are already 2019-07-29 14:26:12 -04:00
MikeTheWatchGuy
0aac91fa70 More readme work in Section 2 2019-07-27 18:24:51 -04:00
MikeTheWatchGuy
5fe93133ba Changes made to first section. Lots more pretty pictures 2019-07-27 12:29:10 -04:00
MikeTheWatchGuy
c768942bad More docstrings where added / changed 2019-07-27 12:20:20 -04:00
MikeTheWatchGuy
2c98255a2d More doc strings! More to go! Getting closer 2019-07-27 12:11:32 -04:00
MikeTheWatchGuy
959194fb8e Initial Checkin of "readme_creator" folder... the thing that makes the primary readme 2019-07-26 19:35:16 -04:00
MikeTheWatchGuy
59bb9a4fc5 Even more doc strings! 2019-07-25 11:15:25 -04:00
MikeTheWatchGuy
eaa67fc0b9 MORE Docstrings! Table and Tree Elements this time 2019-07-24 21:57:01 -04:00
MikeTheWatchGuy
fad0d69682 Added default icon to System Tray if none is set by user. 2019-07-24 14:34:34 -04:00
MikeTheWatchGuy
8b9bc0e22b Added ability to set default selected values for Listbox element 2019-07-24 09:41:44 -04:00
MikeTheWatchGuy
bdf0fab6bd Forgot versio bump 2019-07-24 08:28:39 -04:00
MikeTheWatchGuy
e4fae9ba65 Fixed missing key in PopupGetText 2019-07-24 08:28:01 -04:00
MikeTheWatchGuy
07c6e665f6 Fix for Table.Update losing the table's headers. Fix for problem when duplicate key found. Had to make a string from key 2019-07-23 20:28:42 -04:00