Search found 740 matches
- Sat Jan 17, 2026 10:51 am
- Forum: Showcase
- Topic: RNOEffects
- Replies: 10
- Views: 33060
Re: RNOEffects
RNOEffects 2.1 released: - Added a new view mode to display images at their actual resolution in a scrollable window area - Graphical displays are hidden during window resizing, which improves speed and flexibility on systems that resize windows with full contents - Added the "Palette editor&q...
- Fri Jan 16, 2026 4:46 pm
- Forum: General programming
- Topic: SpeedTesting table creation Table[n] = x, CreateList, and Copytable comparison.
- Replies: 4
- Views: 174
Re: SpeedTesting table creation Table[n] = x, CreateList, and Copytable comparison.
I guess it depends of the use case. With direct indexes there may not be difference, but if you're adding stuff to the end of a table, then CreateList is always much faster. Try changing the regular table to "InsertItem(Testi, {distance=200})" or "testi[ListItems(testi)] = {distance=2...
- Fri Jan 16, 2026 3:50 pm
- Forum: General programming
- Topic: SpeedTesting table creation Table[n] = x, CreateList, and Copytable comparison.
- Replies: 4
- Views: 174
Re: SpeedTesting table creation Table[n] = x, CreateList, and Copytable comparison.
There are few things in the code that may explain something. Haven't tested properly myself yet... 1) You are using the same global variable for the For loops, which makes two first tests to run only once, but the last one (CopyTable) for 10000 times. This most likely explains the CopyTable result. ...
- Wed Jan 14, 2026 6:41 pm
- Forum: Hollywood bugs
- Topic: Miniwood
- Replies: 5
- Views: 279
- Wed Jan 14, 2026 5:10 pm
- Forum: Showcase
- Topic: MiniLibs - Lists required libraries for Miniwood
- Replies: 0
- Views: 191
MiniLibs - Lists required libraries for Miniwood
It's quite difficult to convert existing Hollywood scripts to be used with Miniwood, because you'd have to test all functions and branches in a program to find out which libraries would be needed for a proper execution. So, I started to make a Hollywood script that would search all libraries your pr...
- Mon Jan 12, 2026 3:27 pm
- Forum: General programming
- Topic: OpenAI & Hollywood
- Replies: 7
- Views: 3909
Re: OpenAI & Hollywood
I'm sure it's OK to talk about it here, it's where the world goes and thus intresting to hear experiences. I'm personally sceptic about it still, but that's my problem :) Especially for this marginal programming language it might be challenging to get good results codewise, because most of example c...
- Wed Oct 15, 2025 3:01 pm
- Forum: General plugin questions
- Topic: Zip plugin doesn't create a new file on MorphOS
- Replies: 1
- Views: 2626
Zip plugin doesn't create a new file on MorphOS
Zip plugin's OpenArchive() doesn't create a new file if it doesn't exists already. It fails with "Error opening zip archive ram:test.zip!". Happens on MorphOS, but apparently it does work on some other platforms... haven't tested on any other now. A work-around is to create an empty file b...
- Wed Oct 15, 2025 2:41 pm
- Forum: Newbie questions
- Topic: Extract file content into string without creating a flie
- Replies: 12
- Views: 3013
Re: Extract file content into string without creating a flie
But when extracting the file it does not work to extract it into the virtualfile by using secretfile2$. When using the actual filename the physical file will be created and the secret data is exposed. Is there a way to extract the encrypted file content into strings without creating an unencrypted ...
- Sun Sep 21, 2025 5:57 pm
- Forum: General programming
- Topic: Multi-monitor on Amiga compatibles
- Replies: 8
- Views: 2441
Re: Multi-monitor on Amiga compatibles
Hmm.. I would like to let user select on which monitor the display is opened, I woudn't care that much about monitor positioning...
- Thu Sep 18, 2025 7:36 am
- Forum: Off topic
- Topic: Amiga Platforms
- Replies: 21
- Views: 5452