Search found 27 matches

by redfox
Tue Mar 14, 2023 5:20 pm
Forum: AmigaOS 3.2
Topic: Jerky mouse pointer in TextEdit
Replies: 1
Views: 154319

Jerky mouse pointer in TextEdit

Regarding AmigaOS 3.2.2 ...

As the user moves the mouse inside the TextEdit window, the pointer appears to be sluggish and jerky. This is especially noticable for 68000 CPU operating at standard 7.14 MHz clock rate.

I followed the recommendation given on a recent 10 Minute Amiga Retro Cast video ...
by redfox
Sun Jun 20, 2021 5:38 am
Forum: General AmigaOS
Topic: Bug in FE Update 2 Date Command
Replies: 43
Views: 52436

Re: Bug in FE Update 2 Date Command

Deleted
by redfox
Sat Apr 04, 2020 11:28 pm
Forum: General AmigaOS
Topic: REXX assign issue
Replies: 21
Views: 21920

Re: REXX assign issue

@Amigo1
@nbache
@Raziel

I still use ARexx alot, for a variety of functions, some simple scripts, some more complex programs and subroutines. Always learning new stuff and (for me) new concepts as I experiment with MicroRexx, RxBGUI, RxMUI and ProAction. I'm not a programmer by trade, just like to ...
by redfox
Fri Apr 12, 2019 3:44 am
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: Launching PlayCD freezes system(AmigaOS 4.1 FE)
Replies: 4
Views: 37436

Re: Launching PlayCD freezes system(AmigaOS 4.1 FE)

Update ...

I finally solved this issue on January 14, 2017 ...

Replaced the PlayCD program from AmigaOS 4.1 FE with the one on my AmigaOS 4.0 July 2007 Update disc.
PlayCD Version 52.1 (10/12/2006) works fine with Mixer 1.41 currently on my system.

---
redfox
by redfox
Thu Mar 14, 2019 10:00 pm
Forum: General AmigaOS
Topic: KingCon failure with FE console.device
Replies: 4
Views: 7126

Re: KingCon failure with FE console.device

I wish I had known about this issue before I wasted many hours last weekend troubleshooting.

Many of my ARexx scripts open a console window to communicate with (me) the user.

For example, my sendmail program opens a console window for me to compose an email and provides status messages in the same ...
by redfox
Mon Mar 11, 2019 1:33 am
Forum: General AmigaOS
Topic: Iconifying a console window
Replies: 14
Views: 14861

Re: Iconifying a console window

Thanks for all your help guys. Temporary assign works like a charm. :mrgreen:

My ARexx program assigns envarc: to ram:, opens a console window and assigns envarc: back to normal assignment.

address command 'assign envarc: ram:'

call open(console,'CON:60/50//320/AmigaMail/CLOSE')

address command ...
by redfox
Sun Mar 10, 2019 5:19 pm
Forum: General AmigaOS
Topic: Console window ... I need scrollbar but not menus
Replies: 5
Views: 8540

Re: Console window ... I need scrollbar but not menus

Thanks Tony

---
redfox
by redfox
Sun Mar 10, 2019 12:01 am
Forum: General AmigaOS
Topic: Iconifying a console window
Replies: 14
Views: 14861

Re: Iconifying a console window

Thanks for the replies. I agree it would be a bit tricky to change the icon in ENVARC: each time I launch my program (and go back and reset the icon when done). I don't want to upset any "global" variables used by the Shell console or any system programs.

Thanks,
redfox
by redfox
Sat Mar 09, 2019 11:51 pm
Forum: General AmigaOS
Topic: Console window ... I need scrollbar but not menus
Replies: 5
Views: 8540

Re: Console window ... I need scrollbar but not menus

Tony, I forgot to add that while I was using my sendmail program, I chose a menu item, Project > New Shell and my text vanished and was replaced by a new shell process for AmigOS4. The window name was still the same as what I had named it. When I exited from the Shell process, the Shell text ...
by redfox
Sat Mar 09, 2019 11:33 pm
Forum: General AmigaOS
Topic: Console window ... I need scrollbar but not menus
Replies: 5
Views: 8540

Re: Console window ... I need scrollbar but not menus

Hi Tony,

Let me back up a bit. I am not attempting to replace the new Shell console with the old console or KingCON. I use the Shell quite alot and I am very pleased with the new look and features, especially the scrollbar and up and down gadgets.

Back some years ago, I started programming with ...