How to make this with FWH ?
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
How to make this with FWH ?
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.
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
Marco Turco
SOFTWARE XP LLP
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
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.> )
#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
Marco Turco
SOFTWARE XP LLP
- richard-service
- Posts: 583
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Is this C5 product?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.> )
Richard
Dialog-Titles with Fivewin
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
Regards
Uwe
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
Regards
Uwe
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.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
- richard-service
- Posts: 583
- Joined: Tue Oct 16, 2007 8:57 am
- Location: New Taipei City, Taiwan
- Contact:
Hi Marco,Marco Turco wrote:richard-service wrote:Yes. It is a C5 product.Marco Turco wrote:This is the vtitle CH file.
Is this C5 product?
Richard
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
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Marco Turco
- Posts: 858
- Joined: Fri Oct 07, 2005 12:00 pm
- Location: London
- Contact:
richard-service wrote:Marco Turco wrote:Hi Marco,richard-service wrote: Yes. It is a C5 product.
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
Marco Turco
SOFTWARE XP LLP
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 .
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
Falconi Silvio