[Dynapi-Dev] Inactive members?

2005-04-02 Thread Kevin
ay on holiday. Starting a cull within a week or two of the new activity here? But yes delete those with bouncing e-mail accounts. Kevin. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Produ

Re: [Dynapi-Dev] A new client-side Framework

2005-01-29 Thread Kevin
Hi Raymond, Looks good. When your done post a link to an example page. May stir up some interest. Kevin Hi Kevin, Any ASP.NET? tutorials to help us unix peeps. :) This one is very straight forward. No help files needed - lol You just simple include the webelm.js file and you're ready to

Re: [Dynapi-Dev] A new client-side Framework

2005-01-27 Thread Kevin
Sounds good Raymond. I like the idea of size saving. I've not done any dynapi in a while. Any ASP.NET? tutorials to help us unix peeps. Kevin Raymond Irving wrote: Hello Everyone, It's been a while since I've worked on the DynAPI core or widgets mainly because of other personal e

Re: [Dynapi-Dev] A problem with key event handling

2004-09-19 Thread Kevin
Andrew Gillett wrote: Kevin wrote: Yes, I worked through it a while back. The complexity evolved to attempt to cover all key event models NS4 (capture only) IE (bubble only) MOZ (both) though I think it only uses one. Unfortunately the only way of writing a decent NS4 portable application was to

Re: [Dynapi-Dev] A problem with key event handling

2004-09-17 Thread Kevin
f(!elm||!this._hasKeyEvents) return true; The same code also needs fixing in the releaseKeyEvents function (dynkeyevent.js, line 167). Good fix for that subclassing bug though I don't have cvs access to do any updates. Kevin. I have tested my chan

Re: [Dynapi-Dev] ViewPane example is now on steroids.

2004-07-31 Thread Kevin
Hi Leif, Sorry I can't help with any other testing. I'm using Firefox on Windows and Mozilla on Linux. I think this a fix for the common Gecko engine? So I'm not sure if any other ports are out there. Yes it is a lot better to have a usable document target now with both scollers w

Re: [Dynapi-Dev] ViewPane example is now on steroids.

2004-07-31 Thread Kevin
Thanks for the fix Peter. Could anyone with cvs write access merge this and the other fixes posted recently? Kevin - Original Message - From: "Peter Romianowski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 26, 2004 2:39 PM Subject: Re: [Dynapi-De

Re: [Dynapi-Dev] ViewPane example is now on steroids.

2004-07-24 Thread Kevin
uff was good too. The new RichTextBox looked great but the edit area didn't work in Firefox but a great beta version. Kevin - Original Message - From: "Leif W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 24, 2004 6:50 PM Subject: Re: [Dyn

Re: [Dynapi-Dev] ViewPane example is now on steroids.

2004-07-24 Thread Kevin
Hi, I looked at using dynapi again but gave up because of this Moz' horiz scroll problem that Leif highlighted again below. Can any clever dev' fix this? I'll have a look at the new cvs example when I get some time. Are Raymond's new style manager/border mods merged in

Re: [Dynapi-Dev] DynAPI Updates

2004-06-01 Thread Kevin
ite an OS shipping with NS4? > Here are some of the changes that I've made thus far: > > * New widget design (no longer use StyleManager)' > * New RichTextBox widget (beta) That RichTextBox widget looks very neat. Kevin > * Boxfix implemented > > Enjoy and please gi

Re: [Dynapi-Dev] PHP SODA - it connects!

2004-02-21 Thread Kevin
Hi Leif, Thanks for posting to the list. I'm well out of touch with dynapi at the moment but look forward to seeing soda php/perl versions so I can test with Apache. Kevin. - Original Message - From: "Leif W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [Dynapi-Dev] Style object?

2003-12-03 Thread Kevin
Yes Doug no docs on the new style object. Things are a bit quiet at the moment. I believe Raymond is going to redo these components a standard way. - Kevin - Original Message - From: Doug Melvin To: [EMAIL PROTECTED] Sent: Friday, November 28, 2003 6:06 PM Subject: [Dynapi-Dev] Style

