Search found 116 matches: realized

Return to advanced search

Re: FWH 24.02 new Class TWebView2

... Anton had already solved more simply in the forum in the meantime. I had the problem here that I wanted to display the PDF in an iframe. I then realized that the webview2 denies access. Then I wanted to allow access with oWebView:SetAllowFileAccess(.t.), but this is not supported. Is this possible ...
by Otto
Fri Mar 01, 2024 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2467

reverse engineering of a harbour compiled c file

... version ( do not know how i made this disaster) In a prg file (lefunz.prg) i made two new complicated function of which i lost everything. Now i realized that the functions are still in a c file (lefunz.c) in HB_func format Is it possible to reverse enginering to a prg format? ( or from the exe ...
by lorenzoazz
Tue Jan 16, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reverse engineering of a harbour compiled c file
Replies: 1
Views: 604

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()  ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 350

Using free AI power from our Harbour apps !!!

... asure we are all using the same files (for the start) This morning meanwhile I was testing and helping on some python code of GPT4All dev team I realized (I saw and debugged the code) that they just were creating a process with the EXE and routing stdin and stdout, so I thought it is a perfect ...
by Antonio Linares
Fri Mar 31, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1674

Re: more than 1 bmp on a xbrowse column

Dear Ramesh Babu
Actually, I posted that sample in a haste.
Later I realized that it is not what he is looking for.
I will post different samples now.
by nageswaragunupudi
Thu Mar 23, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: more than 1 bmp on a xbrowse column
Replies: 6
Views: 478

FileEdit.prg - Duplicate function

... renombrándola estática, luego cambiaré el nombre. Antonio i went crazy all afternoon to find an explanation that i couldn't understand then i realized that in my application i used a function called Duplicate (used and taken from the yunus.prg file) which interferes with a function with the ...
by Silvio.Falconi
Tue Mar 14, 2023 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FileEdit.prg - Duplicate function
Replies: 0
Views: 171

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... PIXEL OF oDlg CENTER VCENTER COLOR CLR_WHITE, CLR_HRED   ACTIVATE DIALOG oDlg CENTERED   RELEASE FONT oFontreturn nil Thanks Master, I hadn't realized that MsgInfo() made me lose focus and return. Works correctly
by VictorCasajuana
Fri Oct 21, 2022 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1106

Re: Build version of fivewin libraries on MSVC

... placed on a clients Win 7 computer, it simply would not run. He decided to buy a new computer, copied over the files, and it ran perfectly. So we realized the issue was with Windows 7. All future development for Microsoft will focus on Windows 10 & 11, and the build tools will be focused on ...
by TimStone
Thu Jul 28, 2022 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 533

Print a coupon

... in the program I proceed with the decomposition and save positions on array https://i.postimg.cc/NfKNprhD/posizioni.png however I realized that in print I have everything in reverse and therefore the second column of the array is actually the row in the print so i thought about ...
by Silvio.Falconi
Fri Jun 17, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print a coupon
Replies: 1
Views: 344

Re: found 90 numbers

Dear Silvio, I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!! So how do you expect that a row has all values from 1 to 90 if they have less elements ? :-) in fact that is the analytic ...
by Silvio.Falconi
Wed May 25, 2022 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 525

Re: found 90 numbers

Dear Silvio,

I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!!

So how do you expect that a row has all values from 1 to 90 if they have less elements ? :-)
by Antonio Linares
Wed May 25, 2022 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 525

Re: W3Schools webpage template "COMPANY" to mod harbour

dear friends, I set out today to understand in detail what happens in this small piece of code ... but I quickly realized I would very much appreciate and need your help. please... here is the link to the small website: https://winhotel.space/submarine_newsletter_ruth/portfolio.prg ...
by Ruth
Mon May 16, 2022 11:41 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 816

Re: How many time my application is run in memory

rhlawek wrote:And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.


Yes this is.
by Horizon
Sat May 14, 2022 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1156

Re: How many time my application is run in memory

And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.
by rhlawek
Fri May 13, 2022 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1156

New BtnBmp Vs Old Btnbmp

compiling an old program I realized that the btnbmp does not work as it was before on Win 10 when I want to see a popup menu when I press the button on the last btnbmp I have https://i.postimg.cc/NFNpQTjX/NUOVO.png the ...
by Silvio.Falconi
Sat Apr 16, 2022 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New BtnBmp Vs Old Btnbmp
Replies: 2
Views: 226
Next

Return to advanced search