Search found 3 matches
- Sat Jun 22, 2019 5:36 am
- Forum: Feature Requests and Wishlists
- Topic: Don't artificially limit SpiderBasic's gadgets
- Replies: 10
- Views: 13341
- Thu Apr 18, 2019 5:14 am
- Forum: Coding Questions
- Topic: Write TextGadget text from php
- Replies: 3
- Views: 3070
Re: Write TextGadget text from php
Hi, heres my sample of screenshot to give you idea. I already reached 800lines of code so I'll be purchasing soon to explore sb.
It looks fun and easy but need some tweaking to accomplish some task.
Thanks to all who share their tips and code here in forum.
https://uca3ac60ee097fda5d946b568ebd ...
It looks fun and easy but need some tweaking to accomplish some task.
Thanks to all who share their tips and code here in forum.
https://uca3ac60ee097fda5d946b568ebd ...
- Wed Apr 17, 2019 9:24 am
- Forum: Coding Questions
- Topic: Write TextGadget text from php
- Replies: 3
- Views: 3070
Re: Write TextGadget text from php
Hi Efo,
I used JSON and HTTPRequest to do this combine php + sb.
BTW, I'm new in SB. i'll still on trial version and I started last week. :D
Procedure HttpGetEvent(Success, Result$, UserData)
Protected material_request_record.material_request_query_result
Protected record_no.i, start_time.i ...
I used JSON and HTTPRequest to do this combine php + sb.
BTW, I'm new in SB. i'll still on trial version and I started last week. :D
Procedure HttpGetEvent(Success, Result$, UserData)
Protected material_request_record.material_request_query_result
Protected record_no.i, start_time.i ...