Page 2 of 5

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:00 am
by byte-one
Antonio, I would like to know when we might expect to become a functioning FiveWeb. With pleasure i will pay for!

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:06 am
by Antonio Linares
Günther,

I recently started implementing Bootstrap in FiveWeb as I think it is the right GUI to use,
so apps run on the web, phones, tablets, etc and the GUI automatically adjust to them with
no work on our side.

But I got almost no feedback about it here in the forums. Thats why I have not done more work on it.

Please download it and review it and you will see it is very easy and simple

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:20 am
by byte-one
I think, a web-app is very much better to handling as a app on all devices. Once i make a update in the web, all users have the update. No need to updating for everyone. You should force the development also in this direction. I think, many FWinners have a antipathy to PHP and JS. The future is also in the WEB!!

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:28 am
by Antonio Linares
With Harbour and FiveWeb we build CGIs.

Not all users want to use CGIs, though they work very well, with both Linux and Windows servers.

Its up to you to decide what tool to use :-)

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:38 am
by damianodec
hi Antonio
I'm trying fiveweb but it wants BC7 (lib gdiplus.lib)
where can I find it?

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 10:42 am
by Antonio Linares

Re: Fivewin & web

PostPosted: Fri Feb 03, 2017 12:46 pm
by byte-one
Antonio, msginfo() is functioning on the sample testmenu.prg but NOT on tutor01.prg.

Re: Fivewin & web

PostPosted: Sat Feb 04, 2017 10:10 am
by Jack
Hi,
I think you have to plane a session at the annual fivewin conference in July !

Thanks for your job .

Re: Fivewin & web

PostPosted: Sat Feb 04, 2017 10:14 am
by Antonio Linares
Jack,

Yes, I have it in mind :-)

I would like users to understand how simply and powerful Harbour + FiveWeb is

It can be modified the way users may need, and can be adapted to different GUIs quite easily

Re: Fivewin & web

PostPosted: Sun Feb 05, 2017 6:05 pm
by Romeo
Hi

I download and tested TUTOR01.PRG of


https://bitbucket.org/fivetech/fiveweb/wiki/Home

But it does not run, and give me this message:

Attention: This is a FiveWeb application that has to be executed
from the server as a cgi-bin, i.e.: http://server_address/cgi-bin/myapp1.exe

I suppose i need a "special web space" on some server to run it !

Can someone help me to have this space, just for test, and explain me the difference between this web space and a normal web space ?

tks
Romeo/Zingoni

Re: Fivewin & web

PostPosted: Mon Feb 06, 2017 11:47 am
by Antonio Linares
Romeo,

Please install XAMPP and run apache locally:

https://www.apachefriends.org/es/index.html

then from the browse go to http://127.0.0.1/cgi-bin/tutor01.exe and previously copy tutor01.exe there

Re: Fivewin & web

PostPosted: Mon Feb 06, 2017 11:48 am
by Antonio Linares
> and explain me the difference between this web space and a normal web space ?

There are no differences, afaik

Re: Fivewin & web

PostPosted: Mon Feb 06, 2017 1:27 pm
by Romeo
It seems not true, but works !!

Great work !
It seems really a good thing for the future web app, without knowing any php, css ....only fwin !

How long before have a full set of function to create a web application ?


(I tried to use index on ..., but it seems not working jet)

Hi
Romeo/zingoni

Re: Fivewin & web

PostPosted: Mon Feb 06, 2017 1:34 pm
by Romeo
Ops, my mistake, the indexes work well !

Re: Fivewin & web

PostPosted: Mon Feb 06, 2017 4:27 pm
by Romeo
Hi

I tried all the samples of FWEB and they works so and so !

Example THEME.PRG: (and also ther examples)

It shows A (good) DIALOG , bit shows also the MENUITEMS in 'char style' !

Is it normal ? Because working in progress ?

tks