Jump to content

inertial

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by inertial

  1. I have a .NET3.5 app with this control: >>>> Control <<<< Class: WindowsForms10.window.8.app.0.378734a Instance: 11 ClassnameNN: WindowsForms10.window.8.app.0.378734a11 Advanced (Class): [CLASS:WindowsForms10.window.8.app.0.378734a; INSTANCE:11] ID: 985288 Text: statusStrip1 Position: 0, 889 Size: 1133, 22 ControlClick Coords: 100, 9 Style: 0x56000000 ExStyle: 0x00010000 Handle: 0x000F08C8 It is a status bar at the bottom of the application's window and it contains some text other than what AuotIt is reporting, eg not "statusStrip1". Is there any way I can get the text from it?
  2. Thanks for the good responses. It seems like if enough people actually wanted this feature it wouldn't take much to add some syntactic sugar to the compiler. But you're right, it is just because I am lazy and want to type in one line what I could in two.
  3. Seeing as AutoIt3 takes a newline to be the end of a statement, is there any way to escape a newline character so that you can have a statement that spans multiple lines? Ah the dubious joys of significant whitspace....
  4. In languages like Perl you can create arrays on the fly, so that you can say things like: myFunc(['a','b','c']) which saves you having to define the array beforehand if you are just going to use it once. Does AutoIt3 have a similar feature?
×
×
  • Create New...