Preserved Topic: Brattas "windows" onresizebrowser help.. (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Scotland |
posted 03-24-2002 13:54
Hi all.. |
Maniac (V) Mad Scientist From: New California |
posted 03-24-2002 16:56
sonicsnail, not quite |
Bipolar (III) Inmate From: Scotland |
posted 03-24-2002 23:45
Thanks for the input Bugimus.. |
Maniac (V) Mad Scientist From: New California |
posted 03-25-2002 05:25
Yes, indeed they do. Lemme see what he's calling to do that. |
Bipolar (III) Inmate From: Scotland |
posted 03-25-2002 15:17
No joy? |
Maniac (V) Mad Scientist From: New California |
posted 03-25-2002 17:37
Well, I found some resize code in his coolmenus script from the main page but it still doesn't look like the windowscripts by themselves are built with that functionality. |
Bipolar (III) Inmate From: Scotland |
posted 03-25-2002 18:14
Thanks Bugs.. I appreciate your time and efforts.. |
Bipolar (III) Inmate From: Scotland |
posted 03-25-2002 18:26
Would it be a (simple) possibility to just *refresh* the page onresize?.. What I don't want is to incurr a further server-hit/load-time - but if its going to redraw the page from the cache that might be ok??? |
Bipolar (III) Inmate From: Scotland |
posted 03-25-2002 21:26
================================ |
Maniac (V) Mad Scientist From: New California |
posted 03-25-2002 23:12
Wonderful!!! |
Bipolar (III) Inmate From: Scotland |
posted 03-25-2002 23:59
Thanks Bugs.. |
Maniac (V) Mad Scientist From: New California |
posted 03-26-2002 00:58
function lib_doc_size(){ //Page positions - needed! |
Maniac (V) Mad Scientist From: New California |
posted 03-26-2002 01:26
winpage.x2 and winpage.y2 need to be updated for the windows to maximize to the new browser size. The win_maximize function uses them to calculate how big to make them. |
Maniac (V) Mad Scientist From: New California |
posted 03-26-2002 01:42
Ok, I think I found it. Instead of calling lib_doc_size() by itself in your trythis(), do this: |
Maniac (V) Mad Scientist From: New California |
posted 03-26-2002 01:45
I just read the netscape part of your troubles. Just reload the page if you have NN4 |
Bipolar (III) Inmate From: Scotland |
posted 03-26-2002 02:06
Thanks Bugs, you hit the nail on the head. |