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 ...
Search found 30 matches
- Wed Feb 21, 2018 11:11 am
- Forum: Tricks 'n' Tips
- Topic: Extending the Debug-Window
- Replies: 13
- Views: 17843
- 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 

- Wed Feb 14, 2018 1:45 pm
- Forum: Tricks 'n' Tips
- Topic: Extending the Debug-Window
- Replies: 13
- Views: 17843
- 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 ...
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 ...
- 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
Sorry my bad english but what do you mean "For each line use"?falsam wrote:For each line use !$('head').append(' ')
Example : !$('head').append('<meta http-equiv="cache-control" content="max-age=0">')
- 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 ...
<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 ...
- 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?
- 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?
- 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
- Thu Nov 16, 2017 5:25 pm
- Forum: Coding Questions
- Topic: SB in server
- Replies: 2
- Views: 2908
Re: SB in server
Thanks