WebOS and netwebend

Previous topic - Next topic

ampos

I found this last night, but need to test it, but my first try of NETWEBEND did not work.

Ian Price

It works fine in Mined Out!, B'lox! Free and Dicey to connect and display my micro website.

What issues are you having?
I came. I saw. I played.

ampos

It also works on my other apps in WebOS market.

But tonite I compiled my new app with beta (9.105?) and it did not work. It was really late (3:00 am) and was tired for more tests, but something as simple as

Code (glbasic) Select
case 1
netwebend "http://www.diniplay.com"
case 2
netwebend "mailto:info@diniplay.com"


did not work. In iOS it did.

ampos


I have just checked my code (sorry, I cant compile now) and the only things that I found that can cause this not to work are

Code (glbasic) Select
SYSTEMPOINTER TRUE
?IFDEF IPHONE
ALLOWESCAPE FALSE
mpat$="Media/"
?ENDIF
?IFDEF WEBOS
ALLOWESCAPE FALSE
mpat$="Media/"
?ENDIF
?IFDEF WIN32
mpat$=GETCURRENTDIR$()+"media/"
?ENDIF


Also, it is GLBasic 10.001

Ian Price

Well if it was working before (which we know it was) and it isn't now, that sounds like a bug.

Dunno.
I came. I saw. I played.

MrTAToad

#5
It works here okay (10.001) - yes, all those given URLs work fine (mailto doesn't as such, but it does display the website)

ampos

It was 2 fails:

1.- mine: a bug where the zone keypresses were not detected on the bottom zone and in 320x480 resolution.

2.- WebOS: it does not respond to "mailto:email@me.now" as Win and iOS do. But if you use "mailto://email@me.now" it opens the email system, although with the email as "//email@me.now".

Sorry. As I said, it was 3:00am on the morning, and I wakeup at 8:00 am :)

MrTAToad

Should it respond to mailto though ?

ampos

It responded to mailto://

Kitty Hello

So, you need an email address starting with // XD

ampos

Quote from: Kitty Hello on 2011-May-31
So, you need an email address starting with // XD

Or the user delete thr // when the email is rejected due to "bad email address" :)

MrTAToad

You should use the "official" way of calling the email application - My routine (with attachments) can be found at http://www.glbasic.com/forum/index.php?topic=6306.0

ampos

I don't want to sent an email from my app but to open system's mail program so the user can write me an email, as all the other OSes do. Anyway I don't care. "my" system is enough.

MrTAToad

Thats what my routine does...

ampos

Oh, sorry, I thought it was to sent emails inside the app.

Anyway, my app has been sent to HP, and you know... never cancel a submited app to HP!