FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour mod Harbour - eShop
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
mod Harbour - eShop
Posted: Wed Jul 10, 2019 10:26 AM
Dear Antonio,
we made following changes into <DIV .
Best regards
Otto







Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Wed Jul 10, 2019 11:58 AM

Dear Otto,

thank you so much :-)

Here I explain you the right way to cooperate on the development (and fixes) of mod_harbour:

  1. From https://github.com/fivetechsoft/mod_harbour you click on the "fork" button

  2. You make your changes in the "forked" project

  3. Once you are done, you go to https://github.com/fivetechsoft/mod_harbour again and click on "Pull request"

  4. Then I am notified of your contributions, I review them and I accept them :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Wed Jul 10, 2019 11:59 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: mod Harbour - eShop
Posted: Wed Jul 10, 2019 12:48 PM

Dear Antonio,
GENESIS is great. I am following the evolving.

Can you please post an example how to handle session objects.

Thank you in advance

Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Fri Jul 12, 2019 09:42 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour - eShop
Posted: Wed Jul 17, 2019 03:25 PM
Otto wrote:Dear Antonio,
GENESIS is great. I am following the evolving.

Can you please post an example how to handle session objects.

Thank you in advance

Otto


Hi Antonio.
I'm making some more tests with mod_harbour.
I have 3 questions.
The first is about sessions, as Otto already asked you.
The second if you have made something for Advantage
The third is how to design some controls like radios, checkboxes and combos.
Thanks a lot
Massimo
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Wed Jul 17, 2019 05:33 PM
Massimo,

1. In recent genesis.prg changes you can see how to use cookies to identify a user. On the server side you can use a DBF to track your users activity. Thats all that we have for now.

2. You just need to build libharbour.dll with ADS libs support into it. Here we explain how to include any libs into it:

https://github.com/FiveTechSoft/mod_harbour/tree/master/contribs/windows

3. We use bootstrap for the GUI. Here you find how to create all controls:

https://getbootstrap.com/docs/4.0/components/forms/
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour - eShop
Posted: Wed Jul 17, 2019 05:45 PM

Thanks Antonio.
What do you use for design a view ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Wed Jul 17, 2019 06:32 PM

Believe it or not, I do it by hand :-)

as I want to understand the basics...

Maybe in the future I will look for a designer, but for now, I build them step by step

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: mod Harbour - eShop
Posted: Wed Jul 17, 2019 06:49 PM

I want to understand the basics too.
The problem of being too much used to using tools like Workshop or the visual designer of .Net.

Posts: 336
Joined: Mon Dec 07, 2009 02:49 PM
Re: mod Harbour - eShop
Posted: Thu Jul 18, 2019 07:24 AM

Hi Antonio ,

Could you please provide Architect outline of mod_harbour ?

Thanks
Shridhar

Thanks

Shridhar

FWH 24.04, BCC 7 32 bit, MariaDB
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Thu Jul 18, 2019 07:52 AM
Massimo,

This is a nice free online bootstrap editor to create forms, etc.

https://bootsnipp.com/forms
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Thu Jul 18, 2019 07:59 AM
Shridhar,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: mod Harbour - eShop
Posted: Thu Jul 18, 2019 08:32 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion