Search found 30 matches

by karu
Wed Feb 21, 2018 11:11 am
Forum: Tricks 'n' Tips
Topic: Extending the Debug-Window
Replies: 13
Views: 17843

Re: Extending the Debug-Window

Now working
i'm glad to read that it was solved.

Please advice, how i can put similar button also to other windows, thaks :roll:
https://i.imgur.com/mUKKzRE.png
Procedure AddWindowGadget(Window, Gadget)

If IsWindow(Window) = 0 : ProcedureReturn : EndIf
If IsGadget(Gadget) = 0 ...
by karu
Thu Feb 15, 2018 8:40 am
Forum: Tricks 'n' Tips
Topic: Extending the Debug-Window
Replies: 13
Views: 17843

Re: Extending the Debug-Window

Now working, somehow i had missing files. Please advice, how i can put similar button also to other windows, thaks :roll:
by karu
Wed Feb 14, 2018 1:45 pm
Forum: Tricks 'n' Tips
Topic: Extending the Debug-Window
Replies: 13
Views: 17843

Re: Extending the Debug-Window

Peter wrote:Weird. Are you using the latest version of Spiderbasic (2.20)?

Greetings ... Peter
Image
by karu
Wed Feb 14, 2018 7:21 am
Forum: Tricks 'n' Tips
Topic: Extending the Debug-Window
Replies: 13
Views: 17843

Re: Extending the Debug-Window

thanks but i got error:
Failed to load resource: the server responded with a status of 404 (Not Found)
dojo.js:28 Error: scriptError
at l (dojo.js:2)
at HTMLScriptElement.<anonymous> (dojo.js:27)
(anonymous) @ dojo.js:28

and error will come when i these lines are present in code:

FF ...
by karu
Thu Dec 21, 2017 7:00 am
Forum: Coding Questions
Topic: Howto avoid browser to cache javascrpit files
Replies: 3
Views: 3695

Re: Howto avoid browser to cache javascrpit files

falsam wrote:For each line use !$('head').append(' ')

Example : !$('head').append('<meta http-equiv="cache-control" content="max-age=0">')
Sorry my bad english but what do you mean "For each line use"?
by karu
Fri Dec 15, 2017 1:31 pm
Forum: Coding Questions
Topic: Howto avoid browser to cache javascrpit files
Replies: 3
Views: 3695

Howto avoid browser to cache javascrpit files

Typical ways not help, i tried to put in html header these lines, but no help:
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
<meta ...
by karu
Thu Dec 07, 2017 7:51 am
Forum: Coding Questions
Topic: Minimize maximize buttons
Replies: 2
Views: 3183

Re: Minimize maximize buttons

I understand that, but is there some other method to do that, somehow to place with css innerwindow button to titlebar?
by karu
Thu Nov 23, 2017 9:51 am
Forum: Coding Questions
Topic: Minimize maximize buttons
Replies: 2
Views: 3183

Minimize maximize buttons

How i can add buttons to window titlebar, i need to add minimize and maximize buttons?
by karu
Tue Nov 21, 2017 1:12 pm
Forum: Coding Questions
Topic: SB2.20 and ToolBarImageButton and Pb_any
Replies: 1
Views: 2594

SB2.20 and ToolBarImageButton and Pb_any

for some reason in ToolBarImageButton not possible use Pb_Any
by karu
Thu Nov 16, 2017 5:25 pm
Forum: Coding Questions
Topic: SB in server
Replies: 2
Views: 2908

Re: SB in server

Thanks