Fivewin & web
Re: Fivewin & web
Antonio, I would like to know when we might expect to become a functioning FiveWeb. With pleasure i will pay for!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
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
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
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!!
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
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
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
- damianodec
- Posts: 372
- Joined: Wed Jun 06, 2007 2:58 pm
- Location: Italia
- Contact:
Re: Fivewin & web
hi Antonio
I'm trying fiveweb but it wants BC7 (lib gdiplus.lib)
where can I find it?
I'm trying fiveweb but it wants BC7 (lib gdiplus.lib)
where can I find it?
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
Antonio, msginfo() is functioning on the sample testmenu.prg but NOT on tutor01.prg.
Re: Fivewin & web
Hi,
I think you have to plane a session at the annual fivewin conference in July !
Thanks for your job .
I think you have to plane a session at the annual fivewin conference in July !
Thanks for your job .
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
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
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
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Fivewin & web
> and explain me the difference between this web space and a normal web space ?
There are no differences, afaik
There are no differences, afaik
Re: Fivewin & web
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
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
Ops, my mistake, the indexes work well !
Re: Fivewin & web
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
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