Search found 4984 matches
- Fri Jun 17, 2022 9:17 pm
- Forum: Hollywood bugs
- Topic: Saving/loading a table with floats
- Replies: 4
- Views: 733
Re: Saving/loading a table with floats
- New: Added NearlyEqual() function for comparing floating point numbers for near equality; comparing floating point numbers using the equality operator can lead to problems in case there are very minimal differences on the bit level, e.g. caused by (de)serialization; that's why it's recommended to...
- Fri Jun 17, 2022 9:16 pm
- Forum: Windows IDE
- Topic: Code after double backslash gets gray
- Replies: 3
- Views: 515
Re: Code after double backslash gets gray
Code: Select all
- Fix [IDE]: Syntax parser didn't handle escaped quotes in strings correctly
- Fri Jun 17, 2022 9:16 pm
- Forum: Hollywood bugs
- Topic: strstr() doesnt recognise scientific notations
- Replies: 3
- Views: 302
Re: strstr() doesnt recognise scientific notations
Code: Select all
- Fix: The digits argument in StrStr() wasn't handled correctly in case the string used the exponential notation
- Fri Jun 17, 2022 9:15 pm
- Forum: Hollywood bugs
- Topic: ChangeDisplaySize options on AmigaOS3
- Replies: 5
- Views: 308
Re: ChangeDisplaySize options on AmigaOS3
Not sure if I understand this correctly but the fact that Hollywood kills the window borders for the 1277x600 window is actually a feature. It does that because a 1277x600 window doesn't fit on the screen when keeping the window's current x position. That's why Hollywood automatically turns the wind...
- Sat Jun 11, 2022 9:38 pm
- Forum: Wishlist
- Topic: Developing in Qt / SailfishOS
- Replies: 3
- Views: 448
Re: Developing in Qt / SailfishOS
Qt is rather unlikely because it's a huge toolkit and writing a Hollywood wrapper for that would be a massive amount of work. Concerning SailfishOS, it all depends on how popular this is going to get.
- Sat Jun 11, 2022 9:35 pm
- Forum: General programming
- Topic: Makedir on SD card failed
- Replies: 12
- Views: 5304
Re: Makedir on SD card failed
Just did a quick test with HW9.1 and apk-compiler 4.1 and those four examples listed earlier. HW9.1/Compiler 4.1 works just the same as compiled with HW9.0/compiler 4.0, none of the four examples are able to create a directory. Strange enaugh, example 2, 3 od 4 does work as hwa's with player 9.1. I...
- Sun Jun 05, 2022 9:43 pm
- Forum: Remedios
- Topic: Remedios - Tutorial Update and a some demos
- Replies: 2
- Views: 236
Re: Remedios - Tutorial Update and a some demos
Remedios now has full support for Xcode 13 and Hollywood 9.1. See here.
- Sun Jun 05, 2022 9:39 pm
- Forum: Hollywood bugs
- Topic: strstr() doesnt recognise scientific notations
- Replies: 3
- Views: 302
Re: strstr() doesnt recognise scientific notations
True, this looks like a bug. Will be fixed.
- Sun Jun 05, 2022 9:39 pm
- Forum: Newbie questions
- Topic: InkeyStr Syntax
- Replies: 5
- Views: 499
- Sun Jun 05, 2022 9:38 pm
- Forum: Polybios
- Topic: Polybios temp files
- Replies: 1
- Views: 274
Re: Polybios temp files
Currently it's not possible to change this. Could be added for a future version, though.