Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
53 user(s) are online (39 user(s) are browsing Forums)

Members: 0
Guests: 53

more...

Support us!

Headlines

Forum Index


Board index » All Posts (daveyw)




Re: WormHole: great tool to easily transfer files via LAN
Not too shy to talk
Not too shy to talk


@balaton

Quote:
balaton wrote:@Maijestro
True but creating a zip on macOS can be done from right click menu, if AmigaOS has similar function then it's just a few clicks more which is bearable until the next WormHole version


Can be added to the context menu - I did a long time ago.

Go to top


Re: IntuitionBase.com updates
Not too shy to talk
Not too shy to talk


@sailor

Thanks for the new articles, enjoyed the Sam v A1222 head-to-head. I'm unlikely to get either one, but still an interesting comparison - personally, I would go for the Sam.

Go to top


Re: Project - hardware to run AOS4 for 35 euro on QEMU 10 + GPU  passthrough
Not too shy to talk
Not too shy to talk


@smarkusg

Agree, really impressive. I had glanced at your efforts from time to time with interest and even tried qemu myself, but alas found it incomprehensible.

Congratulations and hopefully you'll help grow the community!

Go to top


Re: Running Status from an arexx script
Not too shy to talk
Not too shy to talk


@thomas

D'oh, thanks Thomas.

Go to top


Running Status from an arexx script
Not too shy to talk
Not too shy to talk


Hi everyone,

A quick question that has got me stumped - can 'status' only be run from a shell? I am trying to use it in an arexx script to determine if a process is running or not.

So, from a shell:
c:status >ram:this

creates a file in ram with a list of running processes.

But the following arexx script does nothing:

/* */

options results

adddress command 
"c:status >ram:this"


Not even an empty file.

Go to top


Re: Ibrowse
Not too shy to talk
Not too shy to talk


@TiredOfLife

I had a similar issue, I had started but not completed an order with a different email address. Oliver had to delete my old order so I could complete a new one.

Hopefully he sees this soon and fixes it for you.

Go to top


Re: WormHole: great tool to easily transfer files via LAN
Not too shy to talk
Not too shy to talk


@lazi

I was excited to give WormHole a go, but alas it doesn't work for me.

When I start it on my X5000, it just blinks between red and yellow. On my Windows 10 machine, it shows green.

Edit:

Ah, the issue was my firewall on Win 10. Switching it off allowed my X5000 to connect. Now I need to figure out how to configure firewall to allow WormHole.

Go to top


Re: AOS 4.1 FE reinstall and preparation for update 3
Not too shy to talk
Not too shy to talk


@skynetQuote:
skynet wrote:
I have another little problem with Time version 53.22 for the summer time switch, when I tell it Sunday for the start it tells me Monday?

Which is not the case for my old installation, I had noticed this problem and I currently have on the old installation version 53.21 which does not have this bug.


I've been railing against this stupid bug for years. The Enhancer Time Prefs is just broken.

Go to top


Re: HEIFF pictures? New datatype?
Not too shy to talk
Not too shy to talk


You could try ffmpeg rather than mplayer.

I remember when I had an Android phone, heic was the default codec for my wife's iPhone, and I couldn't read any of the pictures she sent me. There wasn't even a heic codec for Android. In thd end I changed the default on her phone to jpeg.

Go to top


Re: Enhancer upgrades anymore?
Not too shy to talk
Not too shy to talk


@amigakit

I have been trying to buy Nova ridge, but the Web store is broken and I just get server error 500. Have tried contacting customer service to no avail.

Go to top


Re: Site responds slowly last few days
Not too shy to talk
Not too shy to talk


I've noticed Amigans get slower as well, but like George said, alot of sites are getting slower as well.

Go to top


Re: 2025-January-Gaming Competition-Super Star Blast
Not too shy to talk
Not too shy to talk


@328gtsQuote:


Resized Image


