I must create a program to create a roadbook page for Rallye
To understand my problem I can give You a picture
http://hyperupload.com/download/011ac2f ... k.jpg.html
On First column thereis the total ans partial km
On Second column there are some symbol and the direction to follow
On third column there are notes
Someone have an Idea to make it ?
Road Book creation
Road Book creation
Best Regards, Saludos
Falconi Silvio
Falconi Silvio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Silvio,
Please post the images (jpg,etc) at www.imageshack.us and copy here the provided url. Thanks.
Please post the images (jpg,etc) at www.imageshack.us and copy here the provided url. Thanks.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Silvio. I think you can build a dialog with some SAY's and painting lines via oDlg:bPainted. And with some empty BITMAP's.
After, you must draw all the symbols in BMP format and, for exemple, save them in a DLL. (In the same DLL where you could save the Dialog).
Running the aplcaction you have to RELOAD bitmap's depending the SAY's contents and what you want to represent. The realtionship between bitmaps and say's content coud be saved in a DBF file.
For exemple:
DBF STRUCTURE -> fileds: TITLE, COMMENT, SYMBOL, BITMAPNAME, POSITION, ETC...
Running the Program: fill SAY's with TITLE, COMMENT, ETC, and RELOAD BITMAP with the BITMAPNANE bitmap represnting SYMBOL symbol. Or some think like this.
It' s an idea. I hope you could anderstand me. (excuse my english)
Regards
After, you must draw all the symbols in BMP format and, for exemple, save them in a DLL. (In the same DLL where you could save the Dialog).
Running the aplcaction you have to RELOAD bitmap's depending the SAY's contents and what you want to represent. The realtionship between bitmaps and say's content coud be saved in a DBF file.
For exemple:
DBF STRUCTURE -> fileds: TITLE, COMMENT, SYMBOL, BITMAPNAME, POSITION, ETC...
Running the Program: fill SAY's with TITLE, COMMENT, ETC, and RELOAD BITMAP with the BITMAPNANE bitmap represnting SYMBOL symbol. Or some think like this.
It' s an idea. I hope you could anderstand me. (excuse my english)
Regards
Nos Gusta Programar