Page 9 of 28
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 3:10 am
by Roberto Lopez
jparada wrote:Hola Roberto,
Gracias por contestar.
Sucede que el mensaje "connection closed from the server", me aparece precisamente al presionar el botón connect.
Alguna otra sugerencia...?.
Gracias.
Saludos,
Javier
No por el momento.
Está funcionando bien aquí en Chrome 19. Descubrí que no funciona en FireFox 12.
El problema es ue cada navegador tiene su propia implementación y algunas cosas que funcionan en uno, podrían no funcionar en otro.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 3:19 am
by Roberto Lopez
HMGSCRIPT R008:
Fixed problems in FireFox.
I've tested on Chrome 19 and FireFox 12.
It does not work on Current Opera, because websockets is not fully implemented on it.
I've not tested in current IE and Safari versions.
Enjoy!
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 3:40 am
by Rathinagiri
Thanks a lot Roberto.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 3:41 am
by Roberto Lopez
I've discovered a problem in Safari with websockets.
I've got the message "file://Error during WebSocket handshake: 'Sec-WebSocket-Origin' header is missing".
It appears to be a server problem.
So, Safari is not working.
Can someone test it with IE10?
TIA.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 11:23 am
by Rossine
Hi Roberto,
wssocket.exe not appear the message "Press <ESC> to exit!!!" and the sample not work.
What can be ?
I use firefox 12.
Best Regards,
Rossine.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 11:28 am
by Rathinagiri
1. Do you have std.ch and set.ch files in the path \harbour\include or at least copied in the folder of wssocket.exe?
2. Do you run wssocket.exe as administrator?
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 11:50 am
by Rossine
Hi Rathinagiri,
rathinagiri wrote:
1. Do you have std.ch and set.ch files in the path \harbour\include or at least copied in the folder of wssocket.exe?
2. Do you run wssocket.exe as administrator?
It worked copying std.ch set.ch to the folder of wssocket.exe
Many thank´s,
Rossine.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 12:37 pm
by Roberto Lopez
HMGSCRIPT R009
Fixed: Server does not require std.ch and set.ch anymore.
Enjoy!
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 1:15 pm
by Rossine
Gracias Roberto,
Rossine.
Re: HMGSCRIPT 2012: Programming For The Web in The Right Way
Posted: Mon Jun 04, 2012 8:40 pm
by luisvasquezcl
Estimados,
para aquellos a los cuales no les funcione el programa, deben crear una carpeta dentro de la que usa por
defecto el servidor.
Para los que usan xampp deben crear la carpeta dentro htdocs. Mi instalacion es c:\xampp\htdocs
yo cree la carpeta c:\xampp\htdocs\hmgscript; ejecutar el servidor wssocket.exe entregado por roberto.
y listo.
espero haber sido de ayuda.
saludos cordiales,
LUis Vasquez