thqby / ahk2_lib

MIT License
197 stars 26 forks source link

ws-min.ahk event parameter is a string #23

Closed Lexikos closed 11 months ago

Lexikos commented 12 months ago

In the usage example of ws-min.ahk, there is Message: (self,event)=>MsgBox(event.data), but event is actually a JSON string and therefore has no data property.

I don't know why you would bother to stringify the Event object.

thqby commented 12 months ago

Since this is a com object, people who are not familiar with this will not know that there are those properties, but I forgot to update the usage.