Search found 120 matches

by skinkairewalker
Sat Mar 24, 2018 7:47 pm
Forum: Coding Questions
Topic: how can i link a CDN JS to my project ?
Replies: 4
Views: 2021

Re: how can i link a CDN JS to my project ?

thsnks you very much Peter <3
by skinkairewalker
Sat Mar 24, 2018 6:22 pm
Forum: Coding Questions
Topic: how can i link a CDN JS to my project ?
Replies: 4
Views: 2021

how can i link a CDN JS to my project ?

hi everyone !
i am trying link this CDN Js on my projeto but dont works : //cdn.jsdelivr.net/npm/alertifyjs@1.11.1/build/alertify.min.js



someone can help me ?

js library website = http://alertifyjs.com/guide.html
by skinkairewalker
Tue Dec 05, 2017 5:38 pm
Forum: Coding Questions
Topic: how can i use GoogleMaps with SB ?
Replies: 2
Views: 1966

Re: how can i use GoogleMaps with SB ?

thanks you very much pf shadoko :D you safe my life
by skinkairewalker
Mon Dec 04, 2017 5:31 pm
Forum: Coding Questions
Topic: how can i use GoogleMaps with SB ?
Replies: 2
Views: 1966

how can i use GoogleMaps with SB ?

hi everyone !
someone know how can i use google maps with SB ?
by skinkairewalker
Wed Oct 04, 2017 8:28 pm
Forum: Game Programming
Topic: can i create 3D games in next versions of SB ?
Replies: 2
Views: 11147

can i create 3D games in next versions of SB ?

hi everyone !

i would like know , if in next versions of SB , can i create a 3D games ?
by skinkairewalker
Sun Jun 04, 2017 7:41 pm
Forum: Coding Questions
Topic: Problem in Websocket JS
Replies: 3
Views: 1962

Problem in Websocket JS

hi everyone ! i am trying use [ u]Peter[/u] Websocket Code Procedure doSend(message.s) Debug "Sending: " + message ! websocket.send(v_message); Debug "-------" EndProcedure Procedure onOpen(evt) Debug "onOpen()" ; Debug evt Debug "-------" doSend("WebSock...
by skinkairewalker
Fri Jun 02, 2017 3:04 pm
Forum: Coding Questions
Topic: how can i set X, Y field of view of webgadget?
Replies: 0
Views: 1304

how can i set X, Y field of view of webgadget?

How can i set limit of max width of scroll bar, max heigth of scroll bar, and set X and Y of field of view in Webgadget ?
by skinkairewalker
Sat May 20, 2017 3:54 pm
Forum: Coding Questions
Topic: Problem with variable inside two '
Replies: 2
Views: 1918

Re: Problem with variable inside two '

thanks again Peter :D
by skinkairewalker
Sat May 20, 2017 12:08 am
Forum: Coding Questions
Topic: Problem with variable inside two '
Replies: 2
Views: 1918

Problem with variable inside two '

hi everyone , i have a problem in add variable from SB to JS ...

screenshot of my problem : http://prntscr.com/f9w144
by skinkairewalker
Fri May 19, 2017 10:42 pm
Forum: Showcase
Topic: Code editor + completion (CodeMirror / ACE)
Replies: 4
Views: 10687

Re: Code editor + completion (CodeMirror)

my favourite code editor is Ace ( http://ace.c9.io/#nav=about ): Procedure.i LoadAsynchronously(FileName.s, *OnLoadFunction, FileType.s) !return $.ajax({ url:v_filename, dataType:v_filetype, beforeSend:function(jqxhr, settings) { jqxhr.url = settings.url; } }) !.done(function(data, status, jqxhr) {...