[Dynapi-Help] Link Event kills JS processing but no errors

2001-02-27 Thread Ramon Buckland
We have a large web interface .. using DynAPI http://www.f5.com.au/dev/interface/threepanels.htm It uses LoadPanels and event firing for resizing of layers and such, (take a look) there is three main areas, the menu, sub and content (left middle and right) If a user clicks on one of the links i

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Michael Pemberton
You can download it here: http://afroapi.freeshell.org/afroapi.zip The examples can be found here: http://afroapi.freeshell.org/examples/ -- Michael Pemberton [EMAIL PROTECTED] ICQ: 12107010 ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists

RE: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Ramon Buckland
Hi Michael,   We have been using LoadPanel for a few weeks now at my workplace and it seems apparent that we will need to use your version of LoadPanel  in the afroapi for its

Re: [Dynapi-Help] Scrollpane scrollbars in IE5.5

2001-02-27 Thread Richard Bennett
This is a bug, I think in dynimage, that I don't think has been resolved yet. If you find anything... - Original Message - From: "Al Byers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 3:08 AM Subject: [Dynapi-Help] Scrollpane scrollbars in IE5.5 > I ha

[Dynapi-Help] Scrollpane scrollbars in IE5.5

2001-02-27 Thread Al Byers
I have looked, but I have not seen anything about the scrollbars in the scrollpane example not showing in IE(5.5?). At one point they showed the first time, but not on reloading. Does this have to do with the way that the example is coded or is it within the API? -- Al Byers Local Square, Inc. 8

Re: [Dynapi-Help] (setHTML vs setBgImage) and (keyevents not being captured)

