| fengxia's profilefengxia的共享空间PhotosBlogNetwork | Help |
|
|
March 29 the method for putting method in Textbox1 textbox.insertText: Description: Turns text (a string) into a series of keyboard events Usage:typeText(self, text, log=True) Example: cbFrame.textbox.insertText("3")
2 textbox.typeText: Description:unboundstrongwind.accessibles.ComboBox method, Turns text (a string) into a series of keyboard events Usage:typeText(self, text, log=True) Example: cbFrame.textbox.typeText("2")
3 textbox.enterText Description:just enter the text into the textbox Usage: enterText(self, text, log=True) Example: cbFrame.textbox.enterText("5")
4 inputText Description:just enter the text into the accessible Usage: inputText(self, accessible, text) Example: cbFrame.inputText(cbFrame.textbox, "4") |
|
|