Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
75 user(s) are online (51 user(s) are browsing Forums)

Members: 0
Guests: 75

more...

Headlines

Forum Index


Board index » All Posts (ktadd)




Re: Show your AmigaOS 4.x computer or Workbench!
Quite a regular
Quite a regular


Ok, a little late but better late then never.
Here is my very plain OS4 Workbench with programs I have written open on it.
ktadd's Workbench Link

AmigaOne X1000, uA1
Go to top


Re: Odyssey scripts
Quite a regular
Quite a regular


@jabiruloQuote:
Here it is link to download (use conetxt menu 'Download link'):
http://jabirulo.byethost13.com/temp/rumble.js
and add it to Odyssey's Scripts list.

Fantastic. That worked and Rumble.com now works very well.
Thanks for your patience and sticking with me.

AmigaOne X1000, uA1
Go to top


Re: Odyssey scripts
Quite a regular
Quite a regular


@jabiruloQuote:
Try to replace all spaces manually using an editor

Tried that and it still doesn't work. Any chance you could make this downloadable from somewhere or maybe email me a file to try?

AmigaOne X1000, uA1
Go to top


Re: Odyssey scripts
Quite a regular
Quite a regular


@jabiruloQuote:
I juts copied github.js and changed to (only) rescale rumble logo:

Thanks but it doesn't seem to work for me. No change in logo size here.

AmigaOne X1000, uA1
Go to top


Re: Odyssey scripts
Quite a regular
Quite a regular


@walkero
Thanks for your work with these scripts.
Is there anything that can be done with Rumble?
The videos play fine of my X1000 but the Rumble Logo is to large and overwrites at the top of the pages. This could be a good alternative to YouTube if we can get it to display properly in Odyssey.

AmigaOne X1000, uA1
Go to top


Re: Hell is coming to OS4: Doom 3
Quite a regular
Quite a regular


@HunoPPC
You have found friends here.
I have always appreciated your work.
Doom 3 looks great. Keep it up!

AmigaOne X1000, uA1
Go to top


Internet speed test that works in Odyssey?
Quite a regular
Quite a regular


Is there an internet speed test website that works in Odyssey?
I used to use this one but it quit working recently. The Start button is no longer recognized.

https://www.bandwidthplace.com/speedtest/

AmigaOne X1000, uA1
Go to top


Re: Bug with Window Gadgets?
Quite a regular
Quite a regular


@Cyborg
Bug fixed. Thanks!

AmigaOne X1000, uA1
Go to top


Bug with Window Gadgets? (Solved)
Quite a regular
Quite a regular


Two questions, (OS4 release 4.1 Final Update 2 with Enhancer 2.1)

1. Is it required to remove your gadget or gadget list before changing gadget attributes and then add them back after the change?
IIntuition->RemoveGList(windows[WID_MAIN], gadgets[GID_MAIN], -1);
IIntuition->AddGList(windows[WID_MAIN], gadgets[GID_MAIN], 0, -1, NULL);


2. When I do the above I get problem of the Front to back window gadget swaping places with the Resize gadget. Any idea why this happens?

I have some code that creates a window with a bunch of gadgets. When the window first opens the top right Window barder gadgets in the order they should be in. Iconify gadet first, followed by the Resize gadget, then the Front to back gadget frutherst to the right. When I remove all window gadgets, then add them back the Front to back gadget switches places with the Resize gadget, so the Resize gadget is now the right most gadget.

I did a test where I create the window, then remove the gadgets and re-attach the gadgets and the problem occurs. The code looks like this:

windows[WID_MAIN] = (struct Window *) RA_OpenWindow(objects[OID_MAIN]);
display_info_request(objects[OID_MAIN], REQIMAGE_ERROR, "PAUSING PROGRAM!!.\n\n");
IIntuition->RemoveGList(windows[WID_MAIN], gadgets[GID_MAIN], -1);
IIntuition->AddGList(windows[WID_MAIN], gadgets[GID_MAIN], 0, -1, NULL);
display_info_request(objects[OID_MAIN], REQIMAGE_ERROR, "PAUSING PROGRAM!!.\n\n");

When the first requester appears, the gadgets are in the order they should be in.
When the second requester appears, the Front/Back gadget has switched places with the Resize gadget.

Here is my Window structure:
objects[OID_MAIN] = WindowObject,
WA_Title, PROG_NAME PROG_VERSION,
WA_DragBar, TRUE,
WA_CloseGadget, TRUE,
WA_SizeGadget, TRUE,
WA_DepthGadget, TRUE,
WA_NewLookMenus, TRUE,
WA_Activate, TRUE,
WINDOW_IconifyGadget, TRUE,
WINDOW_AppPort, AppPort,
WINDOW_Position, WPOS_CENTERSCREEN,
WINDOW_LockHeight, TRUE,
WINDOW_NewMenu, mynewmenu,
WINDOW_GadgetHelp, cmds.hint_mode,
WINDOW_HintInfo, &mytips,
WINDOW_ParentGroup, gadgets[GID_MAIN] = (struct Gadget *)VLayoutObject,
LAYOUT_SpaceOuter, TRUE,
LAYOUT_SpaceInner, TRUE,
LAYOUT_DeferLayout, TRUE,
LAYOUT_AddChild,SpaceObject,End,


Edited by ktadd on 2022/4/7 18:38:54
AmigaOne X1000, uA1
Go to top


Re: Should I expect better video playback performance? (Southern Island/X1000 Updates)
Quite a regular
Quite a regular


@kas1e
Quote:
Hope Mattew have someone who will test video playbac on x1000 with RadeonHD to avoid possble problems (if they happens on sam460 with radeonhd already)

