Page 1 of 1

Help for ROADBOOK

PostPosted: Wed May 10, 2006 11:02 am
by Silvio
I wanted create a roadbook as roadbook assistant 1.0 ( create in germany)
Someone can help me ?

Regards

Re: Help for ROADBOOK

PostPosted: Fri May 12, 2006 9:16 am
by StefanHaupt
Silvio wrote:I wanted create a roadbook as roadbook assistant 1.0 ( create in germany)
Someone can help me ?

Regards


May be, what do you need ?

Stefan

PostPosted: Fri May 12, 2006 10:09 am
by Silvio
I need to create in with fivewin because it not is on italian language and I cannot talk with the author

I italy this roadbook is much different from germany because we use many our simbols.

I can explain you

I must create a program to create a roadbook page for Rallye
To understand my problem I can give You a picture


Image

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

I search an small sample to develop

if you can help You are greate

PostPosted: Mon May 15, 2006 8:06 am
by StefanHaupt
Sylvio,

I have no code sample from a roadbook application, sorry. Maybe you can simulate the colums with scrollable dialogs, or better, modify one of the browse classes which supports multiple lines per row.

I can assist you, if you need help in translation into german language.

Stefan

PostPosted: Mon May 15, 2006 10:57 am
by Silvio
I trying to create a new class : TRoadBook

Can you help me ?

PostPosted: Tue May 16, 2006 8:04 am
by StefanHaupt
CLASS TRoadBook

CLASSDATA lRegistered // only, if the class is a control

DATA ....
DATA ....

METHOD New (<Parameter>) CONSTRUCTOR
METHOD End ()
METHOD ....

ENDCLASS

and you call it from your app:

oRoadBook := TRoadBook():New (<Parameter>)

There are some interesting articles about it from James Bott

http://ourworld.compuserve.com/homepages/jbott/program.htm

Stefan

PostPosted: Thu May 25, 2006 10:58 pm
by Silvio
I have modified ttabs class to troadbook class
I draw a line and I call it as

@ 5,5 roadbook of odlg

but how can I make to insert a new line ?
can I send you this project ?

PostPosted: Thu Jun 01, 2006 8:03 am
by StefanHaupt
Sylvio,

late answer, sorry, I was on holiday.

I don´t understand what you want to do, what do you mean with "line" ? A graphical line or a browse line, or ... ?

tabs are similar to folders or pages, you have normally to put other controls in it.

You can send me the project, I will try to help you

Stefan

PostPosted: Thu Jun 01, 2006 9:02 am
by Silvio
thanks
I made something but I have many perplexities...
I made a class on this i can insert symbols or images but i not know how i can save all into an one file...
I must create many line as Browse lines
if you go at you can see what I wanted to create..

http://rbeditor.valleyfield.se/en/

but tnhe author cannot translate it on italian language and in italy i must creare another roadbook with many symbols and this program not permise to add symbols

PostPosted: Fri Jun 02, 2006 8:12 am
by StefanHaupt
It´s a quite difficult task you have to do.

One solution could be to adapt an existings browse class to fit your needs.

Maybe TsBrowse sis the most suitable class for this. You have the lines alreeady there and you can change the height of the lines, two colums, on the left side you put a memoedit for the text and on the right side you can insert the images.

It´s just a first idea, there surely are other solutions, eg. scrollable diaglogs with static controls, to simulate a browse.

Stefan

PostPosted: Mon Jun 05, 2006 10:18 pm
by Silvio
where i can send you the project ?

PostPosted: Tue Jun 06, 2006 8:03 am
by StefanHaupt
Silvio wrote:where i can send you the project ?


sthaupt@uni-kassel.de

PostPosted: Sat Jun 10, 2006 10:54 pm
by Silvio
see your email