GLBasic forum

Main forum => GLBasic - en => Topic started by: msx on 2011-Oct-11

Title: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
When I try to open a URL with NETWEBEND does nothing. I've tried ALLOWESCAPE TRUE and that's not working. Has anyone done it?.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
anyone?  :whistle:
Title: Re: Problems with NETWEBEND in Android
Post by: Kitty Hello on 2011-Oct-11
what does the log of the android debugger print?
It's implemented and I have the feeling I tested it as well (which is not always the case for very trivial stuff, but this one was is tricky).

Press the trash-icon and rebuild to be sure to have the latest lib in use.
Title: Re: Problems with NETWEBEND in Android
Post by: Crivens on 2011-Oct-11
Gernot, have you a screenshot of trash-icon? I'm just wondering if this is XCode4 as I can't remember seeing that in XCode3 (there is a clean targets that fixed a graphics bug I had in the past).

I think perhaps time to move to XCode4...

Cheers
Title: Re: Problems with NETWEBEND in Android
Post by: Kitty Hello on 2011-Oct-11
in the GLBasic editor I mean...
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-11
Quote from: msx on 2011-Oct-11
When I try to open a URL with NETWEBEND does nothing. I've tried ALLOWESCAPE TRUE and that's not working. Has anyone done it?.

Remove the END sentence on your GLB_ON_QUIT routine. It is called BEFORE the url is open, so the program is closed (ended) before the URL thing is called.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
It does not work any proposal.   :'(
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-11
Tu hablar como los indios.

Qué querer decir?
Title: Re: Problems with NETWEBEND in Android
Post by: MrTAToad on 2011-Oct-11
Indeed - I suspect it's currently not working on Android...
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-11
Just download Glowing Sky Free for Android (hey! and vote it 5 stars!) and you will see NETWEBEND working.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
Po que no rula colega
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-11
Pos que sí te digo.

Has quitao el END de dentro del GLB_ON_QUIT?
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
De hecho no tenia ni el GLB_ON_QUIT. Pero lo he probado y nanai.
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-11
Pos lo mismo el Gernot ha jodio algo, luego lo pruebo.

Descargate el Glowing Sky y dale a los botones de "más programas por..." y verás como funciona. Luego los recompilaré en casa y veré si van o no.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
OK. Estoy fuera luego lo pruebo. Hasta que no rule en todos los dispositivos no hago el manual del In-App Paypal.  :whistle:
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-11
No funciona, bueno sí funciona pero lo que tu haces es abrir un URL que enlaza al Market. Es el propio Android el que te permite elegir si quieres abrirlo en el navegador. Lo que yo quiero es abrir una URL normal directamente en el navegador.
Title: Re: Problems with NETWEBEND in Android
Post by: Kitty Hello on 2011-Oct-11
Try:
Code (glbasic) Select

AUTOPAUSE FALSE
ALLOWESCAPE TRUE
NETWEBEND "http://www.glbasic.com"


and do nothing in GLB_ON_QUIT and GLB_ON_PAUSE
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-12
It does not work. The application closes suddenly and then nothing else happens.
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-12
It works for me.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-12
Well, I think the problem might be that my Android is a mod by Cyanogen.  :zzz:
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-12
 :blink:

:facepalm

Ke tablet tienes. Y ponle el original, madre de dios, ke me vas a sacar el sol de la cabeza
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-12
No te enojes hombre. El móvil es un ZTE Blade comprado de segunda mano, encima no le voy a decir que me ponga un Android original, que me ha costado solo 60 €. De todas formas me jode un montón porque la mayoría tienen instalados Mods, y que solo funcione en el original me mosquea.  :rant:
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-12
Instala esto en tu Android. Es una app ke muestra los joys, y en cuanto tokes la pantalla, se abre la web con netwebend, a ver ke te pasa; a mí me va.

[attachment deleted by admin]
Title: Re: Problems with NETWEBEND in Android
Post by: Kitty Hello on 2011-Oct-12
Is it my translation routine or are you using a quite "rough" language, here?  :blink:
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-12
You're right, Gernot. We are joking at times and using words that surely can not translate.
What I mean is that possibly NETWEBEND not works on Mods by Cyanogen, which is a nuisance because many users have installed these mods on their devices.
Title: Re: Problems with NETWEBEND in Android
Post by: Kitty Hello on 2011-Oct-12
I don't see what I can do.
You have the source, however, available. The C part is in android/bin/sdl_main.cpp
and the Java part is in the "src" directories.
Title: Re: Problems with NETWEBEND in Android
Post by: msx on 2011-Oct-14
Oh, I'm stupid.

My URL did not begin with http://

It works well.

:-[ :-[   :noggin: :noggin:  :-[ :-[
Title: Re: Problems with NETWEBEND in Android
Post by: ampos on 2011-Oct-15
 >:D

ven pacá...
Title: Re: Problems with NETWEBEND in Android
Post by: MrTAToad on 2011-Oct-15
Thats different to the other platforms :)