Search found 19 matches

by kwai chang caine
Fri Aug 13, 2021 5:10 pm
Forum: Coding Questions
Topic: Simple try HTTPRequest() [Resolved]
Replies: 2
Views: 2325

Re: Simple try HTTPRequest()

Hello PLOUF :D

It's again this history of CORS :shock:
I lost already one day for try to understand and try to enable CORS in Firefox, without succes :oops:
Finaly i use "CORS Everywhere" for the moment during i found another better solution for do that myself
I read the another thread you give ...
by kwai chang caine
Fri Aug 13, 2021 4:30 pm
Forum: Coding Questions
Topic: Simple try HTTPRequest() [Resolved]
Replies: 2
Views: 2325

Simple try HTTPRequest() [Resolved]

Hello at all

It's the first time i try to use SB since a very long time :oops:
Why i have an error
HTTPRequest(): Error
with the Fred example
Procedure HttpGetEvent(Success, Result$, UserData)
If Success
Debug Result$
Else
Debug "HTTPRequest(): Error"
EndIf
EndProcedure

; Get the ...
by kwai chang caine
Mon Dec 25, 2017 8:17 pm
Forum: General Discussion
Topic: Spider basic and remote web
Replies: 4
Views: 5566

Re: Spider basic and remote web

I have try to inject JS in the URL, that not works, i'm rediriged in the search of GOOGLE :|
Thanks for your answer, but i'm not also strong in JS for do this style of things :oops:
by kwai chang caine
Thu Dec 14, 2017 12:12 pm
Forum: General Discussion
Topic: Spider basic and remote web
Replies: 4
Views: 5566

Re: Spider basic and remote web

Thanks a lot for your quick answer 8-)
by kwai chang caine
Thu Dec 14, 2017 10:16 am
Forum: General Discussion
Topic: Spider basic and remote web
Replies: 4
Views: 5566

Spider basic and remote web

Hello at all

Believe you SB can do something for do task automaticaly ?
Click on links, enter texts in fields, record web page, submit form,... like selenium, web driver, etc....

Have a good day
by kwai chang caine
Mon Apr 24, 2017 1:17 pm
Forum: General Discussion
Topic: SpiderBasic 2.10 final is out !
Replies: 38
Views: 51138

Re: SpiderBasic 2.10 beta 1 is available

Fred wrote:- Changed: switched from crosswalk to cordova on Windows for Android. NOTE: cordova requires internet connection to build an app.
If cordova requires internet connection, is it possible to compile behind a proxy ?
by kwai chang caine
Thu Jan 19, 2017 12:47 pm
Forum: Feature Requests and Wishlists
Topic: Multiple Browser Support
Replies: 3
Views: 5790

Re: Multiple Browser Support

Yes FRED adding a selection for choose the browser we want to use, and not only the default browser, and that...it's cool.
But me i use, like surely several members, severals browsers, and can choose quickly the browser to launch will the top ;-)
by kwai chang caine
Tue Nov 15, 2016 2:16 pm
Forum: General Discussion
Topic: SpiderBasic 2.00 final is out !
Replies: 49
Views: 39649

Re: SpiderBasic 2.00 beta 7 is available !

Thanks FRED

I don't know what you have do, but this time that's works even on my netbook behind a PROXY and without enter login mdp to him

The compilation is again a little bit long, but for me it's already a good begining ;-)
Good continuation
by kwai chang caine
Mon Nov 14, 2016 9:00 am
Forum: Coding Questions
Topic: Can't create APK
Replies: 7
Views: 5843

Re: Can't create APK

In fact i don't know what is the real reason.
It's like, if the X64 help the X86 to works :shock:

Because at the begining, when that never works i always use X86.
It's only after have install the X64, that i always works, even if i remove the X64...it's incomprehensible..

Or perhaps a network ...
by kwai chang caine
Sat Nov 12, 2016 9:55 pm
Forum: Coding Questions
Topic: Can't create APK
Replies: 7
Views: 5843

Re: Can't create APK

You have to install the 32-Bit JDK for windows The first time it's this one i have installed and not working
So after like i search all solution possible i wondering perhaps it's the X64 needed and not better

You can either turn off 'Optimize javascript' in compiler option, or put the JDK\bin in ...