thank for getting back to me so quickly .. i can use the example [1]
because i think the DynAPI anchor script is already registering a function
for window.onresize .




                                                                           
             "Leif W"                                                      
             <warp-9.9                                                     
             @usa.net>                                                  To 
             Sent by:                  <[EMAIL PROTECTED]> 
             dynapi-help-admin                                          cc 
             @lists.sourceforg                                             
             e.net                                                 Subject 
                                       Re: [Dynapi-Help] onresize hook .   
                                                                           
             09/22/2003 03:44                                              
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             [EMAIL PROTECTED]                                             
             .sourceforge.net                                              
                                                                           
                                                                           




I used some code like this [1], but it worked only in Mozilla 1.5 beta,
Mozilla Firebird 0.6.1, and Opera 7.11.  M$ says Internet Explorer 6 has
all
these fancy onresize[*|start|end] events[2], but it doesn't seem to work
with a simple example like this, surprise surprise.

[1] code

window.onresize = function ()
{
    alert( 'window was resized!!' );
}

[2]
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp


Leif

----- Original Message -----
From: "George Ardeleanu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 22, 2003 2:22 PM
Subject: [Dynapi-Help] onresize hook .


>
>
>
>
> hello everyone ,
>
> i just started using the new dynapi 3.0 CVS version a couple of days ago
.
> i realized in my script i need to perform a function call every time the
> user resizes the window to update some display elements .  however , i
cant
> seem to find how to accomplish this .  Looking through some the list's
> archives i came across some emails how one can call Dynapi.onresize =
> function(...) {...};    i cant seem to personally get this to work .  is
> there a different way to accomplish this in DynAPI 3 ?
>
>
> thanks .
>
> george .
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to