Search found 5443 matches

by airsoftsoftwair
Thu Jan 24, 2013 7:51 pm
Forum: General programming
Topic: Hollywood 1.9, 8bit-screen and dithering
Replies: 12
Views: 14620

Re: Hollywood 1.9, 8bit-screen and dithering

Hmm, can you post a screenshot of the original picture and how it looks in Hollywood 1.9?
by airsoftsoftwair
Thu Jan 24, 2013 1:35 pm
Forum: MUI Royale
Topic: Text Error
Replies: 3
Views: 4814

Re: Text Error

This looks like a bug in OS4's Floattext class because it doesn't occur on MorphOS. I'll report it to the OS4 MUI maintainers.

To get rid of the scroller, use Listview.ScrollerPos (Floattext is a subclass of Listview class).
by airsoftsoftwair
Thu Jan 24, 2013 1:21 pm
Forum: Hollywood bugs
Topic: Fullscreen crash with AROS IntelGMA driver with 5.2
Replies: 4
Views: 6284

Re: Fullscreen crash with AROS IntelGMA driver with 5.2

Hmm, strange. We had some reports about fullscreen problems on Sam460 too so there might be a problem. Of course, on AROS crashes have to be taken with a grain of salt because AROS itself is just alphaware. I'm interested in two things: a) Does it only happen with the IntelGMA drivers or does it cra...
by airsoftsoftwair
Thu Jan 24, 2013 1:18 pm
Forum: Announcements
Topic: MUI Royale 1.0 released
Replies: 40
Views: 228263

Re: MUI Royale 1.0 released

Thanks!
by airsoftsoftwair
Thu Jan 24, 2013 1:15 pm
Forum: Wishlist
Topic: Iconify Snapshot
Replies: 1
Views: 4101

Re: Iconify Snapshot

It's not using ReAction but only system functionality. I didn't know that OS4 had this snapshot functionalities. I'll see if that can be easily implemented.
by airsoftsoftwair
Thu Jan 24, 2013 1:14 pm
Forum: General programming
Topic: Hollywood 1.9, 8bit-screen and dithering
Replies: 12
Views: 14620

Re: Hollywood 1.9, 8bit-screen and dithering

If the picture gets dithered, then not enough colours are available on the screen. Do you have a fancy background picture on your Workbench that prevents Hollywood from getting more pens?
by airsoftsoftwair
Sun Jan 20, 2013 12:24 am
Forum: Wishlist
Topic: Clipboard Support in Android
Replies: 3
Views: 7509

Re: Clipboard Support in Android

Yes, though it means that I have to do more Java coding which is like living in a dictatorship for a hardcore C programmer like me ;-)
by airsoftsoftwair
Sun Jan 20, 2013 12:23 am
Forum: Wishlist
Topic: Feature Request---Virtual Input
Replies: 1
Views: 4882

Re: Feature Request---Virtual Input

Rather unlikely. On Amiga it would be easy to implement through input.device but on other systems it's much more difficult and it also might trigger certain security programs and I don't want Hollywood to end up on blacklists because it simulates mouse clicks etc. Malware often makes use of such fun...
by airsoftsoftwair
Sun Jan 20, 2013 12:20 am
Forum: Wishlist
Topic: Another Feature Request---PDF Handling
Replies: 2
Views: 6801

Re: Another Feature Request---PDF Handling

Yes, this surely would be a nice feature. I need to check out if there are any open source PDF renderers that could be used for such a plugin.
by airsoftsoftwair
Fri Jan 18, 2013 8:40 pm
Forum: Hollywood bugs
Topic: Bug in SetLayerStyle() with #LINE Objects
Replies: 3
Views: 5024

Re: Bug in SetLayerStyle() with #LINE Objects

Well, this is actually also a feature that I've just forgotten to document ;) The behaviour when using AnchorX/Y with #LINE layers or with the Line() command itself is currently undefined. I don't remember why I chose to disable this but I guess there must have been some good reason. It's been some ...