Search found 66 matches

by bbanelli
Tue Jan 09, 2018 9:15 am
Forum: Coding Questions
Topic: Noob and database usage.
Replies: 5
Views: 3469

Re: Noob and database usage.

Can you recomend a API or framework ? or a simple cgi script I can try and get my head around ? I must say that using PHP with PDO has proven to be quite easy and reasonably quick for server-side communication with SpiderBasic. You can even use helper classes like this on e to speed up the process....
by bbanelli
Thu Jan 04, 2018 11:21 pm
Forum: Feature Requests and Wishlists
Topic: Regex library with same functions as in PB
Replies: 1
Views: 3398

Regex library with same functions as in PB

Greetings to all, quite simple - having functions like ExamineRegularExpression(), NextRegularExpressionMatch(), RegularExpressionGroup(), RegularExpressionMatchString() and others missing in SB? I am no expert but this implementation of regex in SB makes is quite inferior to one in PB, not to menti...
by bbanelli
Wed Jan 03, 2018 11:00 pm
Forum: Tricks 'n' Tips
Topic: Module: ChartJsGadget
Replies: 6
Views: 6951

Re: Module: ChartJsGadget

Hi Peter, I've slowly begun to grasp those concepts, thanks for the help. Do you know why I can't get a single chart to display title? For example, when adding this part of code to data in SetGadgetAttribure, it doesn't show in any of charts. Procedure RandomData() ; only for demonstration: returns ...
by bbanelli
Wed Jan 03, 2018 10:34 pm
Forum: General Discussion
Topic: Easiest way to compare two structures?
Replies: 0
Views: 2207

Easiest way to compare two structures?

Consider the following code: Structure sec Array a.i(4) Array b.i(4) Array c.i(4) Array d.i(4) EndStructure Define s.sec, x.sec a$ = ~"{\"a\":[2,0,0,0],\"b\":[0,0,2,0],\"c\":[1,1,0,0],\"d\":[2,0,0,0]}" ParseJSON(0, a$) ExtractJSONStructure(JSONValue(...
by bbanelli
Wed Jan 03, 2018 10:24 pm
Forum: Coding Questions
Topic: Fingerprint, CompareMemory and other functions using Offset
Replies: 0
Views: 1509

Fingerprint, CompareMemory and other functions using Offset

Greetings to all, can anyone give some additional clarification regarding those? All examples in help are wrong and can't be used. For example: Result$ = Fingerprint(*Buffer, Offset, Size, Plugin [, Bits]) UseMD5Fingerprint() *Buffer = AllocateMemory(500) If *Buffer PokeS(*Buffer, "The quick br...
by bbanelli
Tue Jan 02, 2018 10:25 pm
Forum: Tricks 'n' Tips
Topic: Module: ChartJsGadget
Replies: 6
Views: 6951

Re: Module: ChartJsGadget

What is the proper way to use these methods, say, "dynamically"? For example, my application loads, it has background windows with container. But say I don't know how many charts I want deployed and I want to populate them depending on certain user choices? I tried fiddling but with no gre...
by bbanelli
Tue Jan 02, 2018 9:21 pm
Forum: Tricks 'n' Tips
Topic: BlockUI
Replies: 7
Views: 10634

Re: BlockUI

Fantastic trick n' tip, Peter, as always!!!
by bbanelli
Wed Nov 15, 2017 11:33 pm
Forum: Coding Questions
Topic: [SB 2.20] APK corrupted *without* debugger enabled
Replies: 3
Views: 3542

Re: [SB 2.20] APK corrupted *without* debugger enabled

Hi falsam, thanks for the hint! :) How can I handle proper screen dimensions in that case? My gadgets/windows seem to be out of scale (too big) with this code, and I'd like to make them universally big for every device (thus using functions like DesktopWidth/WIndowWidth to handle properly). With you...
by bbanelli
Tue Nov 14, 2017 11:21 pm
Forum: Coding Questions
Topic: [SB 2.20] APK corrupted *without* debugger enabled
Replies: 3
Views: 3542

[SB 2.20] APK corrupted *without* debugger enabled

;Constant definitions #ButtonWidth = 320 #ButtonHeight = 200 Enumeration hWnd #hWndMain EndEnumeration Enumeration hGadget #hGadget_Button_Main_Inventura_Nova #hGadget_Button_Main_Inventura_Nastavi #hGadget_Button_Main_Inventura_Izlist EndEnumeration If OpenWindow(#hWndMain, 0, 0, 0, 0, ""...
by bbanelli
Sun Oct 15, 2017 8:41 pm
Forum: Feature Requests and Wishlists
Topic: ListIconGadget row height
Replies: 4
Views: 2692

Re: ListIconGadget row heght

Very appealing request!

+1