Editable, printable page
BlitzPlus Forums/BlitzPlus Beginners Area/Editable, printable page
| ||
Hello, I want to program some kind of RPG character sheet generator. The program should be able to display the character sheet and to print it. However, I am still puzzled how to incorporate the character sheet. Should I set it up as html and use html view or should I generate the sheet as a sprite? Any suggestions? |
| ||
I'm new to BlitzPlus (this week) because I've just upgraded from Blitz2D,, so don't know if you can print with the new htmview commands - haven't looked at them yet. But I wrote a Sudoku program in Blitz 2D that exported puzzles as tables in web-pages, which I then autoexeced and printed from my browser - you could do something similar. I'd generate the sheet as a table. |
| ||
When I say AutoExeced, I mean of course ExecFiled |