Fivewin & web

User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

Antonio, I would like to know when we might expect to become a functioning FiveWeb. With pleasure i will pay for!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post 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!!
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post 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 :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Re: Fivewin & web

Post by damianodec »

hi Antonio
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)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Fivewin & web

Post by byte-one »

Antonio, msginfo() is functioning on the sample testmenu.prg but NOT on tutor01.prg.
Regards,
Günther
---------------------------------
office@byte-one.com
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: Fivewin & web

Post by Jack »

Hi,
I think you have to plane a session at the annual fivewin conference in July !

Thanks for your job .
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Fivewin & web

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Fivewin & web

Post by Antonio Linares »

> and explain me the difference between this web space and a normal web space ?

There are no differences, afaik
regards, saludos

Antonio Linares
www.fivetechsoft.com
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Fivewin & web

Post 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
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Fivewin & web

Post by Romeo »

Ops, my mistake, the indexes work well !
Romeo
Posts: 328
Joined: Thu Jan 25, 2007 3:53 pm
Location: Milan (Italy)

Re: Fivewin & web

Post 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
Post Reply