Search found 156 matches
- Sun Jan 03, 2021 5:48 pm
- Forum: General programming
- Topic: CommonAppData on Windows 10 systems
- Replies: 7
- Views: 391
Re: CommonAppData on Windows 10 systems
DebugPrint(ReadRegistryKey(#HKEY_LOCAL_MACHINE, "Software/Microsoft/Windows NT/CurrentVersion/CurrentVersion")) ; 5.0 Win2000 ; 5.1 Win XP ; 5.2 Win XP 64bit/2003 server ; 6.0 Vista / 2008 Server ; 6.1 Win 7 / 2008 Server ; 6.2 Win 8 / 2012 Server ; 6.3 Win 8.1 / 2012 Server ; 10.0 Win 10 However y...
- Sat Dec 26, 2020 1:23 am
- Forum: Hollywood bugs
- Topic: ReadSerialData under Android fails if more data exist
- Replies: 4
- Views: 413
Re: ReadSerialData under Android fails if more data exist
...however just wondering and searching. i see that an app called usb serial console (one uses this library) https://play.google.com/store/apps/details?id=jp.sugnakys.usbserialconsole can display correctly in its output if you 1 or more characters from PC... so must be a way to correctly read unknow...
- Thu Dec 24, 2020 5:48 pm
- Forum: Hollywood bugs
- Topic: ReadSerialData under Android fails if more data exist
- Replies: 4
- Views: 413
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 btw. the project seems more or less dead in development, i doupt anyone will reply, no more to "fix" if the problem is in library :) oot by m...
- Wed Dec 23, 2020 11:20 am
- Forum: Newbie questions
- Topic: AmigaOS4 Serial Device Examples
- Replies: 5
- Views: 375
Re: AmigaOS4 Serial Device Examples
There are some simol examples here https://forums.hollywood-mal.com/viewtopic.php?p=16047#p16047 Should work in all oses. However be aware that current version of hollywood uses hardcoded the serial.device. in aos4 more or less you need to use another device (since serial.device is classic amiga int...
- Sat Dec 19, 2020 2:06 pm
- Forum: General questions
- Topic: Hollywood Designer for PC/Mac/Linux?
- Replies: 3
- Views: 788
Re: Hollywood Designer for PC/Mac/Linux?
has been discussed in past, and it has been told that it was too much MUI depended, thats why it is a bit diffcult.
However you never know with new RapaGUI evolution maybe some day
ps. i would also like a windows version
However you never know with new RapaGUI evolution maybe some day

ps. i would also like a windows version
- Tue Dec 15, 2020 12:54 am
- Forum: Hollywood bugs
- Topic: ReadSerialData under Android fails if more data exist
- Replies: 4
- Views: 413
ReadSerialData under Android fails if more data exist
Hi the following test hangs,or at least stop receiving no matter what, if you send quick more data in queue, working perfect under windows note that it is testing WITHOUT timeout, and with FTDI proven reliable to other bug. OpenSerialPort(1, "COM18") Repeat CheckEvents() Wait(1) serdata$,count = Rea...
- Fri Nov 27, 2020 2:48 pm
- Forum: Newbie questions
- Topic: Where to find scrolling background examples?
- Replies: 9
- Views: 955
Re: Where to find scrolling background examples?
i think the command DisplayBGPicPart or displaybrushpart is what you are lookng just load longer picture and display a shifted image every time
- Fri Nov 20, 2020 1:20 pm
- Forum: Off topic
- Topic: Apple goes ARM
- Replies: 7
- Views: 1224
Re: Apple goes ARM
It does not matter these days the underline cpu . Just the tools you use
I guess andreas using official dev tools from apple so moving needs relative little work.
Its all about free time of andreas not cpu itself.
I guess andreas using official dev tools from apple so moving needs relative little work.
Its all about free time of andreas not cpu itself.
- Thu Nov 19, 2020 7:10 pm
- Forum: Off topic
- Topic: Apple goes ARM
- Replies: 7
- Views: 1224
Re: Apple goes ARM
but current released arm mac run x86 ,didn't they ?
- Sat Nov 07, 2020 9:23 am
- Forum: General programming
- Topic: looking for example code for time server
- Replies: 18
- Views: 4772
Re: looking for example code for time server
Works here on Windows 7. How do you test this? From the Hollywood IDE or a console? What is the exact error message? yes via ide when receiving data in debug window (bottom) says "Received ... A adasd" (when you send character A) when receiving data with >127 as first bytw the above line DO NOT app...