Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Gankkizz on Wed 06/08/2003 03:25:59

Title: Suggestion: Printing
Post by: Gankkizz on Wed 06/08/2003 03:25:59
It would be nice to be able to print the script straight from the script editor and not having to copy and paste it to word or some other program and then printing it.

It shouldn't be so hard for CJ to add it
Title: Re:Suggestion: Printing
Post by: MrColossal on Wed 06/08/2003 06:08:51
try doing a search in the help file for:

Dump Text

i think that's what you want

eric
Title: Re:Suggestion: Printing
Post by: Pumaman on Wed 06/08/2003 19:32:14
Sounds like a good idea - I've never experimented with printing though so I"m not sure how difficult it would be. Plus the fact, I don't have a printer myself so I woudln't really be able to test it.
Title: Re:Suggestion: Printing
Post by: Gankkizz on Wed 06/08/2003 20:19:13
Quote from: MrColossal on Wed 06/08/2003 06:08:51
Dump Text

i think that's what you want

I know that you can dump the the script to a txt file but a printed txt looks like crap.
And it would be much faster if you could just choose "Edit -> Print"
Title: Re:Suggestion: Printing
Post by: Archangel (aka SoupDragon) on Wed 06/08/2003 20:53:40
It's pretty easy CJ, you just call a windows print dialog and let the OS handle the rest. At least I think so... don't hold me to it or anything, I've only ever used stuff like Borland's C++ Builder for windows apps.
Title: Re:Suggestion: Printing
Post by: Pumaman on Fri 08/08/2003 16:46:57
Yeah, I'm sure it's not too tricky. But since I wouldn't be able to test it as I went along, that pretty much rules it out I'm afraid.