Search found 5433 matches

by airsoftsoftwair
Mon Feb 03, 2014 11:29 pm
Forum: Hollywood bugs
Topic: Anchor at 0.5 causes glitchy rotation
Replies: 1
Views: 3727

Re: Anchor at 0.5 causes glitchy rotation

Confirmed. I'll fix this.
by airsoftsoftwair
Mon Feb 03, 2014 11:29 pm
Forum: Wishlist
Topic: Executable Obfuscation
Replies: 2
Views: 5187

Re: Executable Obfuscation

Did you try the COMPRESS argument? This should make obvious things like strings invisible... By the way, it's impossible to get the original code out of a compiled Hollywood script because it's all bytecode so a decompiled version will definitely not be very readable.
by airsoftsoftwair
Mon Feb 03, 2014 11:27 pm
Forum: MUI Royale
Topic: Listview visible entries
Replies: 13
Views: 14153

Re: Listview visible entries

Group.SameSize normally doesn't have anything to do with it. If you can't find what is causing the problem, just start with a window that only contains a single listview and then add other elements one by one. Then you should be able to tell what is causing the problem...
by airsoftsoftwair
Sat Feb 01, 2014 12:33 pm
Forum: MUI Royale
Topic: Listview visible entries
Replies: 13
Views: 14153

Re: Listview visible entries

If the window is not vertically sizeable, then you'll first have to find out what gadget is blocking vertical resizing. There must be some general problem in your window layout because normally a listview gadget is sizeable in all directions so once your window contains a listview gadget it should b...
by airsoftsoftwair
Fri Jan 31, 2014 1:09 pm
Forum: General programming
Topic: Event handler and idle time
Replies: 4
Views: 5828

Re: Event handler and idle time

Well, even if there was an "OnIdle" event handler it wouldn't work the way you want it because it always would run the whole event callback before returning control to WaitEvent() because that's the way Hollywood events work. Hence, you should probably do it using an interval timer... you ...
by airsoftsoftwair
Fri Jan 31, 2014 1:05 pm
Forum: Announcements
Topic: Hollywood 5.3 released & soon available again for purchase
Replies: 43
Views: 87799

Re: Hollywood 5.3 released & soon available again for purcha

Yes, it's the 29€ version that allows you to upgrade from 5.3 Amiga to Windows.
by airsoftsoftwair
Fri Jan 31, 2014 1:04 pm
Forum: Newbie questions
Topic: Hollywood Windows version portable?
Replies: 6
Views: 7502

Re: Hollywood Windows version portable?

You should be able to copy your Hollywood folder from C:\Program Files to a USB stick and run Hollywood from there. I can't see why this shouldn't work.
by airsoftsoftwair
Fri Jan 31, 2014 1:03 pm
Forum: Wishlist
Topic: Hollywood Crosscompiler for ARM-Achitecture on Linux
Replies: 8
Views: 10879

Re: Hollywood Crosscompiler for ARM-Achitecture on Linux

It might happen someday but there are higher priority things here at the moment :)
by airsoftsoftwair
Fri Jan 31, 2014 1:01 pm
Forum: General programming
Topic: ScrDepth after 4.5
Replies: 1
Views: 3399

Re: ScrDepth after 4.5

It's not easily possible to support depth change at runtime because all of Hollywood's bitmaps are tied to the current screen depth. So it would be quite a lot of work to convert all internal bitmaps between different screen pixel formats and that's not really worth the hassle because normally scree...
by airsoftsoftwair
Fri Jan 31, 2014 12:56 pm
Forum: MUI Royale
Topic: Listview visible entries
Replies: 13
Views: 14153

Re: Listview visible entries

Yes, this is usually done by setting an appropriate window height.