GLBasic forum

Main forum => Bug Reports => Topic started by: ampos on 2011-May-30

Title: WebOS and netwebend
Post by: ampos on 2011-May-30
I found this last night, but need to test it, but my first try of NETWEBEND did not work.
Title: Re: WebOS and netwebend
Post by: Ian Price on 2011-May-30
It works fine in Mined Out!, B'lox! Free and Dicey to connect and display my micro website.

What issues are you having?
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-30
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.
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-30

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
Title: Re: WebOS and netwebend
Post by: Ian Price on 2011-May-30
Well if it was working before (which we know it was) and it isn't now, that sounds like a bug.

Dunno.
Title: Re: WebOS and netwebend
Post by: MrTAToad on 2011-May-30
It works here okay (10.001) - yes, all those given URLs work fine (mailto doesn't as such, but it does display the website)
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-30
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 :)
Title: Re: WebOS and netwebend
Post by: MrTAToad on 2011-May-30
Should it respond to mailto though ?
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-30
It responded to mailto://
Title: Re: WebOS and netwebend
Post by: Kitty Hello on 2011-May-31
So, you need an email address starting with // XD
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-31
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" :)
Title: Re: WebOS and netwebend
Post by: MrTAToad on 2011-May-31
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
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-31
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.
Title: Re: WebOS and netwebend
Post by: MrTAToad on 2011-May-31
Thats what my routine does...
Title: Re: WebOS and netwebend
Post by: ampos on 2011-May-31
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!
Title: Re: WebOS and netwebend
Post by: MrTAToad on 2011-Jun-01
heh - and guess who's done it twice :)
Title: Re: WebOS and netwebend
Post by: ampos on 2011-Jun-01
Not me!

I have done it 3 times!

Well, 2 times, and 1 just to change some text on the description...