Re: [Dynapi-Dev] Space Invaders 0.2 (with sound)

2003-11-07 Thread Kevin
arriage returns (CRs) for EOLs. So I can run a perl script to change them to Unix line feeds (LFs). Though if the text files had the 't' label in the zip archive this wouldn't be a problem as I could do an "unzip -a". Not sure if this can be done on a Mac? - Kevin - O

Re: [Dynapi-Dev] Mail problem...

2003-10-26 Thread Kevin
Yes the list is getting repeats - so will all subscribers. - Kevin - Original Message - From: "Daniel Tiru" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 25, 2003 10:30 PM Subject: [Dynapi-Dev] Mail problem... > I got my anchor mail six

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Kevin
The focus should include NS4 & IE4 as IMO that is what makes Dynapi3. DOM only APIs are out there but do we want another one?   - Kevin   - Original Message - From: C Kissinger To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 6:41 PM Subject: [Dynapi

Re: [Dynapi-Dev] Using the List Widget?

2003-10-20 Thread Kevin
"Háber János" wrote: > Hi! > > Thought I'd pick on a widget and give it a go. So I tried the > > gui.List component. Can we have packages.js dependency on > > NodeItem? // New? In packages.js including List will auto include NodeItem //dynapi.library.include('dynapi.gui.NodeItem') dynapi.libra

Re: [Dynapi-Dev] DynLayer width/height

2003-10-20 Thread Kevin
> to do. Yes Raymond thanks for the pointers. (bows down) "We are not aWarthy!" :) Can DynAPI 3.0 make toast? - Kevin > -- > Raymond Irving > > > --- Háber János <[EMAIL PROTECTED]> wrote: > > 2003. október 19. 21.33 dátummal Kevin ezt írta: > > &g

