Jump to content

Search the Community

Showing results for tags 'maps'.

  • Search By Tags

    • maps ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 10 results

  1. Hello Again! I previously stumbled upon a topic asking for maps datatype's instructions... I too wasn't sure what a map is until I tried it... So I am making this topic to help other newbies (and some oldbies) better understand the Maps datatype of AutoIt! Lets start! A Note for Readers Th...
  2. @jpm Maps variable type has been be in beta for years, and only recently it became officially supported. I like the idea of object-oriented maps, and I like the features and simplicity it offers. However, in practice it's too easy to confuse with arrays and other object type, like dic...
  3. I was searching for a way to highlight zones (regions, provinces, counties, etc) on a map, and I don't need super precise maps so I wrote this script, based on picking up black and white maps (2 colors BW .png or .gif tested) and filling them with colors, writing down a sqlite database to associate...
  4. Hello Everyone, Hoping someone can help me, I am totally stuck on this problem, I cannot reach the textarea and the button in a maps page that I get by clicking on a button in a previus page, the only way I can interact with this is using tab and mouseclick but this is a danger met...
  5. Hello Everyone! I made a UDF for the new Maps Datatype, I tried to follow Best Coding Practices & UDF-Specs while making this. Please note that this UDF is in very early stages. A thanks to @boththose for ideas on functions (like _Maps_IniToMap). If you have any suggestions, improvements, complaint...
  6. Im not sure if this is intended but normally Autoit variables are always passed as copies (except objects i think). But below i observed an unconsistency when copying maps with nested maps inside. Issue: If you create a nested map1 and copy it to a new map2, changing a nested value in...
  7. Can somebody try to reproduce this bug? It would be helpful to know if this issue appeares on other environments too. Issue: Sometimes values of certain keys will return empty even if expicitly assigned a value before. Conditions: Map is bigger than ~50 key/values pairs...
  8. Version v0.4

    1,258 downloads

    Hello Everyone! I made a UDF for the new Maps Datatype, I tried to follow Best Coding Practices & UDF-Specs while making this. Please note that this UDF is in very early stages. A thanks to @boththose for ideas on functions (like _Maps_IniToMap). If you have any suggestions, improvements, complaint...
  9. Hello AutoIt Team! I am very excited about the new upcoming Maps datatype... I was wondering about the progress of the datatype... Can anyone from the AutoIt team give me some details about it (like how far is it from stable) I played with Maps around a little bit, but I did not fin...
  10. Hi all. I just download and install the last release (I was waiting for a while to use the new Maps functionnality) But the script fails in the array declaration : MsgBox(0, "", @AutoItVersion) ; says 3.3.14.0 (so I use the last version) Local $mControls[] ==> Variable subscript badly formatted.:...
×
×
  • Create New...