linelength didn't work


Author
Message
himandy
himandy
Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)
Group: Forum Members
Posts: 15, Visits: 1
I used an openended to allow participants to write down their email addresses. But we found we can only input 20 characters at most. This is my code:

<openended email>
/ size = ( 500, 30)
/ stimulusframes =  [1=email]
/ buttonlabel = "Done"
/ numlines = 1     
/ linelength = 100 
/ position = (50, 60)
/ mouse = true
/ fontstyle = ("Times New Roman", 18pt, false, false, false, false, 5, 0)
</openended> 

<text email>
/ numitems = 1
/ items = ("Please write down your email")
/ position = (50,40)
/ font = ("Times New Roman", -25, 700, 0, 34)
/ erase = true (255, 255, 255)
/ color = (0,0,0)
</text>

At first, "linelength = 30". I changed it when I found the problem, but it doesn't work.

seandr
seandr
Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)Supreme Being (142K reputation)
Group: Administrators
Posts: 1.3K, Visits: 5.6K

Try setting the /charlimit command to a suitable maximum for an email address. Linelength affects the size of the textbox, but not the number of characters permitted.


-Sean


himandy
himandy
Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)Distinguished Member (2.5K reputation)
Group: Forum Members
Posts: 15, Visits: 1
Thanks. I found that the number of character is limited both by charlimit and size, not by linelength.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search