Hollywood 6.1 released
Re: Hollywood 6.1 released
Order placed yesterday, thank you Andreas for this new version!
----------------------------
[Allanon] Fabio Falcucci | GitHub for recent works | Support me on Patreon for Hollywood libraries | ☆★ All my links ★☆
[Allanon] Fabio Falcucci | GitHub for recent works | Support me on Patreon for Hollywood libraries | ☆★ All my links ★☆
Re: Hollywood 6.1 released
Payment done !
Thanks for this great job Andreas.
Thanks for this great job Andreas.
- airsoftsoftwair
- Posts: 5635
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Hollywood 6.1 released
See here:lazi wrote:The 6.1 windows editor GUI do not let me to save the script even if it is added to the 'My Projects' group. It treats them as example project.
Anyone experienced the same?
http://forums.hollywood-mal.com/viewtop ... 1325#p6473
Re: Hollywood 6.1 released
Is there no HTML documentation for this latest version? (That was my favorite way of accessing the guide.)
- airsoftsoftwair
- Posts: 5635
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Hollywood 6.1 released
There is. I just removed it from the Amiga version because some file names were longer than the FFS filename length limit which caused problems on older systems. Just check out the Linux versions of Hollywood. They come with the full HTML documentation. You can just copy those files to your Amiga HD.
Re: Hollywood 6.1 released
Hi Andreras,
I've just tested Hollywood 6.1. the switch -NODEBUG is not working...
How i indicate to link plugin(s) in the main executable ?
I'm working on AmigoOS4.
Thx.
I've just tested Hollywood 6.1. the switch -NODEBUG is not working...
How i indicate to link plugin(s) in the main executable ?
I'm working on AmigoOS4.
Thx.
- Juan Carlos
- Posts: 921
- Joined: Mon Sep 06, 2010 1:02 pm
Re: Hollywood 6.1 released
I found a big bug with Windows IDE :
When I tryed to save my proyects is open a window error message :
Overwriting the examples that come with Hollywood is not allowed! Please make a copy of this example script first if you'd like to modify it!
When the proyect is mine and there isn't problem with properties read/write.
I have could test that bugs reporting for me like the problem under Windows to refresh the content inside a window is solved, but the bug under Amiga the ChangeDisplaySize still doesn't work fine the border of window disappear.
Other question the MoveFile command still is missing.
A fast update? With problems?
When I tryed to save my proyects is open a window error message :
Overwriting the examples that come with Hollywood is not allowed! Please make a copy of this example script first if you'd like to modify it!
When the proyect is mine and there isn't problem with properties read/write.
I have could test that bugs reporting for me like the problem under Windows to refresh the content inside a window is solved, but the bug under Amiga the ChangeDisplaySize still doesn't work fine the border of window disappear.
Other question the MoveFile command still is missing.
A fast update? With problems?
- airsoftsoftwair
- Posts: 5635
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Hollywood 6.1 released
The Windows IDE indeed has a problem... I'll provide a fix for this very soon. Hang on.
Re: Hollywood 6.1 released
In the GUI under Prefs/Hollywood menu there is an 'Additional compiler arguments' gadget. There you can place any arguments as you would use in a command line.Sheeva700 wrote: How i indicate to link plugin(s) in the main executable ?
E.g.: you want the xmlparser.hwp to link to the executable, place the '-LINKPLUGINS xmlparser.hwp' line to the field and click OK. The compiled scripts henceforth will build with xmlparser.hwp linked to the executable.