Search found 5443 matches

by airsoftsoftwair
Fri May 23, 2014 5:02 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23768

Re: empty window after mui-settings.

Btw, is there anything special with your screen settings? Is compositing turned on or off? Are you using 16, 24 or 32bits? What system are you running OS4 on? Sam? X1000? Pegasos?
by airsoftsoftwair
Thu May 22, 2014 11:42 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23768

Re: empty window after mui-settings.

SnoopDOS logs don't really help here. It would be interesting to know if anybody else has these problems... Can some other OS4 users of MUI Royale try Examples/Class1.hws and check if the "SizeWindow" event works correctly on their systems? You just have to run the script, resize the windo...
by airsoftsoftwair
Thu May 22, 2014 5:49 pm
Forum: Designer bugs
Topic: Shadow not fading
Replies: 3
Views: 11156

Re: Shadow not fading

Ok, I see what you mean. The problem is still there in v4.0. Will be fixed.
by airsoftsoftwair
Thu May 22, 2014 5:41 pm
Forum: MUI Royale
Topic: ListView.Sort
Replies: 21
Views: 27025

Re: ListView.Sort

- New: Added Listview.SortFunc attribute; this allows you to specify a custom callback function that will be called whenever your listview requires sorting; this allows you to customize listview sorting, e.g. implement reverse alphabetical sorting or sorting by other customized criteria (requested ...
by airsoftsoftwair
Thu May 22, 2014 3:49 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23768

Re: empty window after mui-settings.

Hmm, I've tested your code on OS4 (muimaster.library 20.6175) and MorphOS. It works fine on both systems. "SizeWindow" is always triggered. It is also triggered in my example code Class3.hws so I'm pretty clueless why it shouldn't work on your system. What muimaster.library are you on?
by airsoftsoftwair
Wed May 21, 2014 10:19 pm
Forum: Designer bugs
Topic: Shadow not fading
Replies: 3
Views: 11156

Re: Shadow not fading

I don't quite get this one. Are you using "Animate object" on a brush or a text object? Also, did you try this with Designer 4.0? 3.0 is already quite old...
by airsoftsoftwair
Wed May 21, 2014 10:17 pm
Forum: Wishlist
Topic: web based compiler
Replies: 1
Views: 3678

Re: web based compiler

Sorry, that's not planned :)
by airsoftsoftwair
Wed May 21, 2014 10:16 pm
Forum: MUI Royale
Topic: empty window after mui-settings.
Replies: 24
Views: 23768

Re: empty window after mui-settings.

You must use Hollywood.MinWidth and Hollywood.MinHeight, i.e. something like this: <hollywood display="1" minwidth="1" minheight="1"> By default, the minimum dimensions are set to your display's dimensions (e.g. 640x480 in your case). Thus, if the screen size is reduced...
by airsoftsoftwair
Wed May 21, 2014 6:20 pm
Forum: MUI Royale
Topic: Listview Hide Row
Replies: 4
Views: 5522

Re: Listview Hide Row

Alright, I've just implemented a new tag called Listview.Quiet which allows you to access this functionality.
by airsoftsoftwair
Mon May 19, 2014 1:11 pm
Forum: General programming
Topic: several questions
Replies: 4
Views: 5687

Re: several questions

Right, this is clearly a bug. Will be fixed. Thanks for the report but use a more meaningful title next time please.... "several questions" is much too generic. If you have several non related questions, open a new thread for every question.