Well, if he doesn't, I have a RadeonHD 7750 in my X1000 and have purchased DVPLayer. I'd be happy to test video playback.

Go to top


Re: new video: Horror from the past : "big" games of amiga on amigaos4
Quite a regular
Quite a regular


@kas1e
Quote:
I made a new video that shows how all the latest "Big" classic amiga games of the late commercial amiga era run on AmigaOS4.

Hey, thanks for making such a nice video and the work on getting all those games to run. I purchaed several of these games back in the days when I had an A3000 with a 68060 and picassoIV graphics card. Will be nice if I can get them running on my X1000 again.

Go to top


Re: Any way for YouTube videos to auto-start in full-screen mode?
Quite a regular
Quite a regular


@ChrisH
Quote:
For me this works well for playing YouTube videos in a window or full screen:
http://www.os4depot.net/index.php?fun ... le&file=video/misc/yt.lha
Except it's missing some way to launch it from Odyssey.

Just add the following to the Odyssey context menu, then right/middle click over the YouTube Thumbnail and select the entry. The video will then play with YT if it can.

To set up:
1. In Odyssey, select menu Preferences...
2. Select Contextual Menus in the Settings window.
3. Click Add then set the following:
Catagory: Link
Label: Play YouTube
Action: rx YT/yt.rexx %l AutoPlay SILENT
4. Click Save.

This assumes YT is in the S:Arexx directory.

Go to top


Re: Check out FPSE on 4.1
Quite a regular
Quite a regular


@328gts
Quote:
uh...what's FPSE ?

Sony PlayStation One Emulator.

AmigaOne X1000, uA1
Go to top


Re: Check out FPSE on 4.1
Quite a regular
Quite a regular


@zerec
Quote:
Any news regarding the FPSE?
How does it run on newer machines like
X1000, X5000? With latest 4.1.x?

FPSE runs quite well on my configuration:
AmigaOne X1000 - RadeonHD 7750
AmigaOS 4.1 Update2 (Enhancer 2.1) - Kernel 54.30

i have recently run the following games:
CTR - Crash Team Racing
Test Drive 5

AmigaOne X1000, uA1
Go to top


Re: PTP is missing 'delete' option
Quite a regular
Quite a regular


Deleted Duplicate!

AmigaOne X1000, uA1
Go to top


Re: PTP is missing 'delete' option
Quite a regular
Quite a regular


@samo79
Quote:
Added as a feature request

Thanks.
I was going to do that myself but I couldn't remember if this was an Enhancer added feature or not. I looked on the Enhancer Wiki page and couldn't find a mention of it, so I didn't submit a request. Maybe I missed it on the page.

AmigaOne X1000, uA1
Go to top


Re: PTP is missing 'delete' option
Quite a regular
Quite a regular


@Gregor
Quote:
PTP included with Enhancer 2.1 package does not seem to have an option to delete pictures. Is there a special reason for this?

Yes, I miss that feature myself!

AmigaOne X1000, uA1
Go to top


Re: Odyssey 1.23 progress: r5 RC2
Quite a regular
Quite a regular


@rjd324
Quote:
for some reason when I load up odyssey now I always get "initialising fonts". I cannot remember this happening before. Not sure what I have done / changed.

This is a long time known issue. You'll find your answer here:
Fix Odyssey font loading

Note: The font directory is located in the Odyssey/Conf directory.

Go to top


Re: HowTo: make quality and hires videos from aos4 machine.
Quite a regular
Quite a regular


@kas1e
Quote:
So, it is expected that their stuff is just designed to not work in a normal way with software, but being instead standalone (so mostly designed for TVs, etc).

I tried to record to the USB flash- and yes, it can then 1920x1080x60. But then, how good is it: you need to write that to flash, then copy to a computer for editing (while if it recorded on PC, then you already start editing it, without additional copy).

So... With that, it is clear: that box is for standalone recording, and it even designed for to be like this.

Ahh...that explains it. Thank you for your continued follow up to clearify the situation. Up until now I had only tried mine in stand alone mode. I tend to make smaller videos to demonstrate bugs so having to copy the file is no big deal. I can see where that would be a pain with larger videos.

I don't seem to have the screen switching and audio issues you describe using mine in stand alone mode, as can be seen in the video I linked to above. It's a bummer their higher end product has these issues.

AmigaOne X1000, uA1
Go to top


Re: HowTo: make quality and hires videos from aos4 machine.
Quite a regular
Quite a regular


@kas1e
Quote:
And also in OBS Studio, offers only MJPEG (bad quality), and no H264/H265

I hadn't used the software with my ClonerAliance Pro before so today I downloaded OBS Studio and also the ClonerAliance softrware, "ClonerAliance Helper" which comes free with purchase.

OBS Studio seems more powerful but I did have some issue with recording and switching resolutions. Not the same as you describe but some strange behaviour. I didn't spend a lot of time setting it up so I could have missed something.

ClonerAliance Helper was much simpler and uses a driver specific to the recording device. I had no problem recording in 1280x720 60fps and switching screens. If you haven't downloaded this software yet you might try it. It allows you to set the resolution and the fps by clicking the settings button next to the "Video Capture Device" setting. In resolutions smaller than 1280x720 I can selelct 30, 50 or 60fps. Of course for my device I can only select 30fps in 1920x1080 resolution. Would be intresting to see if it lets you select something other than 30fps with your device.

NOTE: I had to scan the QR code on the bottom of my device with my phone in order to register and get the software. When I tried to do it manually from their website it told me the registration isn't working at the moment.

AmigaOne X1000, uA1
Go to top



TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 30 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project