playMaker

Author Topic: Multiple lines in text input  (Read 3765 times)

Flying Robot

  • Sr. Member
  • ****
  • Posts: 293
  • Od ton yebo redro
    • Flying Robot Studios
Multiple lines in text input
« on: June 18, 2013, 04:50:38 AM »
I was wondering if we can get mutiple lines while inputing text into Actions.

Right now, it's only single line, very troublesome for long text inputs.

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Multiple lines in text input
« Reply #1 on: June 18, 2013, 08:03:45 AM »
Definitely, I think thats one of the main reasons people ask for external text file reading ability.

This action Jean made does that for the input field (Latest version on wiki)
https://hutonggames.fogbugz.com/default.asp?W1128

Here's the discussion thread (the attachment is an old version)
http://hutonggames.com/playmakerforum/index.php?topic=4066.msg18991#msg18991

I glanced in the action script and couldn't see how the field was scaled up. Maybe you can figure it out and edit your actions as needed?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Multiple lines in text input
« Reply #2 on: June 19, 2013, 02:03:47 AM »
Hi,

 You actually only need to write a custom editor for the action you want to have multi line text editing. you don't need to touch the action script itself.

 This could be a future enhancement of all string fields tho, the ability to switch to multi line for ANY string fields within actions.

bye,

 Jean