Commit Graph

244 Commits

Author SHA1 Message Date
markm
b013e78100 Added - should have been added previously! 2006-03-06 20:33:02 +00:00
markm
05d55cf5b8 Stripped out some dead code 2006-03-06 20:17:55 +00:00
markm
a6777fbc58 Added error message for calling getitem on HwndWrapper instances
Fixed Wait and WaitNot (removed *args, **kwargs and used explicit parameters). all wait options specified in one string - rather then allowing many strings.
Updated Timing method for timeouts
fixed _start and _connect to return the Application instance
2006-03-06 20:09:40 +00:00
markm
4aac3ea774 used is_toplevel_window rather then an explicit test in font()
commented out get_button_friendlyclassname
added a deprecation warning to friendlyclassname() and fixed how it returns "Dialog"
2006-03-06 20:06:19 +00:00
markm
45353a986a changed type to isintance for Structure equality testing as Nose didn't like type. 2006-03-06 20:04:53 +00:00
markm
0db6410945 Fixed a bug where best_match was returning wrapped windows - not handles 2006-03-06 20:04:19 +00:00
markm
d42fda4396 Implemented more tests 2006-03-06 20:02:00 +00:00
markm
2c1c8c8026 changed from HwndWrapper.HwndWrapper.__init__(self, hwnd) to super(xxx, self).__init__(hwnd) so that nose tests would not fail. 2006-03-06 20:01:11 +00:00
markm
2ea9661a8e Minor updates to the Examples 2006-03-06 19:59:16 +00:00
markm
836801f4af Minor changes - mainly to support machines where there is no Job Retention tab. 2006-03-02 21:00:31 +00:00
markm
30fbc79cee Various changes mostly to Wait* methods of WindowSpecification 2006-03-02 20:58:19 +00:00
markm
58550ded68 Very minor code cleanup 2006-03-02 18:23:37 +00:00
markm
3409b2e29c Added new comparison for structures - allows you to pass in a tuple/list that can be compared against. 2006-03-02 18:22:58 +00:00
markm
c17d55873e Added tests for new module menuwrapper 2006-03-02 18:22:06 +00:00
markm
9ba9125786 Added some more tests 2006-03-02 18:21:01 +00:00
markm
72a35552d9 Minor bug fixes and code cleanup 2006-03-02 18:20:05 +00:00
markm
8c8ba1840e Moved Menu stuff to a different file and cleaned up the code a little 2006-03-02 18:19:23 +00:00
markm
97171bfc8d Extracted Menu processing from HwndWrapper and added this file. 2006-03-02 18:18:17 +00:00
markm
6d1e0ff97e Fixed bug with Application.start_() where it was not reporting error correctly 2006-02-24 22:05:18 +00:00
markm
5129be9219 Fixed rebar Texts(), fixed how it get's the text too
added some checks for good indices when selecting a tab.
2006-02-24 22:04:08 +00:00
markm
66ea043094 Added more tests (Toolbar Test, ReBar Tests, application.start_() bug test) 2006-02-24 22:03:20 +00:00
markm
bdda46825c Added section on how to access the system tray 2006-02-24 17:46:59 +00:00
markm
df4c9fdafc Added a step to GetProperties to check if the control needed to have image property saved for it. 2006-02-24 17:34:59 +00:00
markm
eb27ae7943 Removed some tooltip stuff that was just test code and is not necessary or duplicated 2006-02-24 17:34:35 +00:00
markm
76b294c9bf Missed a couple of items that needed to be converted from properties to Methods 2006-02-24 17:33:28 +00:00
markm
59861bfaf9 Added a simple test for button._IfNeedsImage 2006-02-24 17:16:42 +00:00
markm
1c7378b0d6 Updates leading up to 0.2.1 release 0.2.1 2006-02-17 22:38:24 +00:00
markm
cb5df8107e Typo in argument name 2006-02-17 22:27:42 +00:00
markm
09d2451fa5 renamed 2006-02-17 22:16:08 +00:00
markm
647fe375eb Mainly toolbar and tooltip changes.
One bug fix to deal with RemoteMemoryBlock.__del__ when access was denied.
2006-02-17 22:15:42 +00:00
markm
be07999ddb Added some more API items 2006-02-17 21:43:31 +00:00
markm
e4b4102655 Added new examples 2006-02-17 21:42:44 +00:00
markm
eec856badf Synchronized with notepad_fast.py to a certain extent. 2006-02-17 21:42:19 +00:00
markm
c4e07f7a53 updated to use new nontext control identifiers and added a little right click section 2006-02-17 21:41:53 +00:00
markm
a99f82bbeb Updated app_windows_ to windows_ 2006-02-17 21:41:10 +00:00
markm
48b0cb6641 Needed to add more precision to one title due to changes in findbestmatch 2006-02-17 21:40:45 +00:00
markm
42cc927ab0 Fixed typo of Agend to Agent.
Added section to check for Nag dialog
2006-02-17 21:39:57 +00:00
markm
46ca378736 Modified quite extensively how controls are matched - hopefully making it more strict but still allowing flexibility 2006-02-17 21:07:35 +00:00
markm
eaf7f83397 Added a few more tests 2006-02-17 21:05:56 +00:00
markm
0c28a4c9b7 Added import of findwindows for findwindows.WindowAmbiguousError 2006-02-17 21:05:21 +00:00
markm
faa8cfd751 Fixed bug where combo box select was not notifying parent correctly.
Modified PopupMenu to work appropriately with the new MenuSelcet/MenuClick methods
2006-02-17 21:04:36 +00:00
markm
ef77ef58cc Lots of menu changes, some doc strings edited. 2006-02-17 21:03:35 +00:00
markm
5c59d915c2 Renamed to fix typo 2006-02-17 17:35:06 +00:00
markm
d2c20aa532 renamed variables to fix pylint warnings 2006-02-15 21:48:33 +00:00
markm
14869a4376 added some more windows functions/constants/structures 2006-02-15 21:48:05 +00:00
markm
b99fe3dd6e Added an iswindow() function 2006-02-15 21:47:11 +00:00
markm
45cf64a141 Fixed finding the text control for a non text control 2006-02-15 21:46:44 +00:00
markm
d49cb0114d Some bug fixes and fixing for findbestmatch.find_best_control_matches() 2006-02-15 21:45:56 +00:00
markm
e843a08fea removed 2006-02-15 21:44:23 +00:00
markm
6eb70bfe6d Added Lots of more tests 2006-02-15 21:43:58 +00:00