GLBasic forum

Main forum => GLBasic - en => Topic started by: MrPlow on 2014-Dec-05

Title: NETWEBEND
Post by: MrPlow on 2014-Dec-05
Hi Guys

My most recent update of AE looks to have caused an issue for Netwebend links from my app.

Anyone else have this issue - any fix?

Title: Re: NETWEBEND
Post by: spacefractal on 2014-Dec-05
im fix that issue in the next version of AE, regaardles its a glbasic core issue or not. That command should have used the new java call methods, but its dosent do that, which was missed.

EDIT:
try AUTOESCAPE FALSE

In the source code its seen the app will end after this command when that is set to true. Absoulutty this should not been happens on Android really.

Im do have to ask why this is required?
   if(glb_allow_escape())
      __ShutDownGLBasic();

There is no reasons to do that anymore and absolut if the program fails to execute the browser, either its should not quit the app, or nothing should been happens at all.
Title: Re: NETWEBEND
Post by: MrPlow on 2014-Dec-05
This is what I have


SYSTEMPOINTER TRUE
ALLOWESCAPE FALSE
AUTOPAUSE TRUE

and then I have a button that links to paid version
like so...
NETWEBEND "amzn://apps/android?p=com.gazzappergames.galaxyforce"

As soon as the app trys a netwebend it shuts down.
Title: Re: NETWEBEND
Post by: spacefractal on 2014-Dec-10
the command is now fixed for Android for few days ago, so grab the new AE update. Its was fix required in two cpp files, so its not easy to just update it by your self (due glb source code is required here). Its now behave much better and the app dont even close under the popup. ALLOWESCAPE does no longer effect to this command (for Android).
Title: Re: NETWEBEND
Post by: MrPlow on 2014-Dec-15
Super thanks
Title: Re: NETWEBEND
Post by: MrPlow on 2014-Dec-26
Hi
New code works better but see bug report for issue with using while music plays.