Re: [Dynapi-Help] What is enableBlackboard?

2005-08-27 Thread Raymond Irving
Hi everyone, Doug is correct about the functionality of the black board. That's exactly what it was design for. __ Raymond Irving --- [EMAIL PROTECTED] wrote: > > > More verbose.. also checked code to verfiy.. the > part about a transparent > coverlayer was just smoke (wo

Re: [Dynapi-Help] Fileupload and PHP

2005-02-14 Thread Raymond Irving
for PHP you should be able to use the $_FILES object __ Raymond Irving --- [EMAIL PROTECTED] wrote: > Hi, > > has anybody a working example of client- and > serverside Files where a fileupload works? > > I've tried the example at dynapi-examples without >

[Dynapi-Help] A new client-side Framework

2005-01-24 Thread Raymond Irving
} Web Application Framework The framework is still work in progress. It's not yet as powerful as DynAPI but it can certainly be used to add some dyamic effects to a website. The entire framework loads in under 20k (u

Re: [Dynapi-Help] ButtonImage

2005-01-24 Thread Raymond Irving
uys who are mor knownledgeable about the system have moved on to other things. Try using CVS directly. __ Raymond Irving --- Michael Kunze <[EMAIL PROTECTED]> wrote: > Leif W wrote: > > > Err, Hi! *blink* Nobody answered yet? > > Nope and i already gave up hope ;) > > &

Re: [Dynapi-Help] Trying to fix IOElement bug, need some background-info..

2004-10-20 Thread Raymond Irving
r the page is loaded. I think there should be a trap ofr this inside the ioelement.js file. You can try call the the ioelement object after the page loads to see it that works. __ Raymond Irving --- Clemens Eisserer <[EMAIL PROTECTED]> wrote: > Hi again, > > First of all thank y

Re: [Dynapi-Help] IOElement, get Data

2004-09-22 Thread Raymond Irving
Hi Michael, Normally my price ranges from US$50 to US$80+ per hour. You can setup the VNC and I can give it a try. __ Raymond Irving --- Michael Herlihy <[EMAIL PROTECTED]> wrote: > I would be interested in donating. > > I need to be able to set drag in OSX Safari. > and

Re: [Dynapi-Help] IOElement, get Data

2004-09-17 Thread Raymond Irving
anyone be interesting? This way I'll be able to spend more time, improving and supporting the project to the fullest. Anyone agrees? __ Raymond Irving --- Michael Herlihy <[EMAIL PROTECTED]> wrote: > I can give you VNC access to a computer with OSX > It's available 24-7 hosted o

Re: [Dynapi-Help] IOElement, get Data

2004-09-17 Thread Raymond Irving
will take some time. Thanks to all who continues to support the project and update the files. As for Safari I don't know what to do since Mac OS X is very expensive. Maybe one day I'll be able to test mac osx __ Raymond Irving --- Oliver Kaeferstein <[EMAIL PROTECTED]> wrote:

[Dynapi-Help] DynAPI Updates

2004-05-28 Thread Raymond Irving
e thus far: * New widget design (no longer use StyleManager)' * New RichTextBox widget (beta) * Boxfix implemented Enjoy and please give you feedback. __ Raymond Irving --- This SF.Net email is sponsored by: Oracle 10g Get certified on the

Re: [Dynapi-Help] ShadedLabel, TabControl and TabItem

2004-02-02 Thread Raymond Irving
Are you using the latest version of DynAPI from the CVS? PS. So much things to catch up with -- Raymond Irving --- Aston Chan <[EMAIL PROTECTED]> wrote: > Hi, > > I've created a couple of widgets: > > 1. ShadedLabel.js > > Based on label.js, shad

Re: [Dynapi-Help] createTextRange

2004-02-02 Thread Raymond Irving
Not as far as I'm concerned. I think it only works in IE and Moz -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > hi folks! > > Long time no see... > > I have run into a small problem (or maybee not) but > i need to get something verified. &g

Re: [Dynapi-Help] dynapi.onUnload question

2003-12-29 Thread Raymond Irving
Problem: onUnload can't return false to stop the location change like onSubmit can do. Workaround: Check if the page should be unloaded in onClick in all links and in onSubmit in all forms. It's not elegant, but it works. Code Example: We have a function check(), returning true if the page shoul

[Dynapi-Help] DynAPI - I'm still here!

2003-12-07 Thread Raymond Irving
gets activities within a few weeks so please don't loose hope. We'll make it even better! Best regards, -- Raymond Irving --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills

Re: [Dynapi-Help] Getting window size with dynapi

2003-11-12 Thread Raymond Irving
Hi You can only call dynapi.document.getWidth/Hieht() after page load. -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Everyone, I have tried to get the browsers window > size when the window > opens, but I always get an error. However, if I wait > for the dyn

Re: [Dynapi-Help] IOElement/SODA and Java

2003-11-12 Thread Raymond Irving
This sound very good! Glad to hear that SODA is coming on just fine. Keep up the good work! -- Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > Hi George, > > You are quite correct that an IOElement can > download arbitrary > data from a web server witho

Re: [Dynapi-Help] onmouseout problem

2003-11-12 Thread Raymond Irving
I believe the mouse-over event 'should' be triggered by design. -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > I'm having some trouble with an on mouse out > listener. > > * I have a layer, and on the layer, I've added an > . > *

Re: [Dynapi-Help] HTMLMenu Help

2003-11-12 Thread Raymond Irving
Hi, You can use the CSS hover property to set the text color when the mouse moves over the text. -- Raymond Irving --- António_Silva <[EMAIL PROTECTED]> wrote: > Hello every one, > > I'm using the HTMLMenu component and I'm unable to > figure out how to set >

Re: [Dynapi-Help] Konqueror/Safari

2003-11-06 Thread Raymond Irving
Yes we would love to hear about your findings. -- Raymond Irving --- Martin Weinelt <[EMAIL PROTECTED]> wrote: > Hi, > > I am an old fan, thanks alot for this fine project. > I am using DynAPI for web.mapping solutions since > 2002. Expamles c

Re: [Dynapi-Help] Load Panel with http:// url

2003-11-06 Thread Raymond Irving
I guess we both can -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > Raymond, > > > This is needed inside the pages that the load > panel > > will load. This needs to be fixed. > > Does this mean that you're going to look into it?

Re: [Dynapi-Help] Load Panel with http:// url

2003-11-05 Thread Raymond Irving
is needs to be fixed. -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion Doug, but I tried that, > with and without the > http and I can't get it to work. > > Here's slightly modified version of the load panel > e

Re: [Dynapi-Help] Load Panel with http:// url

2003-11-05 Thread Raymond Irving
The setURL() function on the LoadPanel shoul work fine. -- Raymond Irving --- Jesse Vitrone <[EMAIL PROTECTED]> wrote: > Is there a way to set the url for a Load Panel to a > remote url like > http://google.com ? > > If not, is there a good way to make a layer with an &g

Re: [Dynapi-Help] How to load/refresh w/out seeing it in the browser busy icon

2003-10-29 Thread Raymond Irving
Ok so the idea is to not let the user know that the page is being updated? They should just see the change? -- Raymond Irving --- Bruce Tennant <[EMAIL PROTECTED]> wrote: > I get the same hidden behavior in both IE and > Mozilla. I can't ever > recall being asked to i

Re: [Dynapi-Help] How to load/refresh w/out seeing it in the browser busy icon

2003-10-29 Thread Raymond Irving
etched from the server. You could display a floating layer to the bottom-right of the browser. -- Raymond Irving --- Bruce Tennant <[EMAIL PROTECTED]> wrote: > My web site currently uses an IOelement to retrieve > updates from the > server. This works well enough, but I was won

Re: [Dynapi-Help] loadpanel background

2003-10-27 Thread Raymond Irving
I think that's how the loadpanel should work. If you where using an Iframe it would have done the same thing. -- Raymond Irving --- Arijit Das <[EMAIL PROTECTED]> wrote: > The loadpanel in 3.0 seems to pick up the background > color of the page > being loaded, or defaults

RE: [Dynapi-Help] Width and Height

2003-10-26 Thread Raymond Irving
Try using: lyr.setAnchor({centerV:0,centerH:0}) or lyr.setAnchor({centerV:lyr.getHeight()/2,centerH:lyr.getWidth()/2}) -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Okey, is there any way to acomplish this by using > anchor? > > Need to have a layer in

Re: [Dynapi-Help] onload help in 3.0 - follow up

2003-10-26 Thread Raymond Irving
var el = {}; el.oncontentchange = function(e){ // some code here }; lyr.addEventListener(el); --- Arijit Das <[EMAIL PROTECTED]> wrote: > Hi all, > > I was able to work around by problem by using the > onresize event. > > I do have a new question, which I think may be more > important than

RE: [Dynapi-Help] Width and Height

2003-10-26 Thread Raymond Irving
you can only call dynapi.document.getWidth/Height after that page has been loaded -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > This solution dont work for me, am i doing something > wrong, or are you > completly sure? > > Try to make: > alert(

Re: [Dynapi-Help] onload help in 3.0

2003-10-26 Thread Raymond Irving
dynapi.onLoad and layer.onCreate and layer.onPreCreate events are used as you've mentioned below. -- Raymond Irving --- Arijit Das <[EMAIL PROTECTED]> wrote: > Hi All, > > I just started learning dynapi 3.0 (from 2.5.7) and > I'm trying to get my > bearings. I've been

Re: [Dynapi-Help] Interesting things noticed..

2003-10-17 Thread Raymond Irving
Maybe it has something to do with the zoom in and out functions. Maybe some tight looping issues. -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > I have been testing > http://www.keyout.com/keyout/test.cfm and in some > situations, nothing is displayed, an

[Dynapi-Help] DynAPI File Search Demo! No Server-Side!

2003-10-17 Thread Raymond Irving
Hello Everyone, Ever wanted to search files without using server-side coding? Well now you can with the new FileReader Class library. Please see attached zip file. It contains the updated FileReader and the demo.filesearch.html demo file Have fun!!! Any comments? -- Raymond Irving

Re: [Dynapi-Help] Simple communication questions...

2003-10-15 Thread Raymond Irving
esigned our code > after that, or > something. Just not to reinvent the wheel if > possible. No, we're not reinventing the wheel. Once we have the concept of how it works then we can make the necessary adjustments. -- Raymond Irving > Leif > > > -- > > Raymond Irv

Re: [Dynapi-Help] Simple communication questions...

2003-10-15 Thread Raymond Irving
We don't need Java or a plugin on the browser. All that we need is JavaScript. That all that there is to it. nothing more nothing less :) Trust me I believe it all posible only it I can find the time to get started. -- Raymond Irving --- Cristian Grigoriu <[EMAIL P

Re: [Dynapi-Help] Simple communication questions...

2003-10-15 Thread Raymond Irving
user (server-side) will have the option to adjust and balance the system while having the choice of using either push, pull or both. -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > This looks very promising. I've skimmed through the > whitepaper and a couple > examp

Re: [Dynapi-Help] Simple communication questions...

2003-10-15 Thread Raymond Irving
raises an event: ws_invokeEvent('someeventhere') ... ws_invokeEvent('anothereventhere') The Push/Pull technique should work with all supported web browsers. The API will handle all the technical details so the user only have to listen in for an event from the server. Wha

Re: [Dynapi-Help] Simple communication questions...

2003-10-14 Thread Raymond Irving
Hi, For some more information on server-push and client-pull visit the following website: http://wp.netscape.com/assist/net_sites/pushpull.html -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > I was thinking of how to approach this problem a > while back (for the case o

Re: [Dynapi-Help] Simple communication questions...

2003-10-13 Thread Raymond Irving
poll-loop. This is a > problem > in my eyes since JS hasnt support für Multithreading > :( Using synchronous GET or post will cause the app to wait until the server returns a response. > Does anybody have better ideas, I´m not really happy > with my stuff.. In the future ther

[Dynapi-Help] DynAPI updates

2003-10-12 Thread Raymond Irving
[*] Updated Documentation & Examples [*] Update quickrefs (See docs/docs/quickref.html) [+] Added new examples [+] Add DragIcon feature to DragEvent [*] Modify DragDrop() events to use mouse pointer or layer's width/height [*] Move Frame Class from BorderManager into frame.js file - dynapi.gui.Fr

[Dynapi-Help] Change ondrop to ondragdrop

2003-10-10 Thread Raymond Irving
easy to do without DynAPI :) -- Raymond Irving. __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net email is sponsored by: SF.net Giveback Pr

Re: [Dynapi-Help] IOElement and cross domain urls

2003-10-08 Thread Raymond Irving
Yep! That's a security setting in the browsers. It's called cross-domain scripting security. The only way arround this is to use IOElementSync class or FileReader to access the data in synchronous. -- Raymond Irving --- Bruce Tennant <[EMAIL PROTECTED]> wrote: > Maybe I miss

Re: [Dynapi-Help] FileReader, init function, and advice

2003-10-08 Thread Raymond Irving
It's kinda optional. If you setup a timeout and wait until the page has been loaded then you would not require the init function as the object would have already been initialized -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > That's more intuitive. Is the init f

[Dynapi-Help] A quick quesion about Widgets

2003-10-08 Thread Raymond Irving
A Widget's size includes it's border size. For example, a Button with a size of 16x16 will actually measure 16x16. -- Raymond Irving __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search

Re: [Dynapi-Help] FileReader, init function, and advice

2003-10-08 Thread Raymond Irving
s put into it's design. Maybe something like: var fl = new FileReader(); fl.OnInit(function(){ // this function is called // once the filereader object has been // initialized var url = 'mypage.html'; var rt = this.read(url); }) How about the above? Is it more intuitive

Re: [Dynapi-Help] FileReader, init function, and advice

2003-10-08 Thread Raymond Irving
loaded. As for what object to use for your page I would have to say it depends. Both objects have their advantages and disadvantages. The FileReader is mainly for reading files (or pages) from the server in a synchronous form. -- Raymond Irving --- Bruce Tennant <[EMAIL PROTECTED]> wrote: &

Re: [Dynapi-Help] Image Clip Slide Show ( always repeating )

2003-10-08 Thread Raymond Irving
> > > HERE's the problem how to I set the rollovers on the > layer html? Or how > to I pass the code to that layer, I'm open to > sugestions... menu.setHTML(myImage.getHTML()); -- Raymond Irving > > Thanx > > António

Re: [Dynapi-Help] How to assign LoadPanel() content to a form element?

2003-10-06 Thread Raymond Irving
Try using getHTML(): var lp = new LoadPanel(); ... // some code here ... lp.addEventListener({ onchange : function(e){ var o = e.getSource(); alert(o.getHTML()) } }); -- Raymond Irving --- Yanglong Zhu <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm tr

Re: [Dynapi-Help] New List, Label and Window Widgets

2003-10-06 Thread Raymond Irving
why not use the setAutoSize() function? var pb = new PanelBar() pb.setWidth(200) pb.setAutoSize(null,true); // ^ now the panelbar should adjust // to the height of it's content -- Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > Hi Daniel, > > Daniel Tiru

Re: [Dynapi-Help] New FileReader Class

2003-10-06 Thread Raymond Irving
Yes it's inside cvs. I just downloaded the snapshot and it's there: Go to for the latest snapshot: http://dynapi.sourceforge.net/snapshot/?N=D the filereader examples is inside the examples/ folder as dynapi.util.filereader.html -- Raymond Irving --- Bruce Tennant <[EMAIL PROT

[Dynapi-Help] New fixes and updates

2003-10-05 Thread Raymond Irving
also and give a confirmation. New updates are now inside CVS -- Raymond Irving __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This sf.net email is spon

Re: [Dynapi-Help] Where does this need to be poted?

2003-10-04 Thread Raymond Irving
If it now works as if should then please let me know. PS. Please note that DynLayer.setDragMode will be changed to DynLayer.setDragEnabled(d,useIcon) -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Dear developer's, > > I wanted to share a code

RE: [Dynapi-Help] New List, Label and Window Widgets

2003-10-03 Thread Raymond Irving
Yep. I think saving the window state is up to the developer. The developer could use the DynAPI Cookie object for storing information. It's very powerfull and easy to use (not to mention cross-browser). -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi Brian! &

[Dynapi-Help] New List, Label and Window Widgets

2003-10-01 Thread Raymond Irving
Hi, Check out cvs for some of really cool new widgets for DynAPI 3 -- Raymond Irving __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This sf.net email

RE: [Dynapi-Help] Setting the scale for one object based on another.

2003-10-01 Thread Raymond Irving
; keep the code in order. Plus the load manager for > the navigation... With a > line of code to alter the data that you load in. To > include the drageevent > issue, when the layer is inside a smaller layer.. > > ...please let me know your thoughts... Very very nice! Keep up

RE: [Dynapi-Help] Treeview inside a inline layer

2003-10-01 Thread Raymond Irving
use dynapi.document.insertChild(lyr,'relative'); See: examples/dynapi.api.ext.inline.html examples/dynapi.api.ext.inline-widget.html -- Raymond Irving --- António_Silva <[EMAIL PROTECTED]> wrote: > Can you please tell me how can it be done? > > Regards, > > A

Re: [Dynapi-Help] Treeview inside a inline layer

2003-10-01 Thread Raymond Irving
Yes, it's possible. -- Raymond Irving --- António_Silva <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Is it possible to put the new Explorer Widget inside > an inline layer? > The solution that I'm seeking is to have the > explorer inside a > Ta

RE: [Dynapi-Help] Where does this need to be poted?

2003-09-30 Thread Raymond Irving
Hi, I'm unable to reproduct the choppy behaviour. Here's the code I'm using: var container = new DynLayer(null,0,0,200,200,"e0e0e0"); var insideObj = new DynLayer("Inside",0,0,400,400, "blue"); // larger than our container... container.addChild(insideObj); DragEvent.enableDragEvents(container,in

Re: [Dynapi-Help] Rightclick events: bug noted

2003-09-30 Thread Raymond Irving
What's the code to stop context menu, but still allow capturing of right click? -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > Okay.. I should check all message before ranting.. > :-) > See this: > http://www.faqts.com/knowledge_base/view.phtml/aid/5693

Re: [Dynapi-Help] How to add eventListener to a DynLayer?

2003-09-29 Thread Raymond Irving
sing the setAutoSize(true,true) or manualy set the lyr's width and height. I suspect that you need to pre-load the image. you can do this using the dynapi.functions.getImage() -- Raymond Irving > Thanks. > > Yanglong > > >

Re: [Dynapi-Help] Setting the scale for one object based on another.

2003-09-29 Thread Raymond Irving
You might want to try using the onresize and onlocationchange events to make the adjustments. I believe a LayoutManager is in the making but it you can create one then that would be cool. -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Hello everyone, I have been at

Re: [Dynapi-Help] How to add eventListener to a DynLayer?

2003-09-28 Thread Raymond Irving
Hi, For more information on events see: docs/changelog.html docs/docs/quickref.dynevent.html docs/docs/quickref.eventobject.html functions like e.getOrigin() should return the target layer (or element) -- Raymond Irving --- Yanglong Zhu <[EMAIL PROTECTED]> wrote: > Thanks Raymo

Re: [Dynapi-Help] How to add eventListener to a DynLayer?

2003-09-27 Thread Raymond Irving
#x27;I want this layer to respond to clicking, and pop up lyr3', 50, 50, 200, 100, 'red')); // setup event listener var el = { onclick : function(e){ lyr2.set.Visible(true); } }; // add event listener to layer lyr1.addEventListener(el); var lyr2 = ... var lyr3 =

Re: [Dynapi-Help] How do you trigger an event that all objects can see?

2003-09-27 Thread Raymond Irving
Try putting this code only in the top most widget: this.addEventListener({ onpathrun: function(e){ e.bubble = true; // ^ this will allow the onpathrun event // to bubble to parent } } -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Hello, I ha

Re: [Dynapi-Help] Very simple code Works with N4.7 and Mozzi, not with IE6?

2003-09-24 Thread Raymond Irving
enables me to > develop real weblications which are 100% > cross-browser, and althought I like Java really > much, dynapi is a much more user-friendly solution. > Really cool! We're glad to have you on board. Please help to spread the word around. -- Raymond Irving _

Re: [Dynapi-Help] Very simple code Works with N4.7 and Mozzi, not with IE6?

2003-09-23 Thread Raymond Irving
ould now work fine in IE6 As for the IOElement stuff you will have to see the docs for more info on how it works See also: Tips & Tricks (docs/docs/tiptrickhtml) IOElement Basics (docs/docs/quickref.ioelement-basic.html and quickref.ioelement.html) Enjoy! -- Raymond Irving --- Clemens Eiss

Re: [Dynapi-Help] How to change the src of an image in a layer before the document is loaded?

2003-09-23 Thread Raymond Irving
if it will work for you. http://dynapi.sourceforge.net/snapshot/?N=D -- Raymond Irving --- Leif Wessman <[EMAIL PROTECTED]> wrote: > > Hi, > > How do I change the src of an image in a DynLayer > (with javascript) - before > the document is loaded? It seems as if > D

Re: [Dynapi-Help] Where does this need to be poted?

2003-09-22 Thread Raymond Irving
( I don't know what's going on :( -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > I'm wondering if it'd make sense to have something > like a getParent(N) where > N is optional, and if specified, refers to the > number of parents above the > current laye

Re: [Dynapi-Help] onresize hook .

2003-09-22 Thread Raymond Irving
Use the onresize event listener: dynapi.document.addEventListener({ onresize : function(e){ var o = e.getSource(); // do some work here } }) -- Raymond Irving --- George Ardeleanu <[EMAIL PROTECTED]> wrote: > > > > > hello everyone , > > i

Re: [Dynapi-Help] How can you tell if you have been added to the page??

2003-09-21 Thread Raymond Irving
Try using lyr.parent and/or lyr._created These will tell you if the layer is a child layer or if it was created -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Hello everyone, > > When you create a new DynLayer, but do > not add it

Re: [Dynapi-Help] How can you tell if you have been added to the page??

2003-09-21 Thread Raymond Irving
Try using lyr.parent and/or lyr._created These will tell you if the layer is a child layer or if it was created -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Hello everyone, > > When you create a new DynLayer, but do > not add it

RE: [Dynapi-Help] dynapi.functions.getImage() two functions.

2003-09-17 Thread Raymond Irving
Try this: var x1 = dynapi.functions.getImage('a.gif',10,10); for(var i in dynapi.ximages){ img = dynapi.ximages[i]; if(x1==img && img.complete){ //code here } } -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Can you give an example, Here is wh

Re: [Dynapi-Help] is NS4 dynamic

2003-09-17 Thread Raymond Irving
Why not use DynLayers? And then use lyr.setHTML() var lyr = new DynLayer() lyr.setHTML('html here'); -- Raymond Irving --- Robin Becker <[EMAIL PROTECTED]> wrote: > I have a working page which assigns the contents of > one div to another > using > > funct

Re: [Dynapi-Help] Getting Templates from the Server

2003-09-17 Thread Raymond Irving
Yes it does. For browsers that does not support XMLHttpRequest object Java is used -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > Does the filereader work in NS4? > > - Original Message - > From: "Raymond Irving" <[EMAIL PROTECTED]> &g

[Dynapi-Help] Getting Templates from the Server

2003-09-17 Thread Raymond Irving
etHTML(str); }); -- Raymond Irving __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --- This sf.net email is sponsored by:ThinkGeek Welcome to geek he

[Dynapi-Help] How to add a Configuration file to your web apps

2003-09-17 Thread Raymond Irving
// load file from server var ini = IOElement.ws_SODA2Var(str); // now we can use the ini object if(ini.color) document.bgcolor = ini.color; }); Any comments? -- Raymond Irving __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web

Re: [Dynapi-Help] dynapi.functions.getImage() two functions.

2003-09-17 Thread Raymond Irving
All should work in IE. I think NS6+,Moz,Opera does not work too well with the img.complete property of the Image object, correct? I think you can loop through dynapi.ximages and test for the .complete or .failed property to see if the image was loaded or has failed. -- Raymond Irving --- Brian

[Dynapi-Help] New FileReader Class

2003-09-14 Thread Raymond Irving
; alert(str); } That it! See the dynapi.util.filereader.html example Check out CVS or wait for the nightly snapshot -- Raymond Irving __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebu

Re: [Dynapi-Help] [OT] A compiled list of CSS/DHTML differences between browsers?

2003-09-12 Thread Raymond Irving
Try this: http://www.xs4all.nl/~ppk/js/index.html -- Raymond Irving --- Bruce Tennant <[EMAIL PROTECTED]> wrote: > Does anyone know where a list of differences between > browsers CSS/DHTML implementations might be compiled > at? I'm mainly concerned with the current set (

Re: [Dynapi-Help] Problem with setClip

2003-09-10 Thread Raymond Irving
Hi, It would appear to me that you can't clip relatively positioned layers: Some Text Here sf f af eq f eqf e qf eqf eqfffeqfeqf eq f eqf eqf Some Text Here sf f af eq f eqf e qf eqf eqfffeqfeqf eq f eqf eqf -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]>

Re: [Dynapi-Help] Doing to images what can be done do DynLayer

2003-09-10 Thread Raymond Irving
.. // when loaded you should be able // to get the image object call zoomi var img = document.images['zoomi']; img.height = 100; -- Raymond Irving --- Brian Hayes <[EMAIL PROTECTED]> wrote: > Hello, I am relatively new to the dynapi project, > but as open source >

[Dynapi-Help] The New DynAPI Components are Here! Check out CVS

2003-09-09 Thread Raymond Irving
vent" argument to HTMLComponent inline events [*] Modify getContentWidth/Height for all browsers [*] Call adjustSize whenever a layer is removed. [*] Move component images from ext/images to gui/images [+] Add setAutoSize() to DynLayer [+] Add getBlueBrint() to DynLayerInline -- Raymond Irving

Re: [Dynapi-Help] Dynapi 3x error message question

2003-09-08 Thread Raymond Irving
Oh no! Don't tell me that Mozilla still has not fixed this bug! This is a major pain! What can we do? Can we complain to Mozilla? -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > I tried Mozilla 1.5 beta and the same bug still > exists. :-\ > > - Origina

[Dynapi-Help] Testing...

2003-09-08 Thread Raymond Irving
Hi, Is this list working? -- Raymond Irving __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --- This sf.net email is sponsored by:ThinkGeek

Re: [Dynapi-Help] opacity

2003-09-05 Thread Raymond Irving
Ok. I think it should be ok to add a setOpacity() function for DynLayer to the fader library, correct? -- Raymond Irving --- "Goss, Lucas" <[EMAIL PROTECTED]> wrote: > I looked at the fader.js code to see if I could > create a function that sets the opacity for a layer, &

Re: [Dynapi-Help] Templates and NS4.7

2003-09-05 Thread Raymond Irving
TD><TD>Device</TD><TD>Number</TD><TD>Time</TD><TD>Priority</TD><TD>Trust</TD><TD>Timeout</TD></TR>[EMAIL PROTECTED]</TABLE>'; var table = new AutoTable( tableHtml, 10,100,null,null,'#EE&

Re: [Dynapi-Help] (no subject)

2003-09-04 Thread Raymond Irving
So sorry to see you leave :( http://lists.sourceforge.net/lists/listinfo/dynapi-help To change your subscription (set options like digest and delivery modes, get a reminder of your password, or unsubscribe from Dynapi-Help), enter your subscription email address: -- Raymond Irving --- Miguel

Re: [Dynapi-Help] 3x api and text boxes

2003-09-04 Thread Raymond Irving
hat when the text is set from > javascript, all sets go > to the first created text box. Could you provide an example of the problem? -- Raymond Irving > > Here is a bit of a log, including the name of the > HTMLTextBox ala the > tostring method. > > Setting 1 DynObject.all.D

Re: [Dynapi-Help] concept clarification about layers, parent or document reltive positioning

2003-09-03 Thread Raymond Irving
Once you add a layer to another layer it sets the parent accordingly. Please provide and example for us to see what's going on. -- Raymond Irving --- [EMAIL PROTECTED] wrote: > > > I have a composit object, made of about 12 different > html components > that I want to

Re: [Dynapi-Help] 3.0.0 - getMousePosition ?

2003-08-27 Thread Raymond Irving
Hi Kevin, You can try using the following lyr.addEventListener({ onmousemove:function(e){ var x=e.getX(); var y=e.getY(); } }); -- Raymond Irving --- Kevin Breynck <[EMAIL PROTECTED]> wrote: > Hello to everyone, > > what is the easiest way to get the mouse

Re: [Dynapi-Help] DynDocument ...

2003-08-22 Thread Raymond Irving
--- Leif W <[EMAIL PROTECTED]> wrote: > > I could put it in one or all of the following. Any > preferences or > suggestions? > > *) docs/examples.html -> Other Demonstrations > *) docs/tipstricks.html -> Tips & Tricks > >

Re: [Dynapi-Help] DynDocument ...

2003-08-22 Thread Raymond Irving
Hi Leif, Could you add this to the CVS docs and examples section? -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > I've created a simple example page showing how to do > this, based on Doug's > enlightening suggestion to put the dynlayers in the > &

Re: [Dynapi-Help] dynapi.onLoad

2003-08-20 Thread Raymond Irving
Have you tried the lastest snapshot with the new setAutoSize() function? This will cause the layer to adjust it's size whenever it's content is changed. -- Raymond Irving --- Jeremy Wanamaker <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Quick question. When using

[Dynapi-Help] Updates to DynAPI3x

2003-08-19 Thread Raymond Irving
the getBluePrint() function Please note that I'll be adding a src/gui/images folder for storing images used by the new DynAPI GUI components. Only image files for the core api (example debug,etc) will use the ext/images folder. -- Raymond Irving __ Do you

Re: [Dynapi-Help] onMouseOver

2003-08-18 Thread Raymond Irving
e > "MouseOvers" > with images? Most certainly. The dynapi.function.Image library allows you to do just that. example: p={ oversrc:'arrow_on.gif', text:'Link 1', textdir:'E', onclick:'callback()' } var img = dynapi.functions

Re: [Dynapi-Help] onMouseOver

2003-08-14 Thread Raymond Irving
You can use two layers. One to store the first image and the second for storing the second image. The next step is to listen for onclick event on layer2 -- Raymond Irving --- Kevin Breynck <[EMAIL PROTECTED]> wrote: > Hi everyone, > > i have a little question. > I want to

Re: [Dynapi-Help] Another Netscape 4.7 and NS7 problem

2003-08-14 Thread Raymond Irving
NS4 does not use the innerHTML property. You might want to try and use either inline layers or TemplateManager. -- Raymond Irving --- George Porterfield <[EMAIL PROTECTED]> wrote: > The following works OK in IE5.5 and most other > browsers except of course > for NS4, and not in

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
use in one of my test systems. Should this function be added to DynLayer or to TemplateManager? -- Raymond Irving --- [EMAIL PROTECTED] wrote: > > Okay, what is the correct way to do the following > then: > > Have containers sized so that the entirety of >

Re: [Dynapi-Help] Difference between 'anchorTop' and 'topA'

2003-08-14 Thread Raymond Irving
That's odd! Well I guess we'll change it to only use topA. If you can debug it to see what's causing the problem in Opera then that would be cool. -- Raymond Irving --- Matthias Foschepoth <[EMAIL PROTECTED]> wrote: > Hello! > > I tried to use 'setAnc

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
Hi, The getContentWidth() function can only return the correct value after the page has been loaded or after the object (DynLayer) has been created. -- Raymond Irving --- [EMAIL PROTECTED] wrote: > > I have the following test case. > > What I want to do is determine the size of

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
e not able to see the 'hello' layer or get a different width. The getContentHeight() function should however reflect a new height. Notes. If you call getWidth() on a layer that you did specify a width for you'll get a 0 or null value. -- Raymond Irving --- [EMAIL PROTECTED] wrote:

Re: [Dynapi-Help] Dynapi3 getContentWidth and Template

2003-08-14 Thread Raymond Irving
() function is called after the page loads or during DynAPI's onload event. -- Raymond Irving --- Jason Venner <[EMAIL PROTECTED]> wrote: > If I modify my code so that the layers are created > and added in the > body of the document, > > both getWidth an

Re: [Dynapi-Help] Mouseover Bug? - 3.0.0 (Beta 1) - dynapi.functions.getimage.html

2003-08-14 Thread Raymond Irving
Hi, Yes you are correct. I didn't see the problem at first but after looking at the code that's when I realized the error. Please see the attached file for a fix to this problem. All should work now. Let me know if this works for you so I can then commit to cvs. -- Raymond Irving

  1   2   3   >