Very nice set-up! But what are those things on the left hand side??? Some of them are blue, some of them are white, have metal bits stuck to them...?

Go to top


Request for help with PortablE code
Not too shy to talk
Not too shy to talk


Hi everyone,

I'm hoping someone can tell me what I'm doing wrong with this PortableE code. When I compile it, I get an error:

ERROR: parameter of incorrect type
LINE 19: IF InStr(file,'.lha') <> -1
Hint: parameter has type ARRAY OF CHAR, expression has type VALUE.

I'm guessing its some kind of type error, but I don't know what it should be.

/* Scan Dir*/

OPT POINTERPREPROCESS

MODULE 
'std/cGui''std/cPath'

DEF dir:STRING
DEF file
:ARRAY OF CHAR
DEF info
:ARRAY OF CHAR


PROC main
()
  
dir := ImportDirPath('Misc:Downloads/DLM_Archive')
  
RecurseDir(dir,ProcessFile)
ENDPROC

FUNC ProcessFile
(fileOF funcRecurseFile
      
Print('Found File: \s\n',file)
      IF 
InStr(file,'.lha') <> -1
        
Print('Is an lha.\n')
     ENDIF
ENDFUNC


Thanks for any help.

Go to top


Re: Mac Emulator Basilisk II
Not too shy to talk
Not too shy to talk


@pjsQuote:
pjs wrote:
I saw a comment I didn't understand about not being able to specify
volumes... I've got the System (in RAM:) plus App and Data volumes
specified on the "Disk" tab in Basilisk and they all seem to appear fine.
PJS


Perhaps you mean me?

I can't get Basilisk II v 1.0 to select a hardfile or CD iso. When I select one, it appears in the UI as 0 bytes.

Resized Image

The same files work OK in v 0.9

Resized Image

Go to top


Re: Mac Emulator Basilisk II
Not too shy to talk
Not too shy to talk


@Maijestro

I had a bit of a play around a few months back. The version currently on OS4 Depot is unusable on my X5000 - I can't select files with the gadgets and the device names are hardcoded so I couldn't select the CD drive (I have a real copy of MacOS 8 which I bought from someone many years ago). Thankfully I still had an older version and was able to get that running, albeit with a hardfile I downloaded from somewhere. Couldn't get TCP/IP working though.

Go to top


Re: MiniGL error on SAM460cr and latest Radeon drivers
Not too shy to talk
Not too shy to talk


@smf

Thanks for the tip, but that method has proven to be equally frustrating. I get the email, open the link, fill in the details - with some difficuly, the buttons are white on light grey - click submit, and then get a blank page (on Safari).

Go to top


Re: MiniGL error on SAM460cr and latest Radeon drivers
Not too shy to talk
Not too shy to talk


@smf

Thanks for the tip, but that method has proven to be equally frustrating. I get the email, open the link, fill in the details - with some difficuly, the buttons are white on light grey - click submit, and then get a blank page (on Safari).

Go to top


Re: MiniGL error on SAM460cr and latest Radeon drivers
Not too shy to talk
Not too shy to talk


@MazinKaesar

Can I ask how you managed to buy Nova Bridge? I have exactly this issue, but I can't buy Nova Bridge. It opens a page for a credit card purchase, but the Amiga browser (I've tried Odyssey and Netsurf) just shows blank, presumably because they can't cope with a modern web page)

Go to top


Re: AmigaOne x5000 Thread
Not too shy to talk
Not too shy to talk


@Maijestro

If I'm moving large files by USB, I always plug into the rear ports, seem to be faster and more reliable than the case ports connected to the mb USB. I also prefer DOpus 5, seems more reliable.

Go to top


Re: Ktadd's NG Amiga Blog Update
Not too shy to talk
Not too shy to talk


@walkero

Ah, thanks! Time was indeed off.

Go to top



TopTop
« 1 2 (3) 4 5 6 ... 21 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project