Search found 54 matches

by tboeckel
Wed Sep 21, 2011 10:24 pm
Forum: General AmigaOS
Topic: AmigaOS 4.1 update 3 - icon in AmiDock bug?
Replies: 4
Views: 2568

Re: AmigaOS 4.1 update 3 - icon in AmiDock bug?

This is fixed in the next release.
by tboeckel
Wed Sep 21, 2011 6:36 pm
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

@Lio First of all, please stick to the topic, which reads "MUI - Gradients & other bugs - Update3", not "MUI and MUIOWB - Gradients & other bugs - Update3". Please do not mix up the two very different things. If you have bugs in MUIOWB to report then please use its own bu...
by tboeckel
Wed Sep 21, 2011 6:23 pm
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

I was going to do something similar for the Config window, but when I look at the autodoc for MUIM_Application_OpenConfigWindow, I am presented with: =============================================== SYNOPSIS DoMethod(obj,MUIM_Application_OpenConfigWindow,ULONG flags, STRPTR classid); FUNCTION yet un...
by tboeckel
Tue Sep 13, 2011 8:19 am
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

However an application which creates its own screen and then ties it to MUI, eg is NOT in the MUI database now will insist on opening the applications MUI Prefs and About MUI windows on Workbench rather than the one the application is running on. Given that the user can no longer choose the frontmo...
by tboeckel
Mon Sep 12, 2011 7:16 am
Forum: General AmigaOS
Topic: MUI - Gradients & other bugs - Update3
Replies: 17
Views: 12124

Re: MUI - Gradients & other bugs - Update3

MUI Preferences/Builtin/Guages/Container Design/Background; Set a gradient as vertical (or any of the other 3 choices) and this is shown correctly in the Example display. MUI Preferences/Builtin/Guages/Knob Design/Background; Set a gradient as vertical (or any of the other 3 choices) and this is sh...
by tboeckel
Mon Sep 05, 2011 10:59 am
Forum: General AmigaOS
Topic: Ghosting issue in MUI with Update 3
Replies: 6
Views: 4018

Re: Ghosting issue in MUI with Update 3

Of course it is possible that the ghosting of the image was aligned with the group's ghosting, making the "double ghosting" invisible. This could have been accidental, but perhaps it was intentional (and was broken by Update 3)? I am still not entirely convinced it's not a bug, since it d...
by tboeckel
Sat Sep 03, 2011 8:09 pm
Forum: General AmigaOS
Topic: Ghosting issue in MUI with Update 3
Replies: 6
Views: 4018

Re: Ghosting issue in MUI with Update 3

BTW, all previous MUI releases behaved the same way. Thus is issue is nothing new.
by tboeckel
Sat Sep 03, 2011 8:05 pm
Forum: General AmigaOS
Topic: Ghosting issue in MUI with Update 3
Replies: 6
Views: 4018

Re: Ghosting issue in MUI with Update 3

This is not really a bug, since several other attributes absolutely require forwarding of these attrbutes to the embedded child objects upon OM_SET. Hence MUIA_Disabled is of course set for the group object as well as for all embedded child objects. If this is not desireable then use MUIA_Group_Forw...
by tboeckel
Thu Sep 01, 2011 11:58 am
Forum: General AmigaOS
Topic: An old MUI bug for ImageObject
Replies: 3
Views: 2546

Re: An old MUI bug for ImageObject

I will add Autodocs for Dtpic for the next release.
by tboeckel
Thu Sep 01, 2011 8:47 am
Forum: General AmigaOS
Topic: An old MUI bug for ImageObject
Replies: 3
Views: 2546

Re: An old MUI bug for ImageObject

The current MUI release still requires file names to follow a certain pattern to be used as you intend it. That means names without any extension will of course be loaded, but they are flexible in size, with zero size being the minimum. And exactly this is what you are observing right now: the image...