Announcement

Collapse
No announcement yet.

Info

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Info

    Good Evening

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

    Regards

    Pat

    #2
    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:
    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

    Code:
    %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
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X