How to make this with FWH ?

How to make this with FWH ?

Postby Marco Turco » Sat Apr 05, 2008 10:44 am

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
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Postby Antonio Linares » Sat Apr 05, 2008 1:52 pm

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
Antonio Linares
Site Admin
 
Posts: 41356
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Marco Turco » Sat Apr 05, 2008 2:35 pm

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
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Postby richard-service » Sat Apr 05, 2008 3:12 pm

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
richard-service
 
Posts: 770
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Dialog-Titles with Fivewin

Postby ukoenig » Sat Apr 05, 2008 3:36 pm

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
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Postby Marco Turco » Sat Apr 05, 2008 6:10 pm

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
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Postby Silvio » Sat Apr 05, 2008 8:08 pm

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
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby richard-service » Sun Apr 06, 2008 2:42 am

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
richard-service
 
Posts: 770
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan

Postby Enrico Maria Giordano » Sun Apr 06, 2008 8:44 am

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
Enrico Maria Giordano
 
Posts: 8355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Postby Silvio » Sun Apr 06, 2008 11:03 am

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
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Postby Marco Turco » Sun Apr 06, 2008 1:52 pm

richard-service wrote:
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



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
Marco Turco
 
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London

Postby Silvio » Mon Apr 07, 2008 12:16 pm

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
User avatar
Silvio
 
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 38 guests