Search the Community
Showing results for tags 'maps'.
-
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...
-
@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...
-
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...
-
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...
- 22 replies
-
- maps
- new datatype
-
(and 2 more)
Tagged with:
-
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...
-
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...
-
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... -
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...
- 9 replies
-
- maps
- new datatype
-
(and 1 more)
Tagged with:
-
[Solved] Unable to use Maps with v3.3.14.0
jguinch posted a topic in AutoIt General Help and Support
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.:...