Search found 1354 matches: properly

Return to advanced search

Re: Windows 7 / MSVS 2022 Crash

Dear Tim, I just built FWH\samples\fivedbu.exe and executed it from (virtualbox) Windows 7 and it properly worked. If you could install Visual Studio in such Windows 7 machine, running your EXE from the Visual Studio IDE will surely tell you whats the problem I use this ...
by Antonio Linares
Thu Apr 06, 2023 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3000

Re: Country FLAG to Avatar

... with surely many addons :-) Also if you open both from your phone you will see that the one at fivetech.com looks fine meanwhile this one does not properly adjusts
by Antonio Linares
Thu Apr 06, 2023 6:52 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Country FLAG to Avatar
Replies: 2
Views: 440

Re: error al compilar

This is the right code to properly compile: #pragma BEGINDUMP#include <hbapi.h>#undef hb_retclen_buffer#undef hb_parldefvoid hb_retclen_buffer( char * szText, int nLen ){   hb_retclen( szText, nLen );}int ...
by Antonio Linares
Mon Mar 06, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error al compilar
Replies: 4
Views: 434

Re: HB_UnzipFile Does not work

I just extract the files and re-zip them and now it works properly.
by Enrico Maria Giordano
Sun Feb 26, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_UnzipFile Does not work (SOLVED Thank you ENRICO)
Replies: 13
Views: 459

Re: Fivewin multi-threading Support ?

hi Antonio,
Please review FWH\samples\buildhmt.bat

FWH works properly using multi thread you can try it using FiveDBU.prg

Ah, i have to use another *.BAT

OK and how with *.MAK which i use under 32 Bit OS :?:
by Jimmy
Sun Feb 26, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin multi-threading Support ?
Replies: 9
Views: 541

Re: Fivewin multi-threading Support ?

Dear Jimmy,

Please review FWH\samples\buildhmt.bat

FWH works properly using multi thread you can try it using FiveDBU.prg
by Antonio Linares
Sun Feb 26, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin multi-threading Support ?
Replies: 9
Views: 541

Re: Webview class into Resource Dialog?

In this example, we can check that when the dialog that holds the WebView closes, it closes the main Window but the app properly exits: #include "FiveWin.ch"function Main()   local oWnd    DEFINE WINDOW oWnd    ACTIVATE WINDOW oWnd ;  ...
by Antonio Linares
Fri Feb 17, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview class into Resource Dialog?
Replies: 5
Views: 237

Re: XBROWSER with SETUP possible?

Hi, I have changed mr. rao's example like this. but does not run properly. #include "fivewin.ch"function Main()   local aData    := { { "ONE  ", 2000 }, { "TWO  ", -5000 }, { "THREE", ...
by FiveWiDi
Thu Feb 02, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 321

XBROWSER with SETUP possible?

Hi, I have changed mr. rao's example like this. but does not run properly. #include "fivewin.ch"function Main()   local aData    := { { "ONE  ", 2000 }, { "TWO  ", -5000 }, { "THREE", ...
by Horizon
Thu Feb 02, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER with SETUP possible?
Replies: 4
Views: 321

Re: Save Multi-TAB to "re-build"

Dear Jimmy,

You could save the info into a json file and later on reload the json as a hash and use it to properly built it

You can use XBrowser( hInfo ) to easily edit it
by Antonio Linares
Tue Dec 27, 2022 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save Multi-TAB to "re-build"
Replies: 7
Views: 532

Re: load *.RES into Imagelist() ?

hi Antonio, Are you properly providing it a masked bitmap for each one ? i do not know what "masked bitmap" mean ... "just" have try to use your Sample which use different Bitmap ("folder" / "fldmask") ...
by Jimmy
Thu Dec 15, 2022 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load *.RES into Imagelist() ?
Replies: 9
Views: 612

Re: load *.RES into Imagelist() ?

Dear Jimmy,

Are you properly providing it a masked bitmap for each one ?
by Antonio Linares
Thu Dec 15, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: load *.RES into Imagelist() ?
Replies: 9
Views: 612

Re: View deleted records in xBrowse

... ON // OFF and then I did this before creating the XBROWSE (look for XBROWSE inside fivedbu.prg): SET DELETED OFF and the deleted records are properly shown https://github.com/FiveTechSoft/screenshots/blob/master/time_deleted.jpg?raw=true
by Antonio Linares
Tue Dec 13, 2022 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 715

Re: chatGPT writes and executes Harbour code !!!

Dear Silvio,

If you want to become more impressed, ask chatGPT to provide you the result of the code it gives you :-)

In Harbour, if I remember properly, you use % for MOD

? 5 % 2
by Antonio Linares
Tue Dec 13, 2022 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2822

Re: Problems with Preview

Dear David, I have built FWH\samples\testprn2.prg and then copied the EXE to a remote PC managed with remote desktop. The preview is properly shown and if I export it to PDF, the PDF is properly seen. Could you please reproduce my test ? Here you have a screenshot of my test: (click on the ...
by Antonio Linares
Fri Nov 11, 2022 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with Preview
Replies: 14
Views: 830
PreviousNext

Return to advanced search

cron