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
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
>
}
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
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 ;)
>
> &
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
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
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
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:
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
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
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
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
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
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
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
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
> .
> *
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
>
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
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?
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
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
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
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
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
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
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
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(
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
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
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
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
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
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
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
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
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
[*] 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
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
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
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
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
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
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:
&
>
>
> 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
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
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
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
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
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
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!
&
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
; 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
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
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
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
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
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
>
>
>
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
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
#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 =
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
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
_
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
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
( 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
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
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
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
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
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
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
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
// 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
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
;
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
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 (
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]>
..
// 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
>
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
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
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
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,
&
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&
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
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
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
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
--- 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
>
>
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
> &
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
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
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
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
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
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
>
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
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
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:
() 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
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 - 100 of 286 matches
Mail list logo