Search found 58 matches
- Mon Apr 05, 2021 11:19 pm
- Forum: RapaGUI
- Topic: moai.Request() behaves strange
- Replies: 6
- Views: 251
Re: moai.Request() behaves strange
(If you search old "bugs" to you may found the discution back then) Oh I see, that's probably the one you mean: https://forums.hollywood-mal.com/viewtopic.php?f=10&t=2225 Thanks for clarifying. Also icons looks like OS future thats why missing in AmigaOS Sorry, I don't understand. What do you mean ...
- Sun Apr 04, 2021 1:43 pm
- Forum: RapaGUI
- Topic: moai.Request() behaves strange
- Replies: 6
- Views: 251
moai.Request() behaves strange
Hi there The following script behaves very strange indeed, especially when run on Windows: @REQUIRE "RapaGUI", { Link = True } moai.Request("RapaGUI", "Hello!\n\nThis dialog should show no icon.", "OK", "None") moai.Request("RapaGUI", "Hello!\n\nThis dialog should show an information icon.", "OK") m...
- Sun Apr 04, 2021 12:26 pm
- Forum: Code snippets area
- Topic: M-SEARCH multicast to discover UPNP devices in your network
- Replies: 1
- Views: 177
M-SEARCH multicast to discover UPNP devices in your network
Hi there I'd like to share my efforts to scan the network for Sonos speakers. I think it might be useful to others who set themselves up for a similar task. The code looks simple and straightforward enough when you look at it now , but it took me about 2 days to figure out how to do it. The script s...
- Thu Apr 01, 2021 5:50 pm
- Forum: General programming
- Topic: Subscription to an UPNP event
- Replies: 3
- Views: 194
Re: Subscription to an UPNP event
Good idea, I'll try it out... Thanks!msu wrote: ↑Thu Apr 01, 2021 11:58 amI would look at how other programs carry out communication.
For example the Sonos desktop app.
https://www.sonos.com/de-de/controller-app
With software like Wirshark, you could see all of the communication.
https://www.wireshark.org/
- Wed Mar 31, 2021 8:13 pm
- Forum: General programming
- Topic: Subscription to an UPNP event
- Replies: 3
- Views: 194
Subscription to an UPNP event
Hi there For my SonosController I need to do subscriptions to UPNP events (https://en.wikipedia.org/wiki/Universal_Plug_and_Play#Event_notification). I tried LOTS of things for a day or two and actually got quite far in the end. One piece is still missing, though. This is what currently is working: ...
- Wed Mar 31, 2021 6:16 pm
- Forum: General plugin questions
- Topic: XMLParser & SerializeTable() / DeserializeTable()
- Replies: 3
- Views: 348
Re: XMLParser & SerializeTable() / DeserializeTable()
Ahhh... Now this makes sense. How about the first example above from Docs/XMLParser/lom.html? Any idea why this isn't working or what I'm doing wrong?airsoftsoftwair wrote: ↑Mon Mar 29, 2021 9:53 pmThis requires version 1.2 of the XMLParser plugin which hasn't been released yet![]()
- Mon Mar 29, 2021 5:59 pm
- Forum: General plugin questions
- Topic: XMLParser & SerializeTable() / DeserializeTable()
- Replies: 3
- Views: 348
XMLParser & SerializeTable() / DeserializeTable()
Hi there I am trying to convert XML to a table. First, I tried to convert the example from Docs/XMLParser/lom.html but couldn't get it to run. I tried: @REQUIRE "xmlparser" s = [[<abc a1="A1" a2="A2">inside tag abc</abc>]] tab = xmlparser.lom.parse(s) Error: Table field "lom" was not initialized! Th...
- Thu Mar 18, 2021 9:23 pm
- Forum: RapaGUI
- Topic: Listview.Visible: inconsistent behaviour
- Replies: 3
- Views: 267
Re: Listview.Visible: inconsistent behaviour
Well, this might count as one of those cases where complete consistency would involve going to extreme pains. RapaGUI just reports what MUI and wxWidgets report and apparently the two aren't really consistent here. But of course I don't plan on doing extensive calculations just to get this exactly ...
- Thu Mar 18, 2021 9:06 pm
- Forum: Windows IDE
- Topic: Feature request: Functions List Improvements
- Replies: 2
- Views: 480
Re: Feature request: Functions List Improvements
Maybe but it's a somewhat special interest feature and probably of not much use for the general public... Alright, apparently my enthusiasm for this exeptionally brilliant idea couldn't really spark :lol:. That's okay, I'm very grateful for all the other inputs of mine that have been implemented, r...
- Tue Mar 16, 2021 9:13 pm
- Forum: Windows IDE
- Topic: Hollywood extension for Visual Studio Code (hw4vsc) released
- Replies: 30
- Views: 6511
Re: Hollywood extension for Visual Studio Code (hw4vsc) released
However, I have never used Vistual Studio before. So first question is if I am supposed to use Visual Studio or Visual Studio Code? Will this work on both or only on one of them? If on both, then what is the difference between these two? The extension is for VS Code and VS Code only. As for the dif...