| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue Sep 02, 2003 3:31 pm Post subject: Printing bug |
|
|
When I print a script, the first line ither is a bunch of unreadable chars. or after every letter it starts a new line.
Ex:
| Code: |
1: i
n
f
o
"H
i"
2:
3: # more code here
|
Can someone try to print a script to see if it happens to you?
Thanks _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Sep 02, 2003 6:08 pm Post subject: |
|
|
I just printed a script and it came out fine apart from the comment box on the first line which was broken into about 7 sections of several characters each. It must be a bug in the editor component which has probably been there since VDS 3. Shows how often I print stuff...
The update was ready to be released, so if it is delayed in order to try to fix this it is probably going to be another couple of weeks. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Sep 02, 2003 11:01 pm Post subject: |
|
|
One really nice thing I liked about VDS 4 that's not in VDS 5 anymore
is that if you copy script code from the VDS 4 editor into Wordpad,
all of the syntax remains highlighted. Now it's just plain text with
VDS 5. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue Sep 02, 2003 11:40 pm Post subject: |
|
|
Ok, thanks for the reply.  _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Sep 03, 2003 12:23 am Post subject: |
|
|
I just went and printed a 23-line script and had no problems.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Wed Sep 03, 2003 1:57 am Post subject: |
|
|
| FreezingFire wrote: | One really nice thing I liked about VDS 4 that's not in VDS 5 anymore
is that if you copy script code from the VDS 4 editor into Wordpad,
all of the syntax remains highlighted. |
I was about to post it as a feature request. I strongly feel that it exists as a option in the menu or somewhere - like check/uncheck "Allow RTF tags ?" This can be real cool.
Regards _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Wed Sep 03, 2003 8:55 am Post subject: |
|
|
my vds 5 prints the code scripts ok except for the first line that includes some rubbish code eg squares, letters with accents,... apart from that, it prints ok
serge _________________
|
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Wed Sep 03, 2003 10:02 am Post subject: |
|
|
| CodeScript wrote: | I was about to post it as a feature request. I strongly feel that it exists as a option in the menu or somewhere - like check/uncheck "Allow RTF tags ?" This can be real cool.
Regards |
That was taken out for a reason. I forget what it was now, but I think you used to get the tags when pasting code from the editor into something else, kind of the reverse of what you currently get pasting from a browser page into the editor. The problem with making it a user-selectable feature is that the editor and its options dialog are a third-party component and it doesn't offer that option. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
|