olo Posted May 1, 2013 Posted May 1, 2013 Ok folks after a discussion with m23 im posting this differently. I have a software called ksetup now for me to setup this software I need to use a variety of Send, Mouseclick & mousemove operations. Now that all works randy dandy when I am running the script on my resolution of 1024x768. Now my boss wants to be able to run this script on his machine but his resolution is 1080p. Now because my script runs heavily on precise mouse operations. I want to create a script that! When runs changes screen resolution to mine 1024x768 runs this setup of hardware on ksetup. Then after the settings are configured I want to revert back to my original resolution. SO: 1080p ----> 1024x768 & "run script to configure settings" ----> "go back to" & 1080p
Moderators Melba23 Posted May 1, 2013 Moderators Posted May 1, 2013 olo, This is not the question I suggested that you ask. What I did suggest was seeking help to automate this "ksetup" app - can you give a link? It might be possible to automate it without using such screen resolution dependent methods. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
olo Posted May 1, 2013 Author Posted May 1, 2013 (edited) http://www.instrumentation.it/main/pdf/ACRA/acra_kam500_gui-irl.pdfHere is a pdf with some information on the kSetup program.However i am trying to do something like this: Edited May 1, 2013 by olo
water Posted May 1, 2013 Posted May 1, 2013 Looks like kSetup is an ordinary windows GUI. If this is true I suggest to use the Control* functions of AutoIt. Drop all screen related functions to make your script much more reliable. olo 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Rickname Posted May 1, 2013 Posted May 1, 2013 (edited) You also posted this : In my oppinion , smells alittle bit fishy ! Edited May 1, 2013 by Rickname
Moderators Melba23 Posted May 1, 2013 Moderators Posted May 1, 2013 Rickname, As the Mod who closed the earlier thread to which you linked has already posted in this one and is letting it run, perhaps he knows more about the subject than you. While I am always very happy for conscientious forum members report anything they think might be suspicious, I would ask them please to think a bit before jumping to conclusions. M23 olo 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now