Search found 15 matches

by zxretrosoft
Wed May 01, 2019 7:34 am
Forum: Coding Questions
Topic: Read data from TXT
Replies: 4
Views: 3635

Re: Read data from TXT

Thank you! 8-)
by zxretrosoft
Tue Apr 30, 2019 12:17 pm
Forum: Coding Questions
Topic: Read data from TXT
Replies: 4
Views: 3635

Re: Read data from TXT

I tried, of course, but the example is too complicated. Contains OpenFileRequester that I can't remove...
by zxretrosoft
Tue Apr 30, 2019 11:07 am
Forum: Coding Questions
Topic: Read data from TXT
Replies: 4
Views: 3635

Read data from TXT

Hello friends,
I have one little question, please.

How to make the short routine, for READ data from TXT file?

I have in TXT list:
012346
244565
125475
...

And now, I'd like to get these values into the fields:
a[1]=012346
a[2]=244565
a[3]=125475
...

Thank you in advance! ;)


P.S.
In Freebasic ...
by zxretrosoft
Fri Aug 25, 2017 8:36 pm
Forum: Javascript
Topic: d3.js library in SpiderBasic
Replies: 7
Views: 10602

Re: d3.js library in SpiderBasic

wow, thank you very much Peter, you are genius! :roll: ;)

I owe you! Thanks a lot!
by zxretrosoft
Fri Aug 25, 2017 11:23 am
Forum: Javascript
Topic: d3.js library in SpiderBasic
Replies: 7
Views: 10602

Re: d3.js library in SpiderBasic

Hello Peter, please, I try to rewrite the case by your example, but I can not :|

http://bl.ocks.org/nbremer/6052814

May I ask you for your help? :geek: Thank you very much in advance!
by zxretrosoft
Thu May 11, 2017 5:28 am
Forum: Javascript
Topic: d3.js library in SpiderBasic
Replies: 7
Views: 10602

Re: d3.js library in SpiderBasic

Exactly Peter! Thank you so much! :o ;)
I'm going to experiment 8-)
by zxretrosoft
Tue May 09, 2017 8:00 pm
Forum: Javascript
Topic: d3.js library in SpiderBasic
Replies: 7
Views: 10602

Re: d3.js library in SpiderBasic

Well, I have this example.

http://bl.ocks.org/mbostock/1153292

Down is index.html code.

How can I implement this code in SB, please? :shock:
by zxretrosoft
Sun Apr 30, 2017 9:14 am
Forum: Javascript
Topic: d3.js library in SpiderBasic
Replies: 7
Views: 10602

d3.js library in SpiderBasic

Hello friends,

please, I have just a question.

Can it use the d3.js (https://d3js.org) library in SB? Does anyone have experience with it?

Thank you.
by zxretrosoft
Mon Jun 13, 2016 10:40 am
Forum: Coding Questions
Topic: ProgressBarGadget() - please help
Replies: 0
Views: 2570

ProgressBarGadget() - please help

I have this problem.

I have a large database. When displaying the items is reflected delay. I need to get there ProgressBar . The user should see how much time is left.
Unfortunately ProgressBar but during the FOR-NEXT is not working.
I am doing something wrong?

Thanks in advance! ;)


Procedure ...
by zxretrosoft
Sat Oct 10, 2015 8:02 am
Forum: Coding Questions
Topic: Select an item in the table
Replies: 6
Views: 6241

Re: Select an item in the table

Perfect Peter, thanks a lot! ;)