Search found 44 matches: builtin

Return to advanced search

Re: Mr. Rao, refresh a Tree

We will definitely support you.
I can not see the video but that does not matter.
Are you using FWH builtin Maria/MySql lib?
Also your FWH version.
by nageswaragunupudi
Fri Feb 09, 2024 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 728

Re: CLASS TGrid() for FiveWin

The point I am trying to make is that with FWH's builtin capabilities we can do anything with images without any limitations.
by nageswaragunupudi
Fri Oct 21, 2022 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3454

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... more than xxxx mili-second, it is touch. Is it possible? Thank you in advance, Set oBrw:lKinetic to .F. If you are using Touch screen, XBrowse has builtin scrolling facility with fingers on touch screens. This is perfect and much smoother than with lKinetic. All touch gestures are supported including ...
by dutch
Wed Oct 20, 2021 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 455

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

Set oBrw:lKinetic to .F.

If you are using Touch screen, XBrowse has builtin scrolling facility with fingers on touch screens.
This is perfect and much smoother than with lKinetic.
All touch gestures are supported including pinch and zoom.
by nageswaragunupudi
Tue Oct 19, 2021 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 455

Re: Evaluate whether a color value is dark or light

Without doing any of these calculations yourself, you can get the contrast color by calling the FWH builtin function: ContrastClr( nYourColor ) // ---> CLR_WHITE or CLR_BLACK  Note: Logic is the same. But there is already a ready-made function. Just curiosity, ...
by AntoninoP
Mon Feb 15, 2021 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 838

Re: Evaluate whether a color value is dark or light

Without doing any of these calculations yourself, you can get the contrast color by calling the FWH builtin function:
Code: Select all  Expand view

ContrastClr( nYourColor ) // ---> CLR_WHITE or CLR_BLACK
 


Note: Logic is the same. But there is already a ready-made function.
by nageswaragunupudi
Mon Feb 15, 2021 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 838

Re: Arhivos xls y xlsm

It is much simpler using the FWH builtin function GetExcelBook( cFileFullPath ) --> oBook if ( oBook := GetExcelBook( cExcelFileNameWithFullPath ) ) != nil            oBook:Application:Visible := .t.         endif  You ...
by nageswaragunupudi
Mon Feb 01, 2021 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Arhivos xls y xlsm
Replies: 1
Views: 251

Re: Mr. Rao. REQUERY FWH Nativa.

With FWH builtin mysql/mariadb library, use the method EditBaseRecord( [cFieldList], [lNew], [bEdit], [oBrw], [lLock] )  This method reads all fields from the database and offers ...
by nageswaragunupudi
Thu Sep 12, 2019 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao. REQUERY FWH Nativa.
Replies: 1
Views: 586

Re: MDI Unicode Problem

Then what do you think is the difference between your previous sample and the present sample? Can you please use your TMySql lib instead of Builtin MariaLib of FWH in the same sample we are now testing? Also please try removing HB_LangSelect(...). Mr.Rao Difference A.I have to use Set Resource ...
by richard-service
Tue Aug 13, 2019 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3637

Re: MDI Unicode Problem

Then what do you think is the difference between your previous sample and the present sample?
Can you please use your TMySql lib instead of Builtin MariaLib of FWH in the same sample we are now testing?
Also please try removing HB_LangSelect(...).
by nageswaragunupudi
Mon Aug 12, 2019 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3637

Re: MDI Unicode Problem

... sure that the fields in your table are created with the character set "utf8" but not "utf8mb4". 3) Implications of using FWH builtin MariaLib Vs TMySQL. Next steps for testing: 1) Change the table and server in our example to your server and your table and see if you still ...
by richard-service
Mon Aug 12, 2019 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3637

Re: MDI Unicode Problem

... sure that the fields in your table are created with the character set "utf8" but not "utf8mb4". 3) Implications of using FWH builtin MariaLib Vs TMySQL. Next steps for testing: 1) Change the table and server in our example to your server and your table and see if you still ...
by nageswaragunupudi
Mon Aug 12, 2019 12:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI Unicode Problem
Replies: 26
Views: 3637

Re: How to use GDIPLUS -> NewGradientBrush ?

Mr. Rao, May I know what is it you want to achieve that is not possible now with the existing FWH builtin functions? There was no GDIPLUS-TEXTUREBRUSH- and GRADIENT - solution included in TGDIPLUS. I*ve been looking for it to complete my tests. ____________ Trying to compile ...
by ukoenig
Tue Apr 09, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1760

Re: How to use GDIPLUS -> NewGradientBrush ?

May I know what is it you want to achieve that is not possible now with the existing FWH builtin functions?
by nageswaragunupudi
Mon Apr 08, 2019 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1760

Re: FWH 18.08: Enhancements to strings.prg

Hi Mr. Rao,

I am confused about that.

There are 6 languages in builtin. And we add 7th one in it as a new language. Sometimes later if any languages add in built-in fwh. Our code is still use 7th. but it is occupied from new fwh version.

Is it true?
by Horizon
Fri Nov 09, 2018 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425
Next

Return to advanced search