How to make this with FWH ?

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

How to make this with FWH ?

Post by Marco Turco »

Hi to all,
I succesfully using the class VTITLE to make a title control over (or under) a browse or another control. I can also add a buttonbar on this control.

See this sample image at www.softwarexp.co.uk/beta/vtitle.png where I use this control (follow the arrows)

My question:
could be possibile to make this also with the standard FWH classes ?
I haven't any problem with C5 but - by experience - there are always problems with third parts components when we update FWH so a build-in FWH control would be preferable.

Thanks.
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Marco,

What syntax do you use for VTitle ?

I guess we can easily create a replacement for it using standard FWH source code
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Post by Marco Turco »

This is the vtitle CH file.

#xcommand @ <nTop>, <nLeft> VTITLE [ <oTitle> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <dlg:OF,DIALOG> <oDlg> ] ;
[ CAPTION <cText> ] ;
[ ACTION <uAction,...> ] ;
[ FONT <oFont> ] ;
[ IMAGE <cImage> ] ;
[ MARGIN <nMargin> ] ;
[ <lLeftImg: LEFTIMG> ] ;
[ <lIcon: ICON> ] ;
[ <lBorder: BORDER> ] ;
[ <lOnOff: ONOFF> ] ;
[ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
[ COLORBAR <nClrBar>[, <nClrBar2> ] ] ;
[ COLORBORDER <nClrBorde> ] ;
[ SPEED <nSpeed> ] ;
[ ANIMATION <aBmps,...> ] ;
[ <lDnArrow: NODOWNARROW> ] ;
[ <lFlash: FLASH> ] ;
=> ;
[ <oTitle> := ] TTitle():New( <nTop>, <nLeft>, <nWidth>, <nHeight>, <oDlg>,;
<cText>, <cImage>, <.lLeftImg.>, <.lIcon.>, <.lBorder.>, <nClrText>, <nClrPane>,;
<nClrBar>, <nClrBar2>, [{|this|<uAction>}], <oFont>, <nMargin>, [\{<aBmps>\}], <nSpeed>,;
<.lOnOff.>, <.lDnArrow.>,;
<nClrBorde>, <.lFlash.> )
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Post by richard-service »

Marco Turco wrote:This is the vtitle CH file.

#xcommand @ <nTop>, <nLeft> VTITLE [ <oTitle> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ <dlg:OF,DIALOG> <oDlg> ] ;
[ CAPTION <cText> ] ;
[ ACTION <uAction,...> ] ;
[ FONT <oFont> ] ;
[ IMAGE <cImage> ] ;
[ MARGIN <nMargin> ] ;
[ <lLeftImg: LEFTIMG> ] ;
[ <lIcon: ICON> ] ;
[ <lBorder: BORDER> ] ;
[ <lOnOff: ONOFF> ] ;
[ <color: COLOR, COLORS> <nClrText> [,<nClrPane> ] ] ;
[ COLORBAR <nClrBar>[, <nClrBar2> ] ] ;
[ COLORBORDER <nClrBorde> ] ;
[ SPEED <nSpeed> ] ;
[ ANIMATION <aBmps,...> ] ;
[ <lDnArrow: NODOWNARROW> ] ;
[ <lFlash: FLASH> ] ;
=> ;
[ <oTitle> := ] TTitle():New( <nTop>, <nLeft>, <nWidth>, <nHeight>, <oDlg>,;
<cText>, <cImage>, <.lLeftImg.>, <.lIcon.>, <.lBorder.>, <nClrText>, <nClrPane>,;
<nClrBar>, <nClrBar2>, [{|this|<uAction>}], <oFont>, <nMargin>, [\{<aBmps>\}], <nSpeed>,;
<.lOnOff.>, <.lDnArrow.>,;
<nClrBorde>, <.lFlash.> )
Is this C5 product?

Richard
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Dialog-Titles with Fivewin

Post by ukoenig »

Hello Marco,

I will put a source-creator in the forum,
that will do the job for you for a given design.
It is 100% FW-code

Image

Regards

Uwe :lol:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Post by Marco Turco »

richard-service wrote:
Marco Turco wrote:This is the vtitle CH file.

Is this C5 product?

Richard
Yes. It is a C5 product.
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Marco i made a class as your Vtitle !
Antonio and Emg know this class but i cannot publish it because i have some problems with ch file
If antonio can help me perhaps i can pubblish it soon
Best Regards, Saludos

Falconi Silvio
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Post by richard-service »

Marco Turco wrote:
richard-service wrote:
Marco Turco wrote:This is the vtitle CH file.

Is this C5 product?

Richard
Yes. It is a C5 product.
Hi Marco,

I think we had bought more C5 products or other 3rd party.
C5 offer to near 100% full source code that let me modify it when FWH or xHarbour upgrade. So your problem only one. Try to find problem and modify it for compatible new FWH or xHarbour. You try this, you will be study C5 products skill for you.

Regards,

Richard
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post by Enrico Maria Giordano »

Silvio wrote:Marco i made a class as your Vtitle !
Antonio and Emg know this class
Sorry, but I don't know (and I'm not interested in) that class.

EMG
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

dear emg,
on saturday you sent me a message for thr tpsinttitle class do you remember now?
why you say all not truly?
Best Regards, Saludos

Falconi Silvio
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Post by Marco Turco »

richard-service wrote:
Marco Turco wrote:
richard-service wrote: Yes. It is a C5 product.
Hi Marco,

I think we had bought more C5 products or other 3rd party.
C5 offer to near 100% full source code that let me modify it when FWH or xHarbour upgrade. So your problem only one. Try to find problem and modify it for compatible new FWH or xHarbour. You try this, you will be study C5 products skill for you.

Regards,

Richard

Hi Richard,
as written we haven't any problem with C5
and we also succesfully use others C5 controls without problem.

However - in my opinion - I would like to have an alternative class as "second choice" built into FWH to avoid update problems in the future.

C5 provide near the 100% source code as many other third parts components providers and it is appreciated but it is not a warrancy because the library has to be compatible in the same moment with the current xharbour version (and pcode) and with the current FWH version.
Simply take a look to the FWH and xharbour's newsgroups to see how many problems the FWH users have had with third class components (Easypreview, excel class, barcode etc...) when they made a relevant Harbour/FWH upgrade.

What it will happens if the library authors go to holiday for two months and I need to update Harbour of FWH to the current version for bug fixs of to include more features to my app ?
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

To ALL
Sorry,
I must corect all My messages :
when I sad " I made this class" I mean I'm creating this class with a my friend .
this friend is Ing. Stephan Haupt of Germany
I not wanted drop he and his work in this project
the first beta class is mine and then he corrected it .
Best Regards, Saludos

Falconi Silvio
Post Reply