Search found 181 matches
- Tue Dec 31, 2024 11:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To all the FW family
- Replies: 10
- Views: 575
- Sat Nov 09, 2024 9:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
Re: how to close downloaded files window in webview2
Thank you Antonio,
I will try to adapt latest version to my app.
I apologize in advance if this process will disturb you further.
I will try to adapt latest version to my app.
I apologize in advance if this process will disturb you further.
- Fri Nov 08, 2024 2:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
Re: how to close downloaded files window in webview2
Hi Antonio,
Is there any other option that can solve this request other than the new version?
Is there any other option that can solve this request other than the new version?
- Wed Nov 06, 2024 12:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to add element to right click popup menu list in TGet.
- Replies: 2
- Views: 301
How to add element to right click popup menu list in TGet.
Hi,
How to add element to right click popup menu list in TGet.
Thanks,
How to add element to right click popup menu list in TGet.
Thanks,
- Sat Nov 02, 2024 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
Re: how to close downloaded files window in webview2
Hi Antonio,
First of all, thank you very much for your kindness.
I guess the source of my problems stems from the CalcSize method used in many classes. I guess it's not just in the TGroup class.
I do not think I have the right to request the changes I have identified. Because, like most users ...
First of all, thank you very much for your kindness.
I guess the source of my problems stems from the CalcSize method used in many classes. I guess it's not just in the TGroup class.
I do not think I have the right to request the changes I have identified. Because, like most users ...
- Fri Nov 01, 2024 6:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
Re: how to close downloaded files window in webview2
updated libs sent by email
oWebView:ShowDownloads( .F. )
Hi Antonio,
I could not use this libs. When I copy this libs to my fwh 24.02 libs directory, same semptons in fwh 24.09 comes again.
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44961&sid=6f096339882ed7219e261d450dd74ee3
Can ...
oWebView:ShowDownloads( .F. )
Hi Antonio,
I could not use this libs. When I copy this libs to my fwh 24.02 libs directory, same semptons in fwh 24.09 comes again.
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44961&sid=6f096339882ed7219e261d450dd74ee3
Can ...
- Fri Nov 01, 2024 12:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
Re: how to close downloaded files window in webview2
Hi Antonio,
I use fwh 24.02 and harbour 32 bit. I could not use 24.09.
Thank you very much.
I use fwh 24.02 and harbour 32 bit. I could not use 24.09.
Thank you very much.
- Thu Oct 31, 2024 11:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1663
how to close downloaded files window in webview2
Hi,
I found this.
https://stackoverflow.com/questions/734 ... tent-or-pr
How to do it using fwh webview class?
Thanks.
I found this.
https://stackoverflow.com/questions/734 ... tent-or-pr
How to do it using fwh webview class?
Thanks.
- Thu Oct 24, 2024 7:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetImageHash
- Replies: 2
- Views: 484
Re: GetImageHash
I will try.Antonio Linares wrote:Dear Hakan,
Please try this:
MsgInfo( nFileCRC( "yourimage.png" ) ) // any image extension
Thanks.
- Wed Oct 23, 2024 10:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GetImageHash
- Replies: 2
- Views: 484
GetImageHash
Hi,
I ask AI to create Hash for an image.
FUNCTION GetImageHash(cFileName)
LOCAL nHandle, cBuffer, nHash, nByte, i
nHandle := FOPEN(cFileName, 0) // Dosyayı okumak için aç
IF nHandle < 0
? "Dosya açılamadı"
RETURN NIL
ENDIF
nHash := 0
DO WHILE FREAD(nHandle, @cBuffer, 1) > 0
nByte ...
I ask AI to create Hash for an image.
FUNCTION GetImageHash(cFileName)
LOCAL nHandle, cBuffer, nHash, nByte, i
nHandle := FOPEN(cFileName, 0) // Dosyayı okumak için aç
IF nHandle < 0
? "Dosya açılamadı"
RETURN NIL
ENDIF
nHash := 0
DO WHILE FREAD(nHandle, @cBuffer, 1) > 0
nByte ...
- Mon Oct 21, 2024 1:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 95
- Views: 8038
Re: New FWH 24.09
Hi Mr. Rao,
? GetOEMCP(), GetACP()
Türkiye:
854, 1254
Thanks.
1) Please once again give me 3 or 4 unique to Turkish characters both their OEM asc values and corresponding ANSI asc values.
2) Can you please check again? Is it 854 or 857 ?
Please see this webpage:
https://learn.microsoft.com/en ...
? GetOEMCP(), GetACP()
Türkiye:
854, 1254
Thanks.
1) Please once again give me 3 or 4 unique to Turkish characters both their OEM asc values and corresponding ANSI asc values.
2) Can you please check again? Is it 854 or 857 ?
Please see this webpage:
https://learn.microsoft.com/en ...
- Mon Oct 21, 2024 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 95
- Views: 8038
- Wed Oct 16, 2024 6:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Change dimensions gets FWH-24.09
- Replies: 9
- Views: 844
Re: Change dimensions gets FWH-24.09
Hi Mr. Rao,
I think there is something not considered in the CalSize method. When I removed this method from TGroup, my groups returned to normal.
https://forums.fivetechsupport.com/view ... 3eb24c035e
I think there is something not considered in the CalSize method. When I removed this method from TGroup, my groups returned to normal.
https://forums.fivetechsupport.com/view ... 3eb24c035e
- Sun Oct 06, 2024 4:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: 24.07 and 24.09 TGroup problem.
- Replies: 4
- Views: 1215
Re: 24.07 and 24.09 TGroup problem.
Hi Mr. Rao,
I know I should prepare small, working example but I could not.
I also know this is not a solution but.
Fwh 24.09 Group class
METHOD New( nTop, nLeft, nBottom, nRight, cLabel, oWnd, nClrText, nClrPane,;
lPixel, lDesign, oFont, lTransparent, nWidth, nHeight, lRelPix ) CLASS TGroup ...
I know I should prepare small, working example but I could not.
I also know this is not a solution but.
Fwh 24.09 Group class
METHOD New( nTop, nLeft, nBottom, nRight, cLabel, oWnd, nClrText, nClrPane,;
lPixel, lDesign, oFont, lTransparent, nWidth, nHeight, lRelPix ) CLASS TGroup ...
- Thu Oct 03, 2024 3:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: 24.07 and 24.09 TGroup problem.
- Replies: 4
- Views: 1215
Re: 24.07 and 24.09 TGroup problem.
Hakan, the images are not showing. It would be very kind of you if you would post a small, working example, please.
Hakan, las imágenes no se muestran. Sería muy amable de su parte si publicara un pequeño ejemplo práctico, por favor.
Regards, saludos.
Hi Karinha,
You can open pictures with ...
Hakan, las imágenes no se muestran. Sería muy amable de su parte si publicara un pequeño ejemplo práctico, por favor.
Regards, saludos.
Hi Karinha,
You can open pictures with ...