Re: [Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Kevin
"Háber János" <[EMAIL PROTECTED]> wrote: > Hi! > Anybody can modify the DynLayer element for resizing a percentage of parent > widget. example: setSize("20%","40%"); Should be easy enough. Or writ

[Dynapi-Dev] Using Button widget.

2003-10-19 Thread Kevin
uttonclick : function(e) {window.status = cnt++;} }); is this the same thing? I need to re-learn the core dynapi :( I believe you are going back to a traditional widget model will interface and events stay the same? - Kevin --- This SF.net email sp

[Dynapi-Dev] Using the List Widget?

2003-10-18 Thread Kevin
er to list then getSelectedIndex and a switch statement? Are border/padding calculations inner or outer? Like some left padding if possible. Selecting last item removes bottom border in IE unless border is 3. No problems using Mozilla and NS4 on

Re: Fw: [Dynapi-Dev] IOElement SODA date format

2003-10-17 Thread Kevin
Sorry if I've missed anything my ISP has a huge backlog of emails. Date format 2001/05/15 09:30:45 looks ok. - Kevin "Raymond Irving" wrote: > Well if this format "2001/05/15 09:30:45" works then I > think we should use it. I don't remember why I used > mm

Re: [Dynapi-Dev] DynAPI File Search Demo! No Server-Side!

2003-10-17 Thread Kevin
Reader and the demo.filesearch.html demo file > > Have fun!!! > > Any comments? Not sure what it does. Get the search layer and type in "dynapi" the browser's vertical scroll bar appears. That's it. Nothing happens in NS4.

Re: [Dynapi-Dev] cvs / php

2003-10-17 Thread Kevin
on specific stuff, introducing > mechanisms to better handle the pre and post 4.1.0 differences. Then I'll > probably put in the file upload stuff. > > Leif Thanks Leif. Look forward to the first cut. Perhaps if you post it to the list I may be able to help with some debug.

[Dynapi-Dev] cvs / php

2003-10-16 Thread Kevin
no errors. In IE not loading with "method not found" error. Leif: Will the php soda port you are working on include the file upload stuff? - Kevin --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net ho

Re: [Dynapi-Dev] snapshot

2003-10-12 Thread Kevin
Thanks Leif. - Kevin - Original Message - From: "Leif W" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 12, 2003 3:01 PM Subject: Re: [Dynapi-Dev] snapshot > I forget all the time too, but by going to http://dynapi.sf.net/ and going >

[Dynapi-Dev] snapshot

2003-10-12 Thread Kevin
Hi, I haven't been able to get into cvs for a while. Can someone remind me where the nightly ftp snapshot can be found? I get an error using the new gui.tree.html example in IE6 so I probably need to drop it on the latest snapshot. -

Re: [Dynapi-Dev] anonymous CVS

2003-10-12 Thread Kevin
Yes maybe cvs problem? My command is: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/dynapi co dynapi3x Error: cvs [checkout aborted]: recv() from server cvs.sourceforge.net: EOF - Kevin "Háber János" <[EMAIL PROTECTED]> wrote: > I can't get the CVS tree for anonymo

Re: [Dynapi-Dev] IO Element Server ws__typeof feature suggestion.

2003-10-11 Thread Kevin
Hi, I like the idea. Maybe the return value could be a numerical constant: $WS_NUMBER=0 $WS_STRING=1 etc quicker than string compares PHP refererence I think is: function ws__typeof ( &$v ) - Kevin "Leif W" <[EMAIL PROTECTED]> wrote: > Hi! > > I'm havin

[Dynapi-Dev] latest cvs

2003-10-11 Thread Kevin
Typo dynapi.gui.panelbar-stacker.html Is not called from the "Window and Stacker" link in the examples.html file. - Kevin --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Sourc

Re: [Dynapi-Dev] SODA php prort

2003-10-10 Thread Kevin
a.php on line 287 I can't find were the above debug text is generated? Which 1/3 doesn't work as that would be helpful to know. Is the try/catch idea using assert ok? I like that but it's a bit advanced for me! Any ideas? - Kevin > The SODA PHP version isn't complete, it

Re: [Dynapi-Dev] Mailing list footer unsubscribe info?

2003-10-09 Thread Kevin
need your password and type it in the "Password" field and click the "Unsubscribe" button. - Kevin - Original Message - From: "Leif W" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 5:02 PM Subjec

Re: [Dynapi-Dev] E mail system

2003-10-09 Thread Kevin
I used to get spam on the Dynapi-Help list and others. So only on the Dynapi-Dev one now which seems spam free. Perhaps some nice person is cleaning it up for us? - Kevin - Original Message - From: "Michael Bystrom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: [Dynapi-Dev] A quick quesion about Widgets

2003-10-08 Thread Kevin
a child of a BorderWidget the children would stay in bounds and not dissapear under the borders. - Kevin > > -- > Raymond Irving > > __ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.co

[Dynapi-Dev] SODA php prort

2003-10-08 Thread Kevin
e easy stuff in ioelmsrv.php perhaps there are problems with wsDispatch? - Kevin --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide

Re: [Dynapi-Dev] Updates for Box model fix & BorderManager

2003-10-07 Thread Kevin
ction performs Things seem to work ok. But I don't have IE 5 ??? the version with the broken box model to test. But great to see outer borders now. Just need to use layers for NS4 but like the Frame class does with Skin maybe? - Kevin -

Re: [Dynapi-Dev] Updates for Box model fix & BorderManager

2003-10-06 Thread Kevin
() > function performs I'll try to have a look at this. > Kevin, > > I've noticed that your Frame object did not add a > setBorder function to the DynLayer class. It seems to > be a separated object which inherits the from the > DynLayer class. Could we mor

Re: [Dynapi-Dev] Question for developers....

2003-10-02 Thread Kevin
anger components can be reproduced by a user using default style on their own site. So they are a very good addition to the gui but it would take an expert in dynapi and javascript to design widgets in this way. I'll wait for the docs then decide if it's easier than the traditional method. - Kevin

Re: [Dynapi-Dev] Email error

2003-09-29 Thread Kevin
Things have caught up now it took a couple of days! - Kevin I wrote: > Hi, > > Anyone getting: > > 451-host lookup did not complete > 451 Could not complete sender verify > > - > Kevin > > > > -

[Dynapi-Dev] Email error

2003-09-29 Thread Kevin
Hi, Anyone getting: 451-host lookup did not complete 451 Could not complete sender verify - Kevin --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Dynapi-Dev] Viewpane scrolling problem in Mozilla +

