Search found 4 matches

by debkosmonaut
Mon Aug 10, 2020 4:02 pm
Forum: General Discussion
Topic: blue page gradient, how to remove
Replies: 3
Views: 3715

Re: blue page gradient, how to remove

Thanks! great tip. Didn't find it on the documentation, maybe I was looking for it in the wrong section.

JD
by debkosmonaut
Mon Aug 10, 2020 2:53 pm
Forum: General Discussion
Topic: blue page gradient, how to remove
Replies: 3
Views: 3715

blue page gradient, how to remove

Hi,
How do I configure (in the editor) my applications to not have the default blue gradient as background?
I would like to set my own or just a color that suits my application.
Thanks,
JD
by debkosmonaut
Sat Jun 02, 2018 8:30 pm
Forum: Coding Questions
Topic: How to send http parameters
Replies: 2
Views: 2563

Re: How to send http parameters

Paul,
I don't find that code on the help file nor in the example.

Thank you very much.
JD
by debkosmonaut
Sat Jun 02, 2018 4:42 pm
Forum: Coding Questions
Topic: How to send http parameters
Replies: 2
Views: 2563

How to send http parameters

Hi, would like an example on how to send the GET or POST parameters on an http request in spiderbasic.
I understand that to send the type post or get I have to use #PB_HTTP_Get or its counterpart. My question is where I actually put the "user=debk", "pass=mypass" or whatever other parameters on the ...