Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/2015 in all areas

  1. Wouldn't it make more sense to inhibit starting a new instance of the script while it is already running? Check _Singleton for this.
    1 point
  2. junkew

    Android UDF

    The ADB.EXE starts on your windows machine but triggers the remote daemon on your android phone (if android debugging is enabled) Ok first of all to do anything with android from windows you need adb.exe on your local windows machine which can be installed in about 15 seconds. http://forum.xda-developers.com/showthread.php?t=2588979 after you adb working you can do a lot of nice things from any programming language (including AutoIT) As a starter you can read thishttp://wiki.cyanogenmod.org/w/Doc:_adb_intro And after that you can read a lot on how to do some stuff from AutoIT where OP did make a nice start of wrapping up functions around adb.exe. ADB consists of https://android.googlesource.com/platform/system/core/+/master/adb/SERVICES.TXT This can be made a little more efficient by not making adb call each time but just start communicating directly As AutoIT is about sending keys, recognizing controls I started with these1. Make screenshot: ADB screencap makes a RAW screenshot, -p makes it PNG (making a lot of screenshots probably faster in RAW format) 2. Get the element hierarchy: ADB shell uiautomator dump <file> http://www.bdtool.net/third/android-doc/web-docs/tools/help/uiautomator/index.html 3. Get files from your phone to the pc with ADB pull 4. Put files to your phone with ADB push 5. sendevent / keys or getevent / record http://ktnr74.blogspot.nl/2013/06/emulating-touchscreen-interaction-with.html And with all above combined you can remotely control your android phone Technically I see no reason why you cannot maken an APK with help of AutoIT but probably a lot of work and nobody started such a project http://en.wikipedia.org/wiki/Android_application_package
    1 point
  3. Installer will just install the Compiled version that can easily be runned the compiled Version is just the Source Code which got compiled the Source Code is how it say the Source of The Programm At the best use the installer^^ Short: Download Installer --> Start Installer --> Start ISN AutoIT Studio --> Create Your Project --> have fun <3
    1 point
  4. This is the Download Link or just go to www.isnetwork.at then go to My Programs there ISN AutoIt Studio :3 http://www.isnetwork.at/index.php/2011-10-17-08-51-43 It has many Functions^^.
    1 point
  5. ur, Koda is a great beginner tool to help you create your form, but it isn't meant to do the coding of each control for you. You will need to learn to do that on your own. I would use Koda to create your form, use F9 to generate the base code, and then look at the examples for each control you add (button, input, etc.) in the help file, to see for yourself how to interact with that control.
    1 point
  6. Your question is a bit vague - double click where? on what? If, for example, you want to detect a double click on a GUI button, you would do something like this: If you're looking more for capturing a double click in a specific area like an input field, you may try something like this: If those don't help, perhaps you could provide more information on exactly what you are trying to do, along with what you have tried on your own already. As an aside, these threads, along with many, many others, were brought up through a relatively simply forum search. You should always do such a search before posting a question.
    1 point
  7. Hi, Can all the wannabee Mods just chill a bit please. If you have serious suspicions about a post then use the "Report" button to let the Moderation team know about it and we will take a look - continually posting your personal opinions in the thread does nothing other than annoy others, which I am sure is not the intention. M23
    1 point
  8. Jos

    Copy and Paste

    You get some bonus point here too when you first read our forumrules! Jos
    1 point
  9. Jon

    Forum Upgrade Status

    Removed the geshi code highlighting. It was causing some problems for a few users. No idea why. Edit: Tweaked the code and re-added for testing. Edit: And removed again.
    1 point
×
×
  • Create New...