PDA

View Full Version : Info


intersarc
20-Oct-2004, 05:29 PM
Good Evening

I would like if possible to change the length of the other info question box is this possible?

Regards

Pat

Nadeem
22-Oct-2004, 07:44 AM
Hi Pat

Yes you can do this, In Actinic, simply go to "Design | Text". Click on the "Go to" button. Type in the:

Phase: -1
ID: 2161

You will see the following code:
%s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" VALUE="%s" %s>

Right click on this code, and select zoom to get a bigger box. Simply change the code to read

%s<INPUT TYPE=text NAME="%s" SIZE="15" dummy="%d" MAXLENGTH="%d" VALUE="%s" %s>

This will change the other info prompt to 15 characters length. Change it to what you would like.

Kind Regards