Search found 322 matches: loading

Return to advanced search

Re: xbrowse very slow vs Xbrowser

Silvio, I think vertical scrolling (VScroll) seems to support paging or dynamic loading, whereas horizontal scrolling (HScroll) appears to keep data in memory continuously. Look into the xbrowse source code, and you'll see. But you can easily build that yourself. ...
by Silvio.Falconi
Thu Nov 14, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 519

Re: xbrowse very slow vs Xbrowser

Silvio, I think vertical scrolling (VScroll) seems to support paging or dynamic loading, whereas horizontal scrolling (HScroll) appears to keep data in memory continuously. Look into the xbrowse source code, and you'll see. But you can easily build that yourself. ...
by Otto
Thu Nov 14, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 519

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... in the browser using native JavaScript and DOM manipulation. Pagination for improved user experience and more efficient display. Dynamic Data Loading: Data will be loaded using fetch() in JSON format, which allows flexibility and independence from the data source. Avoiding Additional Libraries: ...
by Otto
Wed Nov 06, 2024 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 215

How to Code in HARBOURINO STYLE vs. React

... Speed and Efficiency: Precompiled Output: Since the patcher works before runtime, it generates the final code in advance, which can lead to faster loading times. In comparison, Angular and React have to handle many dynamic processes at runtime, which can lead to some performance overhead. Direct ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 549

Re: a folder into a dialog

... adjustment can be more resource-intensive, optimizing the code and using efficient programming practices can minimize performance impacts. Preloading content and using lazy loading strategies can also help maintain performance. Fallbacks: Consider providing fallbacks for older devices or browsers ...
by Otto
Thu Jun 13, 2024 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2257

Re: Slow EXE Launch.

... fivewin creates a log file with the name of the executable with information about unloaded resources. After a few days this file was huge and when loading the program I noticed that this file was loading and was taking a long time because of its size. I deleted the LOG file and the program opened ...
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 949

Re: Filter on Xbrowse

... the new programs with mod harbour and I am familiar with it. But maybe, if there is interest, the program could be modified as well. Instead of loading the data from the server with the fetch method, they would be sent and received as shown here. oWebView := TWebView():New(1 , hWnd ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 4201

Re: xbrowseWeb - Work in Progress

... pointer for reading in is shifted by 20 records. The speed is good. I will now also link forward/backward with the mouse wheel. A kind of lazy loading. Best regards, Otto https://mybergland.com/fwforum/speed20.gif
by Otto
Mon Apr 29, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 658

Re: Compiler with MSVC y HARBOUR

... if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs to ensure there are no issues loading these libraries. By ensuring these libraries are correctly installed and configured, you enhance the capabilities and security of your Apache ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 555

Re: xbrowse No existe el metodo: LREADONLY

... provide a small sample which we can test at our end. I stopped using my modified xbrowse class for the example, it no longer gives an error when loading data, but sometimes it generates gpf when clicking on the exit button, for now I am going to use it like this, the example that asks me does ...
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 1860

Re: Cambio de imagen a 1 boton

... "OPENED" ) )return nil We can toggle both prompt and image using codeblocks as suggested above. No need to keep loading bitmap again and again. https://imagizer.imageshack.com/img923/2998/ml3P7b.gif
by nageswaragunupudi
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio de imagen a 1 boton
Replies: 10
Views: 1005

Re: Fine tune Phi2 from Microsoft with your own data

Loading a fine tuned model from disk: (don't use this, it consumes a huge GPU memory! Use next post) !pip install accelerate==0.25.0!pip install bitsandbytes==0.41.1!pip install datasets==2.14.6!pip install peft==0.6.2!pip ...
by Antonio Linares
Wed Jan 17, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 2095

Re: Fine tune Phi2 from Microsoft with your own data

loading an extra trained layer to the base model Phi-2, based on: https://medium.com/@nimritakoul01/finetuning-microsoft-phi-2-small-language-model-on-veggo-dataset-using-qlora-8bcf70ab625e !pip install accelerate==0.25.0!pip ...
by Antonio Linares
Wed Jan 17, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 2095

Re: Using Microsoft AI Phi-2 from FWH

hi,

have buildh64 Sample with my *.gguf Path but got Error Message loading llama64.dll :shock:
llama64.dll is in same Folder like EXE

what i´m doing wrong :?:
by Jimmy
Tue Dec 19, 2023 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 12299

Insert a TUrlLink into xbrowse

... of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example which have handling (warehouse loading/warehouse unloading)
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 622
Next

Return to advanced search