Search found 38 matches

by tboeckel
Wed Jul 08, 2020 6:54 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

Please try the combination of Pendisplay 21.24 and Penadjust 21.24. This will add the selection button "Default color" above the normal color buttons. I think that is what you are referring to.
by tboeckel
Tue Jul 07, 2020 3:22 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

Ok, now I finally got what is wrong. Find a fixed Pendisplay class for AmigaOS4 here. It will be contained in the next nightly build as well.
by tboeckel
Tue Jul 07, 2020 7:55 am
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

I have no idea how Hollywood or MUIRoyale works internally. All I can do is about the direct C interface to MUI. The MUIRoyale part has to be done by Andreas. And that is why I am asking here what the MUIRoyale notifications do expect and what MUI seems to fail to deliver. Simple question, isn't it?
by tboeckel
Tue Jul 07, 2020 5:47 am
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

Find the modified Class2 demo as AmigaOS3 binary here. It will print out all triggered notifications to the console.
by tboeckel
Tue Jul 07, 2020 5:42 am
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

Could someone please enlighten me what kind of notification is missing here or is done wrong? For me the the Class2 demo correctly triggers MUIA_Pendisplay_Spec, MUIA_Pendisplay_RGBcolor and MUIA_Pendisplay_Pen on each and every change in the opened popup window, no matter whether I click on the col...
by tboeckel
Mon Jul 06, 2020 2:44 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

Does MUI 5.0-2020R1 work as expected now or not?
by tboeckel
Tue Jun 16, 2020 10:56 am
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

It seems MUIRoyale exploits an undocumented feature. At least Zune/AROS (and most probably MUI5/MorphOS too) triggers notifications on MUIA_Pendisplay_Pen, MUIA_Pendisplay_RGBcolor and MUIA_Pendisplay_Spec whenever the current spec/color is changed. The next night build of MUI5/AmigaOS will do the s...
by tboeckel
Mon Jun 15, 2020 2:32 pm
Forum: MUI Royale
Topic: Poppen on AmigaOSes
Replies: 15
Views: 12689

Re: Poppen on AmigaOSes

What is the current behavior in contrast to the expected behavior? From the description and some MUI Royale source code I cannot tell what might be wrong in MUI. All C based applications behave correctly from my point of view. Or do I try to reproduce this issue in a wrong way?
by tboeckel
Wed Sep 04, 2019 7:20 am
Forum: MUI Royale
Topic: Zune TextEditor Class v. 15.51
Replies: 4
Views: 6787

Re: Zune TextEditor Class v. 15.51

NathanH wrote: Sat Aug 31, 2019 11:29 pm Thor has fixed this issue in TextEditor Class v. 15.53
It would be nice to get the same feedback for the ticket on github...
by tboeckel
Fri Jun 29, 2018 8:18 am
Forum: MUI Royale
Topic: Active item issue in a listview after sorting
Replies: 6
Views: 5833

Re: Active item issue in a listview after sorting

@jPV You mentioned some problems selecting items from code. If that is really an issue then please open a new ticket with appropriate information. Basically selecting items from code does work. See the example list object in MUI prefs on the List page. It has some selected items which get selected b...