[25 Jul 2008] ScuiLib 0.5 beta released

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[25 Jul 2008] ScuiLib 0.5 beta released

Post by Allanon »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 25 Jul 2008 21:25:22 -0000

Hello, I have released a new version of ScuiLib, here is the download link: http://sdb.freeforums.org/scuilib-0-5-b ... d-t18.html

Comments & suggestions are welcome! :)

- Many bugs fixed
- Now you can navigate the guis with the keyboard
- Off-screen gadgets correctly handled now
- Code optimization
- A basic layout system has been provided
- 12 Tutorials
- two amigaguide document (Guide + Reference)

here are more details: http://sdb.freeforums.org/scui-work-in- ... a-t13.html
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[27 Jul 2008] Re: ScuiLib 0.5 beta released

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 27 Jul 2008 12:04:45 +0200
Hello, I have released a new version of ScuiLib, here is the download link: http://sdb.freeforums.org/scuilib-0-5-b ... d-t18.html

Comments & suggestions are welcome! :)
Looks very good!

If you don't mind I could include ScuiLib as a contribution in the next Hollywood version. If ScuiLib comes with the official Hollywood CD even more users could check it out. I could even integrate some of your examples into the showcase list in the Hollywood GUI.

Of course, the examples would then do a

Code: Select all

@INCLUDE "ScuiLib.hwa"  ; ---> include APPLET
instead of the script because the next version of Hollywood will have the feature of including applets, too. So there's no longer any need for exposing the source code.
User avatar
Allanon
Posts: 742
Joined: Sun Feb 14, 2010 7:53 pm
Location: Italy
Contact:

[27 Jul 2008] Re: ScuiLib 0.5 beta released

Post by Allanon »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 27 Jul 2008 14:18:32 -0000

Thank you Andreas, I'd be very happy to see my lib in the official Hollywood cd!! The "include applet" feature is amazing! Thank you again Andreas :) (wow!!)

Regards Fabio
----------------------------
[Allanon] Fabio Falcucci | GitHub (leaving) | Gitea (my new house) | My Patreon page | All my links
User avatar
Ferrule Media
Posts: 57
Joined: Sat Feb 13, 2010 7:53 pm
Location: Haugesund, Norway
Contact:

[27 Jul 2008] SV: Re: ScuiLib 0.5 beta released

Post by Ferrule Media »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 27 Jul 2008 21:02:34 +0200

Hello:)

Fabio: Congratulations about this new release! I will check it out once i get back from my hollidays!

Andreas: What is the benefit of this include applet-feature? And could you please describe how it works?

Also.. Are you planning an update to both designer and hollywood?

I'm always glad to hear news about these amazing products!

Best regards Torgeir:)
Ferrule Media
Espevikvn 18
5521 Haugesund
Norway
www.ferrule-media.no
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[28 Jul 2008] Re: Re: ScuiLib 0.5 beta released

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 28 Jul 2008 11:19:33 +0200
Hello:)

Fabio: Congratulations about this new release! I will check it out once i get back from my hollidays!

Andreas: What is the benefit of this include applet-feature? And could you please describe how it works?
The possibility to include applets is perfect for authors of Hollywood extensions because they can make their work available for everyone without having to expose the source code. Also, because the next Hollywood will also support applet compression, the compiled & compressed code is much smaller than the source code.
Also.. Are you planning an update to both designer and hollywood?
Designer is not decided yet. Hollywood has the top priority :)
Locked