Search found 120 matches

by skinkairewalker
Mon May 24, 2021 7:44 pm
Forum: Coding Questions
Topic: Error: multipleDefine
Replies: 12
Views: 2970

Re: Error: multipleDefine

it worked 100%, thanks the.weavster :D but I came across a problem ... I'm trying to use reconnecting-websocket.js ( https://github.com/joewalnes/reconnecting-websocket ) to use websocket functions, but its procedures are not being loaded ... screenshot : https://prnt.sc/13d36to the file "ws.js...
by skinkairewalker
Mon May 24, 2021 3:07 pm
Forum: Coding Questions
Topic: Error: multipleDefine
Replies: 12
Views: 2970

Error: multipleDefine

hello everyone ! I'm trying to load 2 .js scripts, but the error occurs: Error: multipleDefine at l (dojo.js:2) at Ja (dojo.js:24) at dojo.js:25 at a (dojo.js:2) at Xa (dojo.js:25) at s (dojo.js:22) at HTMLScriptElement.<anonymous> (dojo.js:27) screenshot : https://prnt.sc/13cqvf8 sb code : ( try 1 ...
by skinkairewalker
Sun Apr 18, 2021 5:55 pm
Forum: Coding Questions
Topic: How can i change font size of menu items?
Replies: 2
Views: 1264

Re: How can i change font size of menu items?

!console.log( document.getElementById("spiderbody").style.fontSize = "40%" ); Procedure MenuEvents() Debug "Menu item selected: " + EventMenu() EndProcedure If OpenWindow(0, 200, 200, 400, 100, "Menu Example") If CreateMenu(0, WindowID(0)) ; menu creation sta...
by skinkairewalker
Wed Mar 31, 2021 12:40 am
Forum: Coding Questions
Topic: How can i change font size of menu items?
Replies: 2
Views: 1264

How can i change font size of menu items?

hello everyone !
i would like to know how can i change font size of Menu Items

Image
by skinkairewalker
Fri Feb 19, 2021 2:25 pm
Forum: Javascript
Topic: What am I doing wrong when importing a JS script?
Replies: 11
Views: 13593

What am I doing wrong when importing a JS script?

Hello everyone ! there are some Javascript scripts that I try to import into my project, but most of them always get the error> Uncaught ReferenceError, what am I doing wrong when importing these scripts? below an example of the functional html code : <!DOCTYPE html> <html lang="en"> <head...
by skinkairewalker
Thu Feb 18, 2021 3:03 am
Forum: Tricks 'n' Tips
Topic: Closable (& disableable) PanelGadget-Items with Callback
Replies: 6
Views: 5607

Re: Closable (& disableable) PanelGadget-Items with Callback

Have you integrated another CSS? i do not think so ... but, when mouse over or mouse click near to black border, show this events : https://prnt.sc/zxbm9z Which browser are you using? Chrome v88.0.4324.182 (oficial) 64 bits Perhaps this one will help: ! $("head").append("<style>.diji...
by skinkairewalker
Wed Feb 17, 2021 5:05 pm
Forum: Tricks 'n' Tips
Topic: Closable (& disableable) PanelGadget-Items with Callback
Replies: 6
Views: 5607

Re: Closable (& disableable) PanelGadget-Items with Callback

have a way to remove this black border on click in tab ?

https://prnt.sc/zvkwkj
by skinkairewalker
Tue Feb 09, 2021 5:04 pm
Forum: Javascript
Topic: Babylon.js : Problem with the latest release
Replies: 29
Views: 24086

Re: Babylon.js : Problem with the latest release

It was working until i actually saved the code in the IDE. If i run the code below in a new tab in the IDE without saving, it works. I'm still learning the basics. Anyone know whats going on here? Enumeration #mf #mfRender EndEnumeration Global BJSEngine, BJSCanvas, Scene Declare InitEngine(Callbac...
by skinkairewalker
Thu Jan 21, 2021 2:57 am
Forum: Feature Requests and Wishlists
Topic: TCP network client commands
Replies: 4
Views: 6744

Re: TCP network client commands

u need use websocket with javascript
by skinkairewalker
Sat Jan 16, 2021 8:59 pm
Forum: Coding Questions
Topic: [ Library dont load ] Plyr dont found
Replies: 0
Views: 1758

[ Library dont load ] Plyr dont found

hello everyone ! i am trying to use Plyr.io library Js , but dont initialize , follow code below : Procedure AppendHead(content.s) Debug "head" !$("head").append(v_content); EndProcedure Procedure AppendBody(content.s) !$("body").append(v_content); EndProcedure Procedur...