Search found 13 matches

by TomSoniq
Tue Aug 02, 2022 10:02 am
Forum: General AmigaOS
Topic: Bug in string.gadget/label.image
Replies: 8
Views: 24492

Re: Bug in string.gadget/label.image

broadblues wrote: Mon Aug 01, 2022 7:28 pm Personally I would not use a label for displaying dynamic content.
Alright, good point.

Do you think it's worth a try using two different sting gadgets, each with its own static label, and only displaying one of them while removing the other?

Thanks,
Tom
by TomSoniq
Thu Jul 28, 2022 6:49 pm
Forum: General AmigaOS
Topic: Bug in string.gadget/label.image
Replies: 8
Views: 24492

Re: Bug in string.gadget/label.image

Thanks Raziel for starting this thread. :D
Here are some more details.

What I do:
Call SetAttrs() for a label gadget with tag LABEL_Text = a new string (in this example "String _3").

What I'd expect:
The label changes from whatever it was before to "String _3".

What happens:
Each time I call ...
by TomSoniq
Mon Jul 12, 2021 4:57 pm
Forum: General Developer Support
Topic: PNG-transparency for buttons on OS3.2?
Replies: 1
Views: 16529

PNG-transparency for buttons on OS3.2?

Hi,

I've got PNG files (for example those from AISS but also self made ones) with a transparent background.
Now I'm trying to integrate them into image buttons.

To test it I've taken the OS4 ReAction imagebuttons example and modified it to display one of the included GIFs and one self-made PNG ...
by TomSoniq
Wed Feb 03, 2021 8:36 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Sam440 and keyboard/mouse via hub or KVM switch: Still unstable
Replies: 1
Views: 24309

Sam440 and keyboard/mouse via hub or KVM switch: Still unstable

Hi all,

I've still got issues with my keyboard and mouse connected to the Sam440 via a KVM switch. The hardware and software sees this as a USB hub, nothing more. In fact two different KVM switches and two different USB hubs I've tested show exactly the same behaviour:

If the both the mouse ...
by TomSoniq
Wed Mar 25, 2020 3:55 pm
Forum: General AmigaOS
Topic: Dynamically changing a label text
Replies: 2
Views: 5175

Dynamically changing a label text

Hi!

I'd like to dynamically change the text in a label in both cases when the window containing that label is open and when it is closed (but the label object still exists).

From what I can see in the SDK examples, a label can have multiple elements. This means that a label can have multiple texts ...
by TomSoniq
Wed May 08, 2019 7:44 pm
Forum: General AmigaOS
Topic: USB Stack Issue still unsolved...
Replies: 39
Views: 46449

Re: USB Stack Issue still unsolved...

Found out the following:
Both the mouse and the keyboard always show up in the USB inspector. But in the case one of them is not working it's because no driver was assigned to it.
"Driver: none"
If I pull the USB plug (the one to the hub/KVM) a couple of times then sooner or later both of them will ...
by TomSoniq
Wed May 08, 2019 10:10 am
Forum: General AmigaOS
Topic: USB Stack Issue still unsolved...
Replies: 39
Views: 46449

Re: USB Stack Issue still unsolved...

I've got a new KVM switch which features transparent keyboard/mouse emulation. This means all connected hosts see a permanently connected keyboard and mouse behind a USB hub.
This works perfectly fine with one connected Windows10 and one connected Ubuntu 18.04.2 LTS machine.
OS4.1FE Update 1 on the ...
by TomSoniq
Fri Jan 18, 2019 10:02 pm
Forum: General AmigaOS
Topic: USB Stack Issue still unsolved...
Replies: 39
Views: 46449

Re: USB Stack Issue still unsolved...

The issue could well be the KVM. Best workaround is not to use a KVM....
Well, if two PCs and an A4k with Deneb/Poseidon/OS3.9 work perfectly fine with this KVM switch I really don't feel like setting up a second monitor, mouse and keyboard just to please that damn SAM440/OS4.1 :P
Not to mention ...
by TomSoniq
Thu Jan 17, 2019 3:56 pm
Forum: General AmigaOS
Topic: USB Stack Issue still unsolved...
Replies: 39
Views: 46449

Re: USB Stack Issue still unsolved...

I've been facing similar problems so I thought it's well worth to bring this up once more.

Scenario:
SAM440 connected to USB mouse and keyboard via a KVM switch

Workaround for startup issue:
Disable bootkeyboard.usbfd and bootmouse.usbfd kickstart modules

Workaround when switching KVM from other ...
by TomSoniq
Thu Oct 31, 2013 10:49 am
Forum: General Developer Support
Topic: Ringhio bug?
Replies: 6
Views: 5685

Re: Ringhio bug?

Tried removing the dash: Same thing
Called second instance TestApp-Different : Everything ok.

So it seems as if the Ringhio server only does the string compare until the length of the shorter string is reached.

Registering an application called Ami is fun. To make it shut up you have to disable ...