Page 1 of 1
mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Tue May 18, 2021 11:06 am
by Otto
Hello friends,
I saw Cristobals talk on FlexGRID.
Now I think it would be beneficial to have an xBrowse with 12 columns, and then after we have set the xBrowse an export function to HTML.
Then we could use the screens for both FW and mod harbour.
You would have to extend xBrowse so that you can make settings that are compatible with FLEXGRIG.
What do you think?
Best regards,
Otto

Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Tue May 18, 2021 7:12 pm
by cnavarro
Dear Otto
On the mod-harbour forum you have many examples that I put on the use of grid and flex. Let's not confuse both technologies (which are included in all browsers natively)
https://forum.modharbour.app/viewforum.php?f=16It also has the videos I made on the subject
https://forum.modharbour.app/viewtopic.php?f=13&t=131https://forum.modharbour.app/viewtopic.php?f=13&t=132The advantage of using these technologies is that you don't have to load any additional scripts or frameworks, and it allows you to easily responsive pages.
Two classes TGridBox and TFlexBox are also included in Beacon
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Tue May 18, 2021 7:21 pm
by Otto
Dear Cristobal,
Do these classes work with Fivewin?
Best regards,
Otto
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Tue May 18, 2021 7:22 pm
by cnavarro
Ok, the idea is for the future to make them compatible with the INLINE technology that I introduced in Fivewin and that I have much more advanced, although still in testing.
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Wed May 19, 2021 4:15 pm
by nageswaragunupudi
Is this forum separate from fivewin forums? Is it run by FiveTech?
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Wed May 19, 2021 4:34 pm
by cnavarro
The forum and the server are mine, the domain is Charly's, and the administrators are Charly and me. Why, I didn't know him?
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Thu May 20, 2021 1:18 am
by nageswaragunupudi
Now I think it would be beneficial to have an xBrowse with 12 columns, and then after we have set the xBrowse an export function to HTML.
Then we could use the screens for both FW and mod harbour.
Work in progress. Still in very early stages
viewtopic.php?f=3&t=40432
Re: mod for Fivewin - FLEXGRID extension for xBrowse
Posted: Thu May 20, 2021 6:06 am
by Otto
Dear Mr. Rao,
Many Thanks. That's great.
May I explain my suggestion to you better again? I am enclosing a few screenshots.
I imagine a quickly created input dialog.
You define an array
- xbrowse would then be the dialog
and with save, you get the changed array.
You could then practically define an entire input dialog with an array.
E.g., here I put a # in front, and xbrowse then knows that it is a label and the column is blocked for focus.
For the input fields, you could perhaps prefix such as
> normal imput
< use combobox etc.
Dialog designer
Best would be if we can start with an empty xbrowse - like an excel sheet.
Then fill in labels, get fields, comboboxes, etc.
This would be great on a right click menu to choose.
And of course, an export button for HTML code.
Best regards,
Otto


