Jump to content

kweiss

Members
  • Posts

    3
  • Joined

  • Last visited

kweiss's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I have a very large input screen using input boxes, radio buttons and control buttons. It works great at 1024x768, but when I try it at a 640x480 I can't scroll down to see the rest of the buttons. I've tried Adding $WS_OVERLAPPEDWINDOW, $WS_HSCROLL, $WS_VSCROLL and nothing helps. I can see the VSCROLL, but it does work. I know this is an easy answer, I just couldn't find it in the posts or in the help file. Thanks
  2. Thanks, got it to work! When sending commands to cygwin bash by way of Autoit3 I added writing to stdout and stderr and then used Autoit3 again to read the error file which gets created newly after every command that fails (non failed commands blanked the file, great!). Works perfect every time. I'm not sure why everyone else said it couldn't be done, you rule! Thanks Again! BTW - I didn't use the Beta version and it still worked.
  3. I'm using AutoIt v3 to automate some logins and file copying etc. in CYGWIN. The CYGWIN screen looks similar to a DOS command screen, but accepts Linux commands. Everything works great using CYGWIN except running WinGetText(""). I've tried using the screen title too. When I use this function I just get back "" (nothing). Is there any way to read the text from a CYGWIN screen?
×
×
  • Create New...