2003-09-29 Thread Kevin
in the packages.js file? Ahh I've found scrollbar.style.js provides a default style named 'ScrollBar' and the style 'ViewPaneScrollBar' is an alias for it? I've got a long way to go to understand this. - Kevin "Raymond Irving" <[EMAIL PROTECTED]&g

Re: [Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php

2003-09-29 Thread Kevin
Hi, I was using php version 4.0.6 (for a Windows test with IIS) that didn't have the $_GET / $_POST variables. - Kevin "Leif W" <[EMAIL PROTECTED]> wrote: > Sorry, still behind on messages. Just sort of picking messages at random to > reply to. :D > > I&#

Re: [Dynapi-Dev] Widget Howto

2003-09-25 Thread Kevin
"Kevin" wrote: > Hi, > > Raymond wrote: > > > See docs/docs/quickref.stylemanager.html Sorry I was refering to the tip.createwidget.html - Kevin > Nice tutorial. I tried to cut and paste the full example to > see it work :( > > So attache

Re: [Dynapi-Dev] Widget Howto

2003-09-25 Thread Kevin
's approach as a > standard or come up with another. Lots of stuff as "arrived" that needs explaination on how it works Styles Cells etc.. I started to look at the new Explorer / Viewpane and got lost. How about an implementation guide? - Kevin > -- > Raymond Irving >

Re: [Dynapi-Dev] LayoutManager

2003-09-23 Thread Kevin
Hi, FocusManager deals with z-index issues. - Kevin "Jacob Levy" <[EMAIL PROTECTED]> wrote: > Sounds to me like the LayoutManager and GroupManager are performing > similar or related functions. Should they be merged into one entity that > implements their summed fun

[Dynapi-Dev] example dynapi.util.ioelement-post.html asp / php

2003-09-23 Thread Kevin
Sorry I'm not up on patching or write access to cvs hence the attachment. - Kevin ioelmsrv-update1.zip Description: Zip compressed data

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

2003-09-22 Thread Kevin
identify if > it's a dynlayer or just a window object. I don't know offhand but I have a > hunch. I just can't seem to find the right bit of code to do it yet. > > Leif You could use the utility method getClassName. ie. if (lyr.getClassName()=='DynLayer'

[Dynapi-Dev] dynapi.util.ioelement-post.html get problem

2003-09-15 Thread Kevin
Hi, Just tested dynapi.util.ioelement-post.html in IE6. No values are returned when using the get option. - Kevin. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-15 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > > --- Kevin <[EMAIL PROTECTED]> wrote: > > The setInnerBorder code could be changed now to add > > the > > Highlighters as correct outer dimensions for NS4 > > (would > > the new auto

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Kevin
is something like that: lyr.setBorder(10,'red') or lyr.setBorder([1,2,3,4],['red','green','blue','yellow']) or lyr.setBorder([5,10],['top.gif','right.gif','bottom.gif','left.gif') or different side and corner images

Re: [Dynapi-Dev] DynLayer Box Model Fix

2003-09-14 Thread Kevin
ayer if not already added? I'm assuming the FixBoxModel code is doing something similar to the previously posted: http://jscript.dk/Util/BoxModelFix/ so all browsers have outer borders? I haven't had much time to delv into this lately. - Kevin > > -- > Raymond Irving -

Re: [Dynapi-Dev] WYSIWYG editor for the DynAPI

2003-09-14 Thread Kevin
rs feedback. For more > publicity I would suggest you post a news article on > the DynAPI website. > > > I have a surprisingly low download count. > > IOS: 11 > > Dyneditor: 19 Probably the same for the manual too. Can I drop the later version of IOS over the Dyneditor

Re: [Dynapi-Dev] Standardizing on the basic wigdet set

2003-09-14 Thread Kevin
't comment. - Kevin > Thanks Daniel, > > Does anyone else have any other feedback? > > > -- > Raymond Irving > > --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > > Hi Raymond! > > > > For me it dont really matter, but we need some kind >

Re: [Dynapi-Dev] RE: [Dynapi-Help] Homepage

2003-09-04 Thread Kevin
Yes php or perl to mysql (if needed). I hope the cgi would be implemented as Apache modules. Though for an IIS server choice I don't know if the php/perl server extensions are available. - Kevin > For database we could use either MySQL or SQLite > (www.sqlite.org) > > For ser

Re: [Dynapi-Dev] DynAPI webteam - site structure draft

2003-09-03 Thread Kevin
x27;t want to get any "free" reader that requests personal details for marketing! I could have lied though ;) - Kevin > - Original Message - > From: "Benoit Marchant" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 02,

Re: [Dynapi-Dev] Explorer Component Screenshot

2003-08-27 Thread Kevin
/component? I gave up when I started making menu components fixed size with a set content :( I'm looking forward to Explorer Component solution. - Kevin. "Raymond Irving" wrote: > Hi Everyone > > Here's a screenshot of the upcoming Explorer > Component. >

Re: [Dynapi-Dev] Updates to DynAPI3x

2003-08-22 Thread Kevin
"Raymond Irving" wrote: > > --- Kevin <[EMAIL PROTECTED]> wrote: > > > I didn't see the new example in cvs. > > I'll double check to make sure. Thanks. Are SourceForge using their backup servers for cvs as it may take a couopke of days to be vi

Re: [Dynapi-Dev] Updates to DynAPI3x

2003-08-21 Thread Kevin
"Raymond Irving" wrote: > The new setAutoSize(w,h) function is now inside cvs. > > It needs to be tested on ns4,ie,opera,mozilla,etc as a > few things might be different with each browser. > > Please see the dynapi.api.dynlayer-autosize.html > example for more information. I didn't see the ne

Re: [Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
Thanks for the functions.image.js fix. NS4 I can't spot any missing semicolons but the problem is when mouse_ns4.js is included in a compressed archive. I hope this narrows it down a bit. - Kevin Jesse wrote: > I added the semi colon in the code at line 121, and checked it into CVS. &g

Re: [Dynapi-Dev] The DynAPI Web Team

2003-08-14 Thread Kevin
; Perhaps I can help out in a programming role. - Kevin > We need more persons to help out with this part of the > project. It doesn't matter how small or how great a > role you can play. Your time and effort is well > appreciated. Besides that it's just pure fun! > >

Re: [Dynapi-Dev] New Image button - cache problem.

2003-08-14 Thread Kevin
Raymond Irving wrote: > Hi Kevin, > > This seems very strange it would appear that IE has a > caching problem. I would however try this: > > onclick:function(e) { > var o=e.getSource(); > setTimeout('winopen('+o.id+');',100) > } I'll

Re: [Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
Jesse,   Good I'll check out new CSV tomorrow.   Yes run on IE to see the problem when the compressed file is parsed.   Kevin   Jesse wrote:  Kevin,    I forgot that "\n" was platform dependent, and I was using it all over the place in my code.  I've

[Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
the ns4 else statement in the compressed file. I've attached an example and compressor components. - Kevin demo-getimage3.zip Description: Zip compressed data

Re: [Dynapi-Dev] Introducing the StyleManager

2003-08-14 Thread Kevin
is not a method of either class but more a method of a management class not related to (or inherited from) a DynLayer. Perhaps an example would help in understanding what is intended in an OOP context. Thanks. - Kevin. > > With an established interface it is preferable to > > add t

Re: [Dynapi-Dev] New Image button - cache problem.

2003-08-08 Thread Kevin
Hi, If the port5 domain is down I've put a copy of the example on demon: http://www.kegcl.demon.co.uk/examples/demo.getimage3.html - Kevin > Hi, > > I have found an annoying problem were a cached image is still reloaded > under some circumstance - when another windo

[Dynapi-Dev] New Image button - cache problem.

2003-08-07 Thread Kevin
bandwidth! If only it worked - any help on caching problems would be appreciated. - Kevin --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download

Re: [Dynapi-Dev] The 7th argument in DynLayer - Introducing the StyleManager

2003-07-30 Thread Kevin
ll? With an established interface it is preferable to add to, rather than change and break backward compatibility - Kevin - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: "DynAPI-Dev" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 3

Re: [Dynapi-Dev] NS4 image teaser - fixed

2003-06-10 Thread Kevin
Thanks Raymond, I will look at it later. - Kevin - Original Message - From: "Raymond Irving" <[EMAIL PROTECTED]> To: "Dynapi-Dev" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 4:32 PM Subject: Re: [Dynapi-Dev] NS4 image teaser - fixed > Hi Kev

Re: Fw: [Dynapi-Dev] compressing files

2003-06-10 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > --- Kevin <[EMAIL PROTECTED]> wrote: > > ... As for this method once a developer has a custom > > pre-processed and compressed file > > > set published on the server there is no need for > > th

Fw: [Dynapi-Dev] compressing files

2003-06-09 Thread Kevin
Sorry, didn't send to the list! - Original Message - From: "Kevin" <[EMAIL PROTECTED]> To: "Jesse Vitrone" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 4:22 AM Subject: Re: [Dynapi-Dev] compressing files > I mean the packages.js file can hel

Re: [Dynapi-Dev] #1 DynAPI real time inline compression

2003-06-09 Thread Kevin
ike to find a way of integrating it. - Kevin. "Stephen Carroll" <[EMAIL PROTECTED]> wrote: > The NS4 trap uses a VERY simple java applet, which I can publish as well. In > both NS4 and IE4 you can override some of the Alt+menu keys that are even > native to the b

Re: [Dynapi-Dev] Help need with RegEx object

2003-06-09 Thread Kevin
Thanks Raymond, It's a bit clearer now. Pattern matching in perl can be done on embedded new lines. The example below is a string constructed in parts on different lines for clarity - not a multi line string. Glad you have it sorted I quite like regex - a very powerful utilitiy. -

[Dynapi-Dev] NS4 image teaser

2003-06-09 Thread Kevin
ines has no bearing on the problem but you can see the simple idea I was trying (though I was using ilayers). Anyway any help getting normal ns4 nested image rollover/click layers working would be appreciated. Thanks, - Kevin getimage2.zip Description: Zip compressed data

Re: [Dynapi-Dev] compressing files

2003-06-08 Thread Kevin
dependencies) as a front end so the developer can decide what compressed bundle is needed to serve hosted application types. Is this is a standalone application requiring an interpreter not an applet. - Kevin. "Raymond Irving" <[EMAIL PROTECTED]> wrote: > Hi Jesse, > > As Le

Re: [Dynapi-Dev] Help need with RegEx object

2003-06-08 Thread Kevin
nager. - Kevin "Raymond Irving" <[EMAIL PROTECTED]> wrote: > > See below: > > --- Leif W <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm familiar (but not expert) with regexp usage from > > Perl and PHP, as well > > as sed

Re: [Dynapi-Dev] #1 DynAPI real time inline compression

2003-06-08 Thread Kevin
that traps other combinations. How did you manage to trap the alt key in NS4? - Kevin "Raymond Irving" <[EMAIL PROTECTED]> wrote: > > A very cool idea indeed! > > Just a few things to note: > > 1) I don't think we'll have to change much from the

Re: [Dynapi-Dev] new Frame class 3/3 - TemplateManager integration

2003-06-03 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > --- Kevin <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I had a go with Raymond's TemplateManager to > > integrate > > with my Frame class. Things seem to work OK - using > > th

Re: [Dynapi-Dev] new Frame class 2/3 - BorderManager update

2003-06-03 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > --- Kevin <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Here is the new BorderManager/Highlighter code. > > i.e. Frame class. > > Inside Highlighter line 20: > > background-image:url('

Re: [Dynapi-Dev] new Frame class 1/3 - cvs update

2003-06-03 Thread Kevin
"Raymond Irving" <[EMAIL PROTECTED]> wrote: > > --- Kevin <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Here are some updates needed to CVS: > > > > 1) allow img tags with width / height > > Uploaded > > > 2) fix destro

[Dynapi-Dev] new Frame class 3/3 - TemplateManager integration

2003-06-02 Thread Kevin
Hi, I had a go with Raymond's TemplateManager to integrate with my Frame class. Things seem to work OK - using the same ideas as my new dynapi.gui.bordermanager-outer.html example. However we seem to have lost mouse events in NS4 when using templates. Any ideas? -

[Dynapi-Dev] new Frame class 2/3 - BorderManager update

2003-06-02 Thread Kevin
Hi, Here is the new BorderManager/Highlighter code. i.e. Frame class. - Kevin border-update1.zip Description: Zip compressed data

[Dynapi-Dev] new Frame class 1/3 - cvs update

2003-06-02 Thread Kevin
Hi, Here are some updates needed to CVS: 1) allow img tags with width / height 2) fix destroy / remove system / clear anchor 3) fix setting ns4 bgImage - Kevin cvs-update1.zip Description: Zip compressed data

Re: [Dynapi-Dev] New DynAPI updates available in CVS

2003-05-31 Thread Kevin
s and use layers to implement borders. > > > Know issues: > -- > > * setBorder2() (now called setBorder) is generating an > error it's called before the page loads: line > 43:if(o.n && o.n.c==null) o.n.c=this.parent.bgColor; There is no more

Re: [Dynapi-Dev] About the TemplateManager

2003-05-31 Thread Kevin
tImage() interface. I have updated getImages() as I think it is good practice to include width and height in tags if available. I did notice that getHTML() rarely has a downloaded image to work with. I only have a 56K dialup account. - Kevin. > > -- > Raymond Irving functions.image.zip Description: Zip compressed data

[Dynapi-Dev] Set false bug in DynLayer dictionary object.

2003-04-06 Thread Kevin
table==false)?false:true; - Kevin --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/A

Re: [Dynapi-Dev] DynLayer style sheet class.

2003-04-03 Thread Kevin
Yes but the css would cascade from the object to the class definition. So class background-color would override object background-color. - Kevin > So both are different. I think we need a way to tell dynlayers not to > generate an inline style, when one would exists for it's ID. Now should

Re: [Dynapi-Dev] DynLayer style sheet class.

2003-04-03 Thread Kevin
lue_style','basic'); > > What do you think? Great. Is this what you have been thinking of before, or adding more to the inline style="..." attribute. - Kevin > -- > Raymond Irving > > > --- Kevin <[EMAIL PROTECTED]> wrote: > > Hello, &g

Re: [Dynapi-Dev] Using datasource on NS4 Windows!

2003-04-03 Thread Kevin
Re: Using datasource on NS4 Windows. "Raymond Irving" <[EMAIL PROTECTED]> wrote: > > Is this on mac or windows? > > -- > Raymond Irving > > --- Kevin <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > > > Using the basic datasourc

Re: [Dynapi-Dev] DynLayer style sheet class.

2003-04-03 Thread Kevin
cades the style. Using a class for an element in ... so is this ok for the browsers dynapi supports? - Kevin > > Using class= and > > Using a class object woul dbe better.. > Using the previous method doesn't require a class. Still, we could use > class as well > > I

Re: [Dynapi-Dev] Creating inline dynlayers in

2003-04-03 Thread Kevin
ating tags with no width / height attributes. If this is so, when the browser renders the page it has to wait for the whole image to download to work out the inflow / inline positioning of elements. If there are many images like this then I think the user may see some local browser / PC performa

[Dynapi-Dev] DynLayer style sheet class.

2003-04-03 Thread Kevin
ote"' would be inserted in the div/layer/ilayer tag before the big 'style="..."' string so we can pick up a prepared style sheet class from a ... section. - Kevin --- This SF.net email is sponsored by: ValueWeb:

[Dynapi-Dev] Using datasource on NS4 Windows!

2003-04-03 Thread Kevin
x. It shouldn't be Java related as soda and sync aren't needed for the HTTP get. Any help would be appreciated. - Kevin --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No

Re: [Dynapi-Dev] Relative DynLayers

2003-04-03 Thread Kevin
ed file for the updates to > dynlayer_ns4.js I've found that all children get an tag too. Can we specify 'relative' as below: -if(this._psition!='absolute') tag='ilayer'; +if(this._position!='relative') tag='ilayer'; - Kevin > -- &

Fw: [Dynapi-Dev] Relative DynLayers

2003-04-02 Thread Kevin
> Thanks for the files. They work fine in an earlier CVS > version but not in my new one. I best check I haven't > made a mistake. I have messed up my new CVS copy. My error. - Kevin --- This SF.net email is sponsore

Re: [Dynapi-Dev] Relative DynLayers

2003-04-02 Thread Kevin
#x27;ilayer'; Will the ilayer be OK with a position of fixed? I can't see a reason to create relative layers after the page loads but yes for fixed and absolute. - Kevin "Raymond Irving" <[EMAIL PROTECTED]> wrote: > Please see below: > > --- Benoit Marchant &l

Re: [Dynapi-Dev] Relative DynLayers

2003-04-02 Thread Kevin
ive the relative container and the normal for the absolute positioned children in ns4. Any ideas how this could this be used with the new setPosition()? - Kevin > > -- > Raymond Irving > > __ > Do you Yahoo!? > Yahoo! Tax

Re: [Dynapi-Dev] setBorder problem

2003-04-01 Thread Kevin
de well enough to mess around with it. - Kevin > Benoit > > On Tuesday, April 1, 2003, at 02:09 PM, Kevin wrote: > > > Hello everyone, > > > > There is a problem with setBorder on Mozilla. > > Only the top and left borders are set. > > > > Re

[Dynapi-Dev] setBorder problem

2003-04-01 Thread Kevin
0 this.css.borderWidth: 1px 1px 1px 1px In IE this.css.borderStyle: solid this.css.borderColor: #00 this.css.borderWidth: 1px It works OK in IE. Any ideas? - Kevin. --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo

[Dynapi-Dev] DynLayer containers with style="position:relative;"

2003-04-01 Thread Kevin
ssible. Or does everything have to be absolutely positioned on a page and so no real inline html? Any help with the correct usage of dynapi3x within an html page would be appreciated. - Kevin. --- This SF.net email is sponsored by: ValueWeb:

[Dynapi-Dev] General patches + ioelement ? + demos

2003-03-28 Thread Kevin
fixes commented out in the code so are there if needed! - Kevin. dynapi3x-patchfiles.zip Description: Zip compressed data

Re: [Dynapi-Dev] FocusManager Online Demo

2003-03-26 Thread Kevin
--- Kevin <[EMAIL PROTECTED]> wrote: > > Very good. Is the addition of a border onfocus > > optional? > > Yes, the onfocus/onblur events are optional (user > defined) Just a quick point as I have coded TabManager with the same onfocus/onblur events. In addition an on

  1   2   >