This topic is locked

Pop up window

9/28/2005 4:50:32 PM
ASPRunnerPro General questions
A
axelm author

I have beee creating a application with ASPrunner I have one box which is an Text area. When adding ore editing the box is giving me endless possibilities to write in letters and is showing the size I want it to be, but in list and view mode the box is getting smaller and a pop up window is comming up with the text which is not fitting in the box. Is it possible to avoid this and let the box be the same size in view and list mode as it is in add and edit mode for the application.
Rgds
Axel

Sergey Kornilov admin 9/29/2005

Axel,
don't check off the Truncate large text fields ... checkbox on the Miscellaneoustab (Step11) in ASPRunner.

This option adds "More ..." link to long text field while first XXX characters displayed on the page.

A
axelm author 9/29/2005

Is it possible to change this after the files are made ande if thats the case where can I do that.
Rgds
Axel

Sergey Kornilov admin 9/30/2005

Axel,
find your Project.aspr file and add necessary settings or rebuild the project from scratch.

A
axelm author 9/30/2005

Hey
Sorry to bother again but I have created all the files and I was hoping it could be changed in the outputted files instead of to create them all again. I have changed all the layouts and modified them to like they are going to be, if it is not possible to change in the files already made this would cost a least 2 weeks of work to be junked so please if there is a way to change this somewhere in the already created sites please help me.
Rgds
Axel

Sergey Kornilov admin 10/3/2005

Hi,
open include/..._variables.asp file by any text editor and find this line:
cNumberOfChars= 0
Replace 0with 800 for example.

500328 10/4/2005

Thanks
It works
Axel