2001-02-27 Thread Richard Bennett
Title: (setHTML vs setBgImage) and (keyevents not being captured) Hi, My idea: SetBgImage is ok only for static images, with animation it causes all kinds of problems. Definitely avoid using 324 layers. Maybe use one large layer, add all images like thismyLayer.setHTML(''             +''    

RE: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Christof Pohl
Hi! See my last post for a bugfix in events.js. Regards, Christof > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Melvin > Sent: Tuesday, February 27, 2001 9:40 PM > To: [EMAIL PROTECTED] > Subject: Re: [Dynapi-Help] Strange results from Mou

Re: [Dynapi-Help] (setHTML vs setBgImage) and (keyevents not being captured)

2001-02-27 Thread Robert Rainwater
Take a look at DynImage. This will probaly be what you need. Also, setBgImage in IE is a pain because it causes the image to reload when ever you move/size the layer again. -- // Robert Rainwater -- DynAPI Homepage: http://dynapi.sourceforge.net/ DynAPI Snapshots: http://dynapi.sourceforge

Re: [Dynapi-Help] (setHTML vs setBgImage) and (keyevents not being captured)

2001-02-27 Thread Doug Melvin
the only 'faster' way that I can think of would be to combine these images into just a few, or just one and put them/it into a layer behind your grid - Original Message - From: "Jordi - IlMaestro - Ministral" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 27, 2001 10:4

Re: [Dynapi-Help] (setHTML vs setBgImage) and (keyevents not being captured)

2001-02-27 Thread Jordi - IlMaestro - Ministral
That's a matter of focus. I can't think of a way to solve it now. Terry Valladon wrote: > > > Hello, I was working with some layers and images last night and came > to the discovery that setHTML is very slow compared to setBgImage, and > I was wondering, if in light of this, anyone know a method

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Doug Melvin
Maybe a more detailed explanation? two frames: on names mainFrame (tee hee) and the other named controlFrame in mainFrame you have your DHTML PLUS two functions: requestData() and processData() function requestData(){ top.frames.controlFrame.location = "/getdata.asp?arg1=arp&arg2=blagem";

RE: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Terry Valladon
Title: RE: [Dynapi-Help] LoadPanel as a messenger Take a look at this, it strays from DynApi but could be modified to work with it. http://www.planetsourcecode.com/xq/ASP/txtCodeId.6506/lngWId.4/qx/vb/scripts/ShowCode.htm Terry -Original Message- From: Frederick Samson [mailto:[EMA

[Dynapi-Help] (setHTML vs setBgImage) and (keyevents not being captured)

2001-02-27 Thread Terry Valladon
Title: (setHTML vs setBgImage) and (keyevents not being captured) Hello, I was working with some layers and images last night and came to the discovery that setHTML is very slow compared to setBgImage, and I was wondering, if in light of this, anyone know a method faster then setBgImage of ass

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Doug Melvin
Instead of setURL you can use: top.frames.controlframe.location = "/getvalue.asp?a=arp&b=arpagain"; This should work in IE and NS, I think [said he as he scanned the sky nervously for incomming icbrs] (icbr = Inter Continental Ballistic Rock) - Original Message - From: "Frederick Samson"

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Doug Melvin
For testing for completion.. isn't ther an afterload event in loadpanel (I could be very wrong) As for encoding the string, You first need to ensure that the string is URL safe (so netscape doesn't return 'the format is incorrect') in VB script you do that with: encodedstring = server.urlencode(

Re: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Doug Melvin
One sloution would be to use getPageX and compare the returned value t the getPageX ofthe layer holding the table (assuming that the table is right up against the edge of the layer) - Original Message - From: "Christof Pohl" <[EMAIL PROTECTED]> To: "[DynAPI Help] Mailingliste" <[EMAIL PROT

RE: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Frederick Samson
>A perhaps more suitable solution would be to use a frameset, and return > >the response in a textarea wrapper (like what you said in number 2, but > >using a frame not a loadpanel). NS4 can get the contents of a textarea. I am not sure that I understand : I create a frameset with an invisible

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread doug moore
where is loadPanel at? i don't see it in any of the API documentation and i'd be very interested in implementing what you've suggested.. doug. Quoting Frederick Samson <[EMAIL PROTECTED]>: > Hi all! Congragulations for the DynAPI2 product and it's appearance on > ZDNet. > > I want to create

RE: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Cameron Hart
> I want to create a proof of concept that gives the possibility to refresh > only parts of a DHTML page after some user input. Exemple : the > user makes > some choices with input controls and click a button. An HTTP Get > request is > sent using a single [invisible] LoadPanel (the messenger) and

Re: [Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Michael Pemberton
look at my loading applet code. this way, you can use JS in the loaded code to directly alter the required layer content. It can be seen in action here: AfroAPI Examples - File Handling : URL Frederick Samson wrote: Hi all! Congragulations for the DynAPI2 product and it's appearance on ZDNet. I w

RE: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Christof Pohl
Fixed! I have changed lines 34 and 35 in src/lib/dynapi/api/events.js from: this.x=is.ie?e.offsetX:e.layerX; this.y=is.ie?e.offsetY:e.layerY; to: this.x=is.ie?e.x-this.src.getPageX():e.layerX; this.y=is.ie?e.y-this.src.getPageY():e.layerY; Now the setEvent function sets the correct x/y

[Dynapi-Help] LoadPanel as a messenger

2001-02-27 Thread Frederick Samson
Hi all! Congragulations for the DynAPI2 product and it's appearance on ZDNet. I want to create a proof of concept that gives the possibility to refresh only parts of a DHTML page after some user input. Exemple : the user makes some choices with input controls and click a button. An HTTP Get re

RE: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Christof Pohl
Hm, the current CVS version doesn't have a fix for this error. I have tried IE5.5 on Win98 - same behaviour. :-\ I think I will have a look at the code... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christof > Pohl > Sent: Tuesday, February 27,

RE: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Christof Pohl
Hm, I think I'm using the CVS version from February 21st (or so). I will try out the current CVS version (and have a look at the changes there). Thanks for your input! :-) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael > Pemberton > Sent:

Re: [Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Michael Pemberton
which version of the api are you using? there have been a few changes made recently that attempt to fix this. Christof Pohl wrote: > Hi everybody! > > I have a blind table which formats some content and I want to use a > mouseover-effect. In contrast to defining a DynLayer for each > element of

[Dynapi-Help] Strange results from MouseEvent.getX() in IE5.5 SP1 - Win2K

2001-02-27 Thread Christof Pohl
Hi everybody! I have a blind table which formats some content and I want to use a mouseover-effect. In contrast to defining a DynLayer for each element of the table, I put the whole table into one single DynLayer and add an "onmousemove" event listener to it. By evaluating the MouseEvent.getX()