Page 1 of 1

xbrowseWeb - Work in Progress

PostPosted: Sat Apr 20, 2024 10:33 am
by Otto
Hello friends,

For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse.

xbrowseWeb used as a file manager
xbrowseWeb to browse a DBF file
Have a nice weekend,

Otto


Image

Image

Image

Re: xbrowseWeb - Work in Progress

PostPosted: Sat Apr 20, 2024 12:49 pm
by nageswaragunupudi
xbrowseWeb to browse a DBF file

This is what I am looking for.
Later we can extend it to other data sources too.

Re: xbrowseWeb - Work in Progress

PostPosted: Mon Apr 29, 2024 11:13 pm
by Otto
Hello friends,
Database-Navigation
I now have 2 switches for forward/backward, and each time the sentence 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
Image

Re: xbrowseWeb - Work in Progress

PostPosted: Tue Apr 30, 2024 9:24 am
by Otto
Hello friends,

Search similar to in xbrowse starts with the inputs: chosen index, search from the beginning of the word or within the word, and the search string.
Records in the DBF file: 34000
Please note that we have been working on xbrowse for decades. One should not assume that when we switch to web, a finished library will meet the requirements we have with xbrowse. I think we should work together on this task.



Best regards,
Otto



Image

Image

Image

Image



Image

Re: xbrowseWeb - Work in Progress

PostPosted: Thu May 02, 2024 7:49 am
by Otto
Image