Re: [Dynapi-Dev] Old Browser Support
"JavaScript Error: too much recursion" does not nessesarily mean just recursion. It can also be triggered by a very large loop. Generally though, it will be tiggered by a recursive loop, just as one that manipulates children. I found in previous version I got the error in my tree widget. and sometimes saw the error when using methods such as DynAPI.Document.all(). Other potential areas are any method which tries to access all children of a layer. so deleteallchildren and the such. You best bet is to find each recursive function and add a debuggin message so that you will know which function is genreating the error. - Original Message - From: "C Kissinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 23, 2003 3:06 AM Subject: RE: [Dynapi-Dev] Old Browser Support > Well I got the examples from Create Layer to Hover Animation in that > snapshot to work in old browsers now (except TabManager because my laptop > doesn't have a separate numeric keypad with arrows), but one major stumbling > block which maybe someone can answer. In NN4.03 almost all examples shoot a > c onmousedown and onmouseup in document > areas of the page. Two of the same error for every click. Any ideas? > > Christopher Kissinger > Web Development Consultant > > > >>> -Original Message- > >>> From: [EMAIL PROTECTED] > >>> [mailto:[EMAIL PROTECTED] On Behalf > >>> Of Raymond Irving > >>> Sent: Wednesday, October 22, 2003 4:09 PM > >>> To: [EMAIL PROTECTED] > >>> Subject: Re: [Dynapi-Dev] Old Browser Support > >>> > >>> > >>> > >>> I say we also try and include NN 4.03 but it's just > >>> that NN4.03 has a major problem with functions not > >>> return a value. > >>> > >>> "With the DOM, anything is possible, so the need for a > >>> JS wrapper API becomes less imperative." > >>> > >>> I don't think so! I thought that DOM-Browsers would > >>> make DynAPI go away but I was wrong. Over the past few > >>> months I've had nightmares trying to get apps to > >>> display and work the same in all three of the major > >>> browsers. > >>> > >>> -- > >>> Raymond Irving > >>> > >>> --- C Kissinger <[EMAIL PROTECTED]> wrote: > >>> > I first started using DynAPI because I needed a > >>> > cross-browser solution for > >>> > consistency across DOM/non-DOM browsers in ecommerce > >>> > web apps. This seemed > >>> > to have been the original focus with CBScript and > >>> > DynAPI2, but lately the > >>> > focus seems to have changed to more of an advanced > >>> > app factory (still a good > >>> > thing). > >>> > > >>> > I am still busy trying to port DynAPI3 Oct. 4, 2003 > >>> > snapshot for backwards > >>> > compatibility with NN4.03 and IE4, which when it is > >>> > finished will probably > >>> > serve me well into the distant future as a browser > >>> > paleontologist. > >>> > > >>> > I would like to see a poll of current users and > >>> > developers for determining > >>> > the primary focus: advanced functionality vs. wider > >>> > cross-browser support. > >>> > With the DOM, anything is possible, so the need for > >>> > a JS wrapper API becomes > >>> > less imperative. DynAPI has been great for both so > >>> > far, but I see people > >>> > wanting to move forward and drop support. I can't do > >>> > that, but I'm sure > >>> > DynAPI will still be great either way. > >>> > > >>> > Thanks! > >>> > > >>> > > >>> > Christopher Kissinger > >>> > Web Development Consultant > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > >>> > >>> __ > >>> Do you Yahoo!? > >>> The New Yahoo! Shopping - with improved product search > >>> http://shopping.yahoo.com > >>> > >>> > > > > --- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.529 / Virus Database: 324 - Release Date: 10/16/03 --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
RE: [Dynapi-Dev] Old Browser Support
This might have something to do with NN4.03 and mouse_ns4.js. Something to do with the event listeners for the document object. -- Raymond Irving --- C Kissinger <[EMAIL PROTECTED]> wrote: > Well I got the examples from Create Layer to Hover > Animation in that > snapshot to work in old browsers now (except > TabManager because my laptop > doesn't have a separate numeric keypad with arrows), > but one major stumbling > block which maybe someone can answer. In NN4.03 > almost all examples shoot a > "JavaScript Error: too much recursion" onmousedown > and onmouseup in document > areas of the page. Two of the same error for every > click. Any ideas? > > Christopher Kissinger > Web Development Consultant > > > >>> -Original Message- > >>> From: [EMAIL PROTECTED] > >>> [mailto:[EMAIL PROTECTED] > On Behalf > >>> Of Raymond Irving > >>> Sent: Wednesday, October 22, 2003 4:09 PM > >>> To: [EMAIL PROTECTED] > >>> Subject: Re: [Dynapi-Dev] Old Browser Support > >>> > >>> > >>> > >>> I say we also try and include NN 4.03 but it's > just > >>> that NN4.03 has a major problem with functions > not > >>> return a value. > >>> > >>> "With the DOM, anything is possible, so the > need for a > >>> JS wrapper API becomes less imperative." > >>> > >>> I don't think so! I thought that DOM-Browsers > would > >>> make DynAPI go away but I was wrong. Over the > past few > >>> months I've had nightmares trying to get apps > to > >>> display and work the same in all three of the > major > >>> browsers. > >>> > >>> -- > >>> Raymond Irving > >>> > >>> --- C Kissinger <[EMAIL PROTECTED]> > wrote: > >>> > I first started using DynAPI because I needed > a > >>> > cross-browser solution for > >>> > consistency across DOM/non-DOM browsers in > ecommerce > >>> > web apps. This seemed > >>> > to have been the original focus with CBScript > and > >>> > DynAPI2, but lately the > >>> > focus seems to have changed to more of an > advanced > >>> > app factory (still a good > >>> > thing). > >>> > > >>> > I am still busy trying to port DynAPI3 Oct. > 4, 2003 > >>> > snapshot for backwards > >>> > compatibility with NN4.03 and IE4, which when > it is > >>> > finished will probably > >>> > serve me well into the distant future as a > browser > >>> > paleontologist. > >>> > > >>> > I would like to see a poll of current users > and > >>> > developers for determining > >>> > the primary focus: advanced functionality vs. > wider > >>> > cross-browser support. > >>> > With the DOM, anything is possible, so the > need for > >>> > a JS wrapper API becomes > >>> > less imperative. DynAPI has been great for > both so > >>> > far, but I see people > >>> > wanting to move forward and drop support. I > can't do > >>> > that, but I'm sure > >>> > DynAPI will still be great either way. > >>> > > >>> > Thanks! > >>> > > >>> > > >>> > Christopher Kissinger > >>> > Web Development Consultant > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > >>> > >>> __ > >>> Do you Yahoo!? > >>> The New Yahoo! Shopping - with improved product > search > >>> http://shopping.yahoo.com > >>> > >>> > > > > --- > This SF.net email is sponsored by OSDN developer > relations > Here's your chance to show off your extensive > product knowledge > We want to know what you know. Tell us and you have > a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
RE: [Dynapi-Dev] VDE-0.1rc3 release
Hi again! What i was thinking about is that we maybee make a separate "function" for each widget that is implemented to the VDE returning the things needed in a nice format. Like getWidgetInfo(mywidget) { // returns two arrays or something with all the arguments // needed for the constructor and one with the methods for the // widget. Maybee even some general info on what the widget is? } Is this possible to do and how to do it, i dont know the answer but myabee this solution can be a quite quick one? I agree with the adding of this project to the cvs. Regards Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Irving Sent: den 23 oktober 2003 22:12 To: [EMAIL PROTECTED] Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release See below: --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > I also wrote a VDE wrapper that lets you import the > saved vde xml file > directly into the dynapi, and it will recreate the > project for you. Not sure how this works but will look into it. > I also gave Spock a little face lift so that it > doesn't feel left out. Ok, but now I can hardly see the button outlines. > If anybody got Ideas for the add event or add widget > please let me know. Add widget should be the last thing that we do. It's very complex and will require us to design a some kind of header file as Daniel had suggested. I think add events to widgets should be much easier to do. Here how I think it can be done: 1) Double click on a layer to open up a code window. This window will contain a drop down menu of the various events. 2) The user then selects the event and then enter som code in a text box below the drop down menu and then click ok. This should then save the text into some events collection object. > And please help debug on windows Will do. Have you ever tried creating a very large project with the vde? You should try it and then try saving and loading the project to how it performs performs. SODA takes a longer time to convert a js object into string and back than it would a js array. Where possible it's best to use arrays. For the DataSource class I had to use to following format inorder to get better performance when working with lots of data. record={ dataRowIndex:0, dataRowCount:4, fieldnames:['id','fname'], fieldvalues:[ [1,'mary'], [1,'jane'], [1,'john'], [1,'paul'], ] } -- Raymond Irving > http://www.michaelbystrom.com/download.php > (at the bottom of the page VDE-0.1rc3) > > Michael > > > > --- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: http://sourceforge.net/donate/ > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/ --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] VDE-0.1rc3 release
>> I also wrote a VDE wrapper that lets you import the >> saved vde xml file >> directly into the dynapi, and it will recreate the >> project for you. > > Not sure how this works but will look into it. It's a simple little thing could be useful later I. I have a gut feeling something like this will be needed >> I also gave Spock a little face lift so that it >> doesn't feel left out. > > Ok, but now I can hardly see the button outlines. That odd they look fine on my TFT and my Radius >> If anybody got Ideas for the add event or add widget >> please let me know. > > I think add events to widgets should be much easier to > do. Here how I think it can be done: > > 1) Double click on a layer to open up a code window. > This window will contain a drop down menu of the > various events. > > 2) The user then selects the event and then enter som > code in a text box below the drop down menu and then > click ok. This should then save the text into some > events collection object. Ok thanks I have one idea that will try to do first. > Have you ever tried creating a very large project with > the vde? You should try it and then try saving and > loading the project to how it performs performs. > > SODA takes a longer time to convert a js object into > string and back than it would a js array. Where > possible it's best to use arrays. For the DataSource > class I had to use to following format inorder to get > better performance when working with lots of data. > > record={ > dataRowIndex:0, > dataRowCount:4, > fieldnames:['id','fname'], > fieldvalues:[ [1,'mary'], > [1,'jane'], > [1,'john'], > [1,'paul'], > ] > } This is the sytem I'm using now to collect the info array[array.length] = { dynlayer:c.name, x:c.getX(), y:c.getY(), w:c.getWidth(), h:c.getHeight(), color:c.getBgColor(), v:c.getVisible(), z:c.getZIndex(), img:c.getBgImage(), html:c.getHTML(), parent:c.parent.name, locked:c.isLocked, isVisible:c.isVisible, vislyr:c.vislyr, linkedTo:c.linkedTo, name:c.name, isRelative: c.isRelative } Isn't this the fastest way. There are no sub arrays or objects. Except for relative (not tested this feature with save and paste) They are all numbers and strings. ? --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
[Dynapi-Dev] Object / Widget documentation
Hi! I was thinking of a way to keep the widget and object documentation up to date better, that is that I could set up a database and make a webadmin to that so we could update the docs smoothly and have a better overview of what objects/widgets that needs to be documented, and what is missing and so on. Then for release we just make html of all the info stored in the db and add it to cvs. What do you all think of this? What type of data we need (fill in on this) Object Name or Widget Name Constructor with comments Properties with comments Functions with comments Private/public Methods with comments Examples We could also make a comment to each file so we all know what that file does. What do you think? Regards Daniel --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] VDE-0.1rc3 release
--- Michael Bystrom <[EMAIL PROTECTED]> > > This is the sytem I'm using now to collect the info > > array[array.length] = { > dynlayer:c.name, > x:c.getX(), > y:c.getY(), > w:c.getWidth(), > h:c.getHeight(), > color:c.getBgColor(), > v:c.getVisible(), > z:c.getZIndex(), > img:c.getBgImage(), > html:c.getHTML(), > parent:c.parent.name, > locked:c.isLocked, > isVisible:c.isVisible, > vislyr:c.vislyr, > linkedTo:c.linkedTo, > name:c.name, > isRelative: c.isRelative > } > > Isn't this the fastest way. There are no sub arrays > or objects. > Except for relative (not tested this feature with > save and paste) > They are all numbers and strings. > > ? I think this should be ok. We just will have to test it. -- Raymond Irving > > > --- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] VDE-0.1rc3 release
Hey, what browsers is the vde supposed to work in? I can't draw layers in IE6 and Moz 1.3.1 crashed when I tried to draw a layer. - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 2:12 PM Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release > > --- Michael Bystrom <[EMAIL PROTECTED]> > > > > This is the sytem I'm using now to collect the info > > > > array[array.length] = { > > dynlayer:c.name, > > x:c.getX(), > > y:c.getY(), > > w:c.getWidth(), > > h:c.getHeight(), > > color:c.getBgColor(), > > v:c.getVisible(), > > z:c.getZIndex(), > > img:c.getBgImage(), > > html:c.getHTML(), > > parent:c.parent.name, > > locked:c.isLocked, > > isVisible:c.isVisible, > > vislyr:c.vislyr, > > linkedTo:c.linkedTo, > > name:c.name, > > isRelative: c.isRelative > > } > > > > Isn't this the fastest way. There are no sub arrays > > or objects. > > Except for relative (not tested this feature with > > save and paste) > > They are all numbers and strings. > > > > ? > > I think this should be ok. We just will have to test > it. > > -- > Raymond Irving > > > > > > > --- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: > > http://sourceforge.net/donate/ > > ___ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > __ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > --- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] VDE-0.1rc3 release
Hi Doug, It was written on Macintosh Mozilla and should run on all versions from 1.2 VDE has never had a crash on my Mac. Well not true IE5 crashed the original dynapi 2.55 version in beginning. I just started to debug IE6 Win on virtual PC and found some errors. Fu"""##""#" Don't worry I realy like to track down bugs so this will be fun. IT WILL work on IE6 no problems, just a few beers and SPOCK and I'm happy... Well my wife might have another opinion but... CheriomissSofie... Michael. Den 03-10-24 20.39, skrev "Doug Melvin" <[EMAIL PROTECTED]>: > Hey, what browsers is the vde supposed to work in? > I can't draw layers in IE6 and Moz 1.3.1 crashed when I tried to draw a > layer. --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] VDE-0.1rc3 release
Possible a seperate "descripter" file. These would mean not loading the function outside of the VDE.. Like: DynTree.js and DynTree.Descriptor.js and put the descriptors in a seperate folder for managability. - Original Message - From: "Daniel Tiru" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 6:19 AM Subject: RE: [Dynapi-Dev] VDE-0.1rc3 release > Hi again! > > What i was thinking about is that we maybee make a separate "function" > for each widget that is implemented to the VDE returning the things > needed in a nice format. > > Like > getWidgetInfo(mywidget) { > // returns two arrays or something with all the arguments > // needed for the constructor and one with the methods for the > // widget. Maybee even some general info on what the widget is? > } > > Is this possible to do and how to do it, i dont know the answer but > myabee this solution can be a quite quick one? > > I agree with the adding of this project to the cvs. > > Regards > Daniel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Raymond > Irving > Sent: den 23 oktober 2003 22:12 > To: [EMAIL PROTECTED] > Subject: Re: [Dynapi-Dev] VDE-0.1rc3 release > > > > See below: > > --- Michael Bystrom <[EMAIL PROTECTED]> > wrote: > > > > I also wrote a VDE wrapper that lets you import the > > saved vde xml file > > directly into the dynapi, and it will recreate the > > project for you. > > Not sure how this works but will look into it. > > > I also gave Spock a little face lift so that it > > doesn't feel left out. > > Ok, but now I can hardly see the button outlines. > > > If anybody got Ideas for the add event or add widget > > please let me know. > > Add widget should be the last thing that we do. It's > very complex and will require us to design a some kind > of header file as Daniel had suggested. > > I think add events to widgets should be much easier to > do. Here how I think it can be done: > > 1) Double click on a layer to open up a code window. > This window will contain a drop down menu of the > various events. > > 2) The user then selects the event and then enter som > code in a text box below the drop down menu and then > click ok. This should then save the text into some > events collection object. > > > And please help debug on windows > > Will do. > > Have you ever tried creating a very large project with > the vde? You should try it and then try saving and > loading the project to how it performs performs. > > SODA takes a longer time to convert a js object into > string and back than it would a js array. Where > possible it's best to use arrays. For the DataSource > class I had to use to following format inorder to get > better performance when working with lots of data. > > record={ > dataRowIndex:0, > dataRowCount:4, > fieldnames:['id','fname'], > fieldvalues:[ > [1,'mary'], > [1,'jane'], > [1,'john'], > [1,'paul'], > ] > } > > > -- > Raymond Irving > > > http://www.michaelbystrom.com/download.php > > (at the bottom of the page VDE-0.1rc3) > > > > Michael > > > > > > > > > --- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: http://sourceforge.net/donate/ > > ___ > > Dynapi-Dev mailing list > > [EMAIL PROTECTED] > > > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > __ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > --- > This SF.net email is sponsored by: The SF.net Donation Program. Do you > like what SourceForge.net is doing for the Open Source Community? Make > a contribution, and help us add new features and functionality. Click > here: http://sourceforge.net/donate/ > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ > > > > > --- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > ___ > Dynapi-Dev mailing list > [EMAIL PROTECTED] > http://www.mail-archive.com/[EMAIL PROTECTED]/ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 --- This SF.net email is sponsored by: The SF.net Donation Program. Do
[Dynapi-Dev] Debug mode
Hello IE list folk. It's my mistake I know but I think that Mozilla is a better browser then Microsoft's IE and I missed this... I just booted IOS, VED and other in IE mac, win and all HELL broke loose I know dynapi3 is beta but still. p.setPageLocation = function(x,y) { if (this.isChild) { if (dynapi.ua.v>=5) { if (cx) this.css.pixelLeft = this.x; if (cy) this.css.pixelTop = this.y; } else { if (cx) this.css.left = this.x+"px"; if (cy) this.css.top = this.y+"px"; } } return this.setLocation(x,y); }; If i'm not mistaken it should look something like this. p.setPageLocation = function(x,y) { if (this.isChild) { if (x!=null) x = x - this.parent.getPageX(); if (y!=null) y = y - this.parent.getPageY(); } return this.setLocation(x,y); }; I did spend a lot of time making dynapi 2.55 Mac ie5 work on IOS and now I feel I'm back in the same spot. There is a lot more then this, Mac is VERRY particular with the way you create layers... Well I leave that for now. IE folks Please look over the code if you please Rock'n Roll Michael --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
Re: [Dynapi-Dev] DragIcon bounding box
2003. október 20. 19.06 dátummal Raymond Irving ezt írta: > use > setDragEnabled(true,{top:0,right:0,bottom:0,left:0},true); I try it, because it's not work. I can drag out of screen. Any other idea? Cow --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
[Dynapi-Dev] Anchor
Hi! If i have a layer that i need to positioned in the middle and it is 500,500 in size how do i do this? If the window is bigger the layer will still be in the middle and so on... I am stuck.. Regards Daniel --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/
RE: [Dynapi-Dev] Anchor
I know I've seen mydynlayer.setAnchor({centerH:left,centerV:top}) used somewhere. I'm not exactly sure yet how to use anchors, but I hope this helps. Christopher Kissinger Web Development Consultant >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf >>> Of Daniel Tiru >>> Sent: Friday, October 24, 2003 7:37 PM >>> To: [EMAIL PROTECTED] >>> Subject: [Dynapi-Dev] Anchor >>> >>> >>> Hi! >>> >>> If i have a layer that i need to positioned in the middle and it is >>> 500,500 in size how do i do this? If the window is bigger >>> the layer will >>> still be in the middle and so on... I am stuck.. >>> >>> Regards >>> Daniel >>> >>> >>> >>> >>> >>> --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Dynapi-Dev mailing list [EMAIL PROTECTED] http://www.mail-archive.com/[EMAIL PROTECTED]/