Jump to content

Pattern Generation Tool for Multiple Monitors/Display


Recommended Posts

Hello all, Recently I created a Pattern generation tool  in Autoit script which will generate standard static patterns for multiple attached monitors(in extended or clone mode) for any resolution. Please give your opinion on this tool.Attached the binary and source code.

Cheers,

Ashokkumar Thankappan

ashokkumarthankappan@gmail.com

Edited by AshokkumarThankappan
Link to comment
Share on other sites

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "[...]" /UserParams    
+>14:52:00 Starting AutoIt3Wrapper v.2.1.2.9    Environment(Language:0409  Keyboard:00000409  OS:WIN_8/  CPU:X64 OS:X64)
>Running AU3Check (1.54.22.0)  from:C:\Program Files (x86)\AutoIt3
[...] : WARNING: $cmons: possibly used before declaration.
    if $winpos<$cmons And
    ~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $monitorx: possibly used before declaration.
    WinMove($Appname,"",$monitorx[$winpos-1],
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $monitory: possibly used before declaration.
    WinMove($Appname,"",$monitorx[$winpos-1],$monitory[$winpos-1],
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $monitorwidth: possibly used before declaration.
    WinMove($Appname,"",$monitorx[$winpos-1]+($monitorwidth[$winpos-1]/
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $monitorheight: possibly used before declaration.
    WinMove($Appname,"",$monitorx[$winpos-1]+($monitorwidth[$winpos-1]/2)-350,$monitory[$winpos-1]+($monitorheight[$winpos-1]/
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $hGraphic: possibly used before declaration.
_GDIPlus_GraphicsDispose($hGraphic)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : WARNING: $hImage: possibly used before declaration.
_GDIPlus_ImageDispose($hImage)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : ERROR: $hGraphic: undeclared global variable.
_GDIPlus_GraphicsDispose($hGraphic)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] : ERROR: $hImage: undeclared global variable.
_GDIPlus_ImageDispose($hImage)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
[...] - 2 error(s), 7 warning(s)
!>14:52:01 AU3Check ended. Press F4 to jump to next error.rc:2
>Exit code: 2    Time: 1.812

Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...