Search found 6 matches

by PublicBenemy
24 Aug 2020, 11:51
Forum: Scripts and Functions (v1)
Topic: AutoHotStreamDeck - AHK wrapper for Elgato Stream Deck (Keys with screens in them!)
Replies: 29
Views: 27307

Animated GIF support

Hi there, thank you very much for this amazing tool! The Elgato Stream Deck configuration software supports animated GIF images for the key icons https://help.elgato.com/hc/en-us/articles/360028237271-Elgato-Stream-Deck-Customizing-Key-Icons [Mod edit: Link fixed.] When I try to do so with the Wrapp...
by PublicBenemy
21 Jun 2020, 14:26
Forum: Scripts and Functions (v1)
Topic: Socket.ahk
Replies: 41
Views: 29756

Re: Socket.ahk

I think the problem may be partially because you have the [] and () reversed in your code. Verbindung.Connect[("mail.gmx.net", 25)] should be Verbindung.Connect(["mail.gmx.net", 25]) Please let me know if switching those around resolves your issue or if there are still problems Erm. OMG. I sacrifie...
by PublicBenemy
21 Jun 2020, 08:50
Forum: Scripts and Functions (v1)
Topic: Socket.ahk
Replies: 41
Views: 29756

Re: Socket.ahk

BoBo wrote:
21 Jun 2020, 08:32
PublicBenemy wrote:
21 Jun 2020, 04:46
... I cannot add a Link to Google Play Store here, as this forum breaks any link "for safety".
Sollten Forum-Moderatoren solche Links finden, fixen wir diese (sofern nicht zu beanstanden). Also einfach den besagten Post (nachträglich) mit Link versehen.
Ah cool, danke, hab ich gemacht!
by PublicBenemy
21 Jun 2020, 06:02
Forum: Scripts and Functions (v1)
Topic: Socket.ahk
Replies: 41
Views: 29756

Re: Socket.ahk

When I add the line MsgBox, % Verbindung.RecvText() from thise example https://autohotkey.com/board/topic/94376-socket-class-%C3%BCberarbeitet/?p=603390 I receive this error message (see attached) Is "10038" an error code according to this? https://docs.microsoft.com/en-us/windows/win32/winsock/wind...
by PublicBenemy
21 Jun 2020, 04:46
Forum: Scripts and Functions (v1)
Topic: Socket.ahk
Replies: 41
Views: 29756

Re: Socket.ahk

Thanks for your reply, I didn't expect the master himself to be on duty :-D The app I use for testing is Simple Socket Tester . I also tried to connect to other devices, which I can just telnet in from my desktop computer and see the messages they're sending. For the firewall, I allowed Autohotkey e...
by PublicBenemy
20 Jun 2020, 17:08
Forum: Scripts and Functions (v1)
Topic: Socket.ahk
Replies: 41
Views: 29756

Re: Socket.ahk

Hi there, I'm starting to despair. For hours now, I've been trying to connect to any server device without success. To avoid any side effects, I used The Simple Socket Tester mentioned by haichen , and just to try any basic connection. When I run some server thing as AHK script, I can connect from m...

Go to advanced search