Search found 6 matches

by Ar-S
Mon Dec 12, 2016 12:20 pm
Forum: Tricks 'n' Tips
Topic: InputRequester in spider
Replies: 1
Views: 3970

InputRequester in spider

Here is a small procedure to use an inputrequester() like in Pure.

Code: Select all

Procedure.s InputRequester(qu.s)
  !v_reponse = prompt(v_qu) 
  ProcedureReturn reponse.s
EndProcedure

Name.s = InputRequester("What's your name  ?")

Debug "Hello "+Name
by Ar-S
Mon Dec 12, 2016 11:45 am
Forum: Coding Questions
Topic: Problem with incrementation
Replies: 2
Views: 2977

Re: Problem with incrementation

:oops: OK thanks
by Ar-S
Sun Dec 11, 2016 3:32 pm
Forum: Coding Questions
Topic: Problem with incrementation
Replies: 2
Views: 2977

Problem with incrementation

Hello, i'm using SB 2 demo.
I'm trying to convert a pure basic program but i have a problem to add +1 to some values with a timer. I do not understand why.

thanks for helping.



Declare TimerEvents()
Declare GO()

Global Launch, NbrDes, Count

;- INIT
NbrDes = 3
Launch = #True
Count = 0 ...
by Ar-S
Mon Aug 01, 2016 4:18 pm
Forum: General Discussion
Topic: Upgrade License change
Replies: 19
Views: 20826

Re: Upgrade License change

Thanks for all of us.
by Ar-S
Mon Aug 01, 2016 9:17 am
Forum: General Discussion
Topic: Upgrade License change
Replies: 19
Views: 20826

Re: Upgrade License change

I'm desapointed..
Spider has not any forum in other language than english and is a really young product.
That is a good thing for first users but english people has an advantage over others..
Sniff :?

J'ecris en fr ici car je ne suis pas sûr de mes phrases anglaises.
Je disais donc que j'étais ...
by Ar-S
Wed Aug 20, 2014 12:58 pm
Forum: Coding Questions
Topic: [Done] Beta 1 windows do not close
Replies: 2
Views: 3812

[Done] Beta 1 windows do not close

Yop,
In the canvasgadget example, the main window do not close when tick the cross (Firefox 31 user)