Search found 734 matches
- 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: 236
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: 418
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: 870
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: 2270
- Mon Sep 15, 2025 2:48 pm
- Forum: General programming
- Topic: How to tell if a file is a valid sqlite database?
- Replies: 5
- Views: 327
Re: How to tell if a file is a valid sqlite database?
@ NathanH Here is some code I use to check a SQL file. Sorry about nitpicking your code, but I think you should use some Local variables and not expose all variables from functions to Global :) For example, the p_GetDB() function could rather look like this: Function p_GetDB() Local Record = 0 Loca...
- Fri Sep 05, 2025 7:57 am
- Forum: General programming
- Topic: Safe to Return from Repeat-Until?
- Replies: 2
- Views: 262
Re: Safe to Return from Repeat-Until?
Yes, it's safe. Return finishes the function call and never returns to it. Maybe it would be better for code readability to have Return at the end of the function and exit from the loop with Break, but it shouldn't do any harm to do otherwise either. Here's what Lua documentation tells: https://www....
- Tue Sep 02, 2025 9:28 am
- Forum: Off topic
- Topic: Amiga Platforms
- Replies: 21
- Views: 2270
Re: Amiga Platforms
Wiki is old Which Wiki do you mean? MorphOS Library wiki should be up-to-date, or can you tell what wouldn't be there? This is an Ibook g4, which seems it should work regardless(?) As the previous wiki tells, "all G4 iBooks" are supported. Looks like I got my hands on an Imac G5, Yay!!! :...
- Fri Aug 29, 2025 3:39 pm
- Forum: Showcase
- Topic: RNOSoundboard
- Replies: 1
- Views: 584
RNOSoundboard
RNOSoundboard is an application that can play audio files with keyboard shortcuts and mouse clicks. Tune up your party with a pre-defined set of music and samples! Features: - MUI GUI for arranging sound sets - Full screen soundboard mode with graphical buttons - Loads embedded cover images from MP...
- Mon Jul 28, 2025 6:24 am
- Forum: Newbie questions
- Topic: Grid Movement
- Replies: 3
- Views: 290
Re: Grid Movement
I would keep the game logic as single unit grid (1x1 pixels basically), then you can have a simple table that contains what's on every block in the game and make calculations with in (when you implement more complex stuff like finding paths etc.). Movement or checking what's on the next block would ...
- Fri Jul 25, 2025 9:44 pm
- Forum: Off topic
- Topic: Amiga Platforms
- Replies: 21
- Views: 2270