Any simple way to have text input fields in Hollywood?

Discuss any general programming issues here
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Any simple way to have text input fields in Hollywood?

Post by Bugala »

Are there any simple methods of making input text fields in Hollywood?

Like in HTML i can use this "TEXTAREA" command to make a field where user can write, is there anything similar in Hollywood, or do i need to make one from scratch if i want to?
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Any simple way to have text input fields in Hollywood?

Post by airsoftsoftwair »

No, not possible.
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: Any simple way to have text input fields in Hollywood?

Post by Bugala »

Okay, thanks. Need to make one from scratch then.
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: Any simple way to have text input fields in Hollywood?

Post by tolkien »

When GUI functions in Hollywood?
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: Any simple way to have text input fields in Hollywood?

Post by djrikki »

@Bugala

http://www.os4depot.net/index.php?funct ... mplate.lha

You will either have to build your own on use my code above, feel free to use it for whatever you want. Any bug fixes would be most appreciated to this core.

Also refer to the source code here:

http://www.os4depot.net/index.php?funct ... e_code.lha
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
Clyde
Posts: 349
Joined: Sun Feb 14, 2010 12:38 pm
Location: Dresden / Germany

Re: Any simple way to have text input fields in Hollywood?

Post by Clyde »

You could also use ScuiLib now or its successor, HGui, when it is done: https://code.google.com/p/hgui/
Currently using: Hollywood 9 with Windows IDE and Hollywood 9 with Visual Studio Code and hw4vsc
User avatar
Juan Carlos
Posts: 889
Joined: Mon Sep 06, 2010 1:02 pm

Re: Any simple way to have text input fields in Hollywood?

Post by Juan Carlos »

Clyde wrote:You could also use ScuiLib now or its successor, HGui, when it is done: https://code.google.com/p/hgui/
This system is more easy to use than ScuiLib? because I never use it because for me it is very complicated to use.
xabierpayet
Posts: 267
Joined: Fri Feb 24, 2012 9:34 am

Re: Any simple way to have text input fields in Hollywood?

Post by xabierpayet »

hgui, sounds cool xD maybe some uttorials about use it, will be useful when you release it as i dont has luck with scuilib but i will test it when it´s ready
Post Reply