
Search found 4441 matches
- Wed Dec 30, 2020 11:03 pm
- Forum: General programming
- Topic: CommonAppData on Windows 10 systems
- Replies: 11
- Views: 576
Re: CommonAppData on Windows 10 systems
Yeah, I'm afraid that this is a Windows issue, not a Hollywood one. So you need to find some way to work around it 

- Wed Dec 30, 2020 11:03 pm
- Forum: Newbie questions
- Topic: AmigaOS4 Serial Device Examples
- Replies: 5
- Views: 467
- Wed Dec 30, 2020 11:01 pm
- Forum: General plugin questions
- Topic: work with zip
- Replies: 12
- Views: 5969
Re: work with zip
So, is there a way to open any filename with the zip plugin, or may I hope for a new feature in the future? Hmm, so the file and directory adapters installed by the zip plugin indeed check for the .zip extension so opening zip archives using OpenDirectory() or OpenFile() is probably not going to wo...
- Wed Dec 30, 2020 10:50 pm
- Forum: Announcements
- Topic: hURL 1.1 released
- Replies: 13
- Views: 937
Re: hURL 1.1 released
OS4 users please re-install hURL 1.1 as the build released on December 21st still had some debug output in it.
- Wed Dec 30, 2020 10:49 pm
- Forum: General plugin questions
- Topic: hURL - NOW, DONE, YOHO output under OS4
- Replies: 5
- Views: 263
Re: hURL - NOW, DONE, YOHO output under OS4
NOW I've just examined this and it looks like some debug output wasn't removed from the OS4 build of hURL. I've fixed this now, so consider it DONE and the hURL archive has been updated. YOHO! 

- Wed Dec 30, 2020 12:36 am
- Forum: Announcements
- Topic: hURL 1.1 released
- Replies: 13
- Views: 937
Re: hURL 1.1 released
Try this code for FTP upload using hURL: @REQUIRE "hurl" Function p_ReadFunc(len) If rlen + len > flen Then len = flen - rlen If len > 0 rlen = rlen + len Return(ReadBytes(1, len)) Else Return("") EndIf EndFunction usr$ = StringRequest("", "User?") pwd$ = StringRequest("", "Password?") f$ = FileRequ...
- Mon Dec 28, 2020 10:39 pm
- Forum: General programming
- Topic: CommonAppData on Windows 10 systems
- Replies: 11
- Views: 576
Re: CommonAppData on Windows 10 systems
Writable common application data is in C:\Users\Public\AppData\ on windows 10 systems Says who? I don't even have an "AppData" folder in C:\Users\Public on my Windows 10 system. "CommonAppData" from GetSystemInfo() returns C:\ProgramData on both my Windows 7 and my Windows 10 system. There is no di...
- Mon Dec 28, 2020 10:18 pm
- Forum: Newbie questions
- Topic: How to send variables and display in Rapa-GUI Treeview
- Replies: 4
- Views: 257
Re: How to send variables and display in Rapa-GUI Treeview
Just use Treeview.InsertNode to insert them into the treeview, e.g.
The code above adds a new node named "Hello World" into the treeview using the ID "tv".
Code: Select all
moai.DoMethod("tv", "InsertNode", "foo", "root", "head", "Hello World")
- Mon Dec 28, 2020 10:16 pm
- Forum: Hollywood bugs
- Topic: ReadSerialData under Android fails if more data exist
- Replies: 5
- Views: 514
Re: ReadSerialData under Android fails if more data exist
note that its not only byte by byte, but as you send bigger data than waiting i..e fails also at serdata$,count = ReadSerialData(1, 2) if you send 3 bytes etc Yes, this doesn't contradict my diagnosis in https://github.com/felHR85/UsbSerial/issues/323. The error always seems to show when the data i...
- Sun Dec 27, 2020 11:37 am
- Forum: Announcements
- Topic: Hollywood Designer 5.0 Special Edition now available
- Replies: 1
- Views: 593
Re: Hollywood Designer 5.0 Special Edition now available
People thinking about purchasing Hollywood Designer 5.0 SE should hurry up because Hollywood Designer 5.0 SE will only be available until December 31st, 2020.