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

2005-01-27 Thread Raymond Irving
t;); tk.addEventListener("onclick"); } function ticker_onclick(e){ alert("You've selected message # "+ e.instance); } inside your html: Ticker.Render("mytick",400,50) That's it! all event driven __ Raymond Irving -

[Dynapi-Dev] 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-Dev] Information on Virtual Browser project

2004-11-29 Thread Raymond Irving
Hi, It's really been a long time now since we've spoken. How are you doing? I'm glad to hear that you're sill planning on supporting DynAPI. I for one would like to be able to help test the your Virtual Browser API so you can count me in. Best regards __ Raymond Irving

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

2004-09-17 Thread Raymond Irving
Sound pretty cool Andrew. The documenations always lag behind the source. That's just how things sometimes goes. Keep up the good work __ Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > Hi, > > I've been having some problems with keyboard events &

Re: [Dynapi-Dev] Suggestions

2004-06-10 Thread Raymond Irving
"p." is much shorter than "classname.prototype." I think it was more for saving space than anything On another note: Can I now update CVS with the copy that I have? Did you download and test the code from www.xwisdomhtml.com? __ Raymond Irving --- Leif W <[EMAIL PR

Re: [Dynapi-Dev] DynAPI Updates

2004-06-02 Thread Raymond Irving
And while we are on the topic of server-side projects... Here's a cool server-side project that some of you guys might be interested in:   http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=69b08b15-d456-4cf9-8b12-d4642ef0c22e   __ Raymond Irving Leif W <[EMAIL PROTECTED]>

Re: [Dynapi-Dev] DynAPI Updates

2004-05-31 Thread Raymond Irving
--- Peter Romianowski <[EMAIL PROTECTED]> wrote: > ...How to test it? What kind of feedback > do > you need? The new widgets all rely on the Boxfix that was implemented. I don't think boxfix works well under NS4 so we might have to do some testing of the new widgets with ns4. Personally I'm getti

Re: [Dynapi-Dev] DynAPI Updates

2004-05-30 Thread Raymond Irving
one more thing... look at the widget.sample.js file for a quick outline __ Raymond Irving --- Peter Romianowski <[EMAIL PROTECTED]> wrote: > Hi Raymond, > > good to see something happening again! My first > question is: Where to get the new source? > Will you push yo

Re: [Dynapi-Dev] DynAPI Updates

2004-05-30 Thread Raymond Irving
that it's slower and will only complicate things when you want to change the style of complex widgets. __ Raymond Irving > > Regards, > Peter > > --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hotte

[Dynapi-Dev] 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-Dev] Re: Tips on debugging IOElement / SODA

2004-02-19 Thread Raymond Irving
Hi Leif, >From my understanding of SODA assosciative arrays are treated as objects. __ Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Here's a tip for debugging those IOElement and SODA > server side scripts as > we translate to other languages. > > I&#x

Re: [Dynapi-Dev] Java SodaServlet release

2004-02-10 Thread Raymond Irving
Hi everyone, You can now checkout the SODAServlet from cvs using the sodaServlet module. __ Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > > A while ago, Peter Romianowski wrote: > > > Andrew, > > > > why don't you post the source to th

Re: [Dynapi-Dev] greetings from a new developer

2004-02-02 Thread Raymond Irving
I too would like to say welcome Dave and I hope things will start picking up again to get us into high gear. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Welcome to the project Dave! > > And as the last reply stated it is quite sleepy over > her at the mome

Re: [Dynapi-Dev] greetings from a new developer

2004-02-02 Thread Raymond Irving
xing some of the bug in NS4 and the new border manager /w outer border support? -- Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > Dave Sag wrote: > > > Hi people, > > > > I have just joined this project as a developer and > thought I'd >

Re: [Dynapi-Dev] Java SodaServlet release

2004-02-02 Thread Raymond Irving
Hi, I'll do this before the week is out. Best regards, Raymond Irving --- Andrew Gillett <[EMAIL PROTECTED]> wrote: > > A while ago, Peter Romianowski wrote: > > > Andrew, > > > > why don't you post the source to the list? As > source-files or

[Dynapi-Dev] 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-Dev] Space Invaders 0.2 (with sound)

2003-11-05 Thread Raymond Irving
And while you're at it... How about some more levels, new space monsters and the ability to save the top scores unsing the Cookie Class? :) -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > Funny you should ask... > > http://www.michaelbystrom.

Re: [Dynapi-Dev] Space Invaders 0.1

2003-11-05 Thread Raymond Irving
Wow! Awesome! How about a little sound effect with the FlashSound class? Nice work -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Ooops I forgot to include the ext.js in the download > version > You who have download have to do it again > >

Re: [Dynapi-Dev] VDE-0.1rc4 release

2003-10-31 Thread Raymond Irving
Hi, The events are working just fine. I thought it would be cool if when we single click on a layer it's selected and set to edit mode. When we double click on a layer or the document it should open the events window. -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote

Re: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
ontextmenu. Opera is the only browser that I think we might have problems with when disabling the context menu. -- Raymond Irving > Regards, > Peter > __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspe

Re: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
e own context menus you'll have to listen to onclick and check for the right mouse button or should we go ahead and create a oncontextmenu event? -- Raymond Irving --- Peter Romianowski <[EMAIL PROTECTED]> wrote: > Hi, > > shouldn't that also be provided as a stan

Re: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
Ok. We'll provide a new function from the server-side libraries called wsPreventHistory(). When this function is called it will prevent the client from clicking the back button. -- Raymond Irving --- Jacob Levy <[EMAIL PROTECTED]> wrote: > Ah, and have that sent to the server side

Re: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
way users will not be able to click the back button. -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > Can you elaborate on this? > I am not clear as to how this snippet is being used. > > > - Original Message - > From: "Raymond Irving"

RE: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
ers from using the browsers back button. IMO it's > not good to have the back button active when you're > doing dynamic stuff. > > > -- > Raymond Irving > > > --- Jacob Levy <[EMAIL PROTECTED]> wrote: > > I'm trying to learn how to write a SOD

Re: [Dynapi-Dev] XML Class in DynAPI?

2003-10-29 Thread Raymond Irving
Well the whole idea is that we would probably take a subset of the code from xmljs.sf.net and make an xml class for dynapi that will allow us to work with xml files directly in all dynapi supported browsers. An one else like the idea? -- Raymond Irving --- Leif W <[EMAIL PROTECTED]>

Re: [Dynapi-Dev] browser history and RPC

2003-10-29 Thread Raymond Irving
Yes SODA has the same problem. Normally when I'm writing dynamic apps I prevent the users from using the browsers back button. IMO it's not good to have the back button active when you're doing dynamic stuff. -- Raymond Irving --- Jacob Levy <[EMAIL PROTECTED]> wrote:

[Dynapi-Dev] About the Widgets

2003-10-27 Thread Raymond Irving
Hi Everyone, Just want you to know that the Widgets are coming along very nicely and I should have them ready within a few weeks :) They're much faster now thanks to css borders and the border manager, etc. -- Raymond Irving __ Do you Yahoo!? Exclusive

Re: [Dynapi-Dev] Problems in inheritence (General and PanelBar)

2003-10-27 Thread Raymond Irving
The problem PanelBar and isClass() is due to fact that the prototype was not created using dynapi.setPrototype() Instead of var p = PanelBar.prototype = new DynLayer it should be var p = dynapi.setPrototype('PanelBar','DynLayer'); -- Raymond Irving --- Peter Romianows

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

2003-10-26 Thread Raymond Irving
I think the problem is with your mail server or mail client. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Really strange... Is there some logging on this > stuff? So we could see > what is wrong? > > /Daniel > > -Original Message- > Fro

Re: [Dynapi-Dev] Anchor

2003-10-26 Thread Raymond Irving
Be careful with window.onresize! I think dynapi used this event for window resizing functions. It's best to use the onresize event listener on dynapi.document inside of using window.onresize -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > Yep anchor wil

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-26 Thread Raymond Irving
inside the toolbox are loaded. The toolbox could be placed at the left-hand side of the vde to display the selected widgets. The user could then click on the widget and then click and drag an area inside the document to create the widget. At this point the widget is created and the cover layer

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-26 Thread Raymond Irving
Bubble(); }, onmouseover : functione(e){ e.preventBubble(); }, onmouseout : functione(e){ e.preventBubble(); } // add other mouseevents, etc }) // add cover to widget widget.addChild(cover); Using this method widgets will now act as objects within the vde. -- R

RE: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-26 Thread Raymond Irving
selected so you can know which object is selected. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hej Michael! > > What would be really good in the vde is: > When dragged a layer, and the layer is still active, > the boxes should > not be removed. > I

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-24 Thread Raymond Irving
linkedTo:c.linkedTo, > name:c.name, > isRelative: c.isRelative > } > > Isn't this the fastest way. There are no sub arrays > or objects. > Except for relative (not tested this feature with > save and paste) > They are all numb

RE: [Dynapi-Dev] Old Browser Support

2003-10-24 Thread Raymond Irving
This might have something to do with NN4.03 and mouse_ns4.js. Something to do with the event listeners for the document object. -- Raymond Irving --- C Kissinger <[EMAIL PROTECTED]> wrote: > Well I got the examples from Create Layer to Hover > Animation in that > snapshot

Re: [Dynapi-Dev] VDE-0.1rc3 release

2003-10-23 Thread Raymond Irving
performance when working with lots of data. record={ dataRowIndex:0, dataRowCount:4, fieldnames:['id','fname'], fieldvalues:[ [1,'mary'], [1,'jane'], [1,'john'], [1,'

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-23 Thread Raymond Irving
this point. One other thing I've noticed is that when in edit mode and I try to select a layer B other than the one being edited, layer B shifts to the position of the layer that's selected (or edited). Keep up the good work. Best regard, -- Raymond Irving --- Michael Bystrom &l

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Raymond Irving
We should have a release early next year. -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > MessageI understood we where still supporting NS 4 > and IE 4 > Although it is true that not many people actually > test in these browsers. > > When I am fini

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Raymond Irving
I'm glad to hear that it's working fine. Let's have a cup of SODA :) -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Raymond, > > Exactly what I needed :) > > I've implemented this SODA feature and it looks like > it's work

Re: [Dynapi-Dev] Old Browser Support

2003-10-22 Thread Raymond Irving
DynAPI go away but I was wrong. Over the past few months I've had nightmares trying to get apps to display and work the same in all three of the major browsers. -- Raymond Irving --- C Kissinger <[EMAIL PROTECTED]> wrote: > I first started using DynAPI because I needed a > cro

Re: [Dynapi-Dev] Visual DynAPI Editor (VDE) PR 2 is now ready

2003-10-22 Thread Raymond Irving
e_value_here; // convert js object into XML format data = IOElement.ws_Var2SODA(p); // save the data to disk . // load data using FileReader ... // convert data back to js object p = IOElement.ws_SODA2Var(data); ... // now you can use p as you would any js object What do yo

Re: [Dynapi-Dev] DynLayer width/height

2003-10-20 Thread Raymond Irving
--- Kevin <[EMAIL PROTECTED]> wrote: > > Can DynAPI 3.0 make toast? > Well, it can be used to write the application that controls the toaster :) -- Raymond Irving > - > Kevin > > > -- > > Raymond Irving > > > > > > --- Háber János &l

Re: [Dynapi-Dev] DragIcon bounding box

2003-10-20 Thread Raymond Irving
use setDragEnabled(true,{top:0,right:0,bottom:0,left:0},true); -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > How can I set the drag event bounding box? > I try the: setDragEnabled(true,object,true); > but it's not work (I don'

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-19 Thread Raymond Irving
lease. I'm currently working on some widgets that were uploaded into cvs. These should be finished within the next three weeks. Hopefully by then we could then call for a freeze code. -- Raymond Irving --- Peter Romianowski <[EMAIL PROTECTED]> wrote: > Hi again, > > >>W

Re: [Dynapi-Dev] DynLayer width/height

2003-10-19 Thread Raymond Irving
Hi, It's all inside the docs. See docs/changelog.html Use setAnchor({stretchH:'20%',stretchV:'40%'}) I'm getting the feeling we are not aware of the full power of DynAPI 3.0 :) It can do anything you want it to do. -- Raymond Irving --- Háber János <[EMAIL P

Re: [Dynapi-Dev] ContentWidth

2003-10-19 Thread Raymond Irving
getContentWidth/Height can onnly be called after the page has been loaded. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > Why don't work the getContentWidth/Height on my > child layer? > Cow > > > > --

Re: [Dynapi-Dev] Using Button widget.

2003-10-19 Thread Raymond Irving
e for more information. -- Raymond Irving --- Kevin <[EMAIL PROTECTED]> wrote: > Hi Raymond, > > Quite like Button widget. Though I forget my dynapi > basics. > > How does this work? > > btn.onbuttonclick = function(e){ > window.status = cnt++; > } >

Re: [Dynapi-Dev] DragEvent

2003-10-19 Thread Raymond Irving
I've already posted a DragEvent fix to the group. Did you see my email about DragEvents? I'll try to update this into cvs by now and Monday -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I have a litle problem. If I enabled the DragEvent &g

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-18 Thread Raymond Irving
Yep with little sleep and lots and lots of hard work we should be able to roll by New Year :) -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Raymond Irving" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-17 Thread Raymond Irving
gt; closer ;) I think we need more documentation for the library and testers to test and note the various features. This should also include making notes about possible browser work around, etc. -- Raymond Irving > Regards, > Peter > > ..: Keep up the good work - DynAPI 3 really, r

Re: [Dynapi-Dev] Release-Plan and Todos

2003-10-17 Thread Raymond Irving
Well we could do that also. -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > That was interesting.. > I only sent this once.. and it's blank.. go figure.. > > Anyways-- > > I was wondering if we could get all of the bugs and > feature requests

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

2003-10-17 Thread Raymond Irving
nd other server-side languages -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Hi, > > I would break up the mm/dd/ hh:nn:ss into the > Date( yy, mm, dd, hh, nn, > ss ) format, but I am not sure about the y2k > compatibility of the year > format where it

[Dynapi-Dev] 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: Fw: [Dynapi-Dev] IOElement SODA date format

2003-10-17 Thread Raymond Irving
Thanks Leif. I think the date format "mm/dd/yy hh:nn:ss" works in ns4 and others or should we break it up to use the "Date(95,11,17,3,24,0)" format? -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Here's a message you may hve missed. > > -

[Dynapi-Dev] DragEvent updates

2003-10-16 Thread Raymond Irving
with this update. From my test I can click on nodes on the tree widget and still have the ability to drag these nodes. -- Raymond Irving __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com dragevent.zip Description

RE: [Dynapi-Dev] Layers and text - (The solution)

2003-10-14 Thread Raymond Irving
For MacIE (and NS4) you still will have to use the cover layer. This only fixes the problem where blank layers not listening to events --- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi folks! > > I havent seen this in the solution, but i will > explain a

[Dynapi-Dev] Dragging and Text Selecting

2003-10-13 Thread Raymond Irving
the event capturing layer we then hide the shieldLayer. It is important that the shield layers z-index be set to higher than everything else on the page except for the event capturing layer. Do this and no more highlighting of images and content with dragging techniques in Internet Explorer.

RE: [Dynapi-Dev] Layers and text - (The solution)

2003-10-13 Thread Raymond Irving
Ok, Can we say that if a layer does _hasMouseEvents but does not have bgcolor or bgimage or html then we set a default transparent gif for the bgimage of the layer for MacIE and WinIE? -- Raymond Irving --- Raymond Irving <[EMAIL PROTECTED]> wrote: > Hi All, > > Got this i

RE: [Dynapi-Dev] Layers and text - (The solution)

2003-10-13 Thread Raymond Irving
to work just by placing an invisible gif as the background of the layer and all becomes good. ...[snip]... PS. Don't we just love Microsoft? :) -- Raymond Irving --- Jacob Levy <[EMAIL PROTECTED]> wrote: > Raymond > > This is easy to fix, then. All you have to do is t

RE: [Dynapi-Dev] Layers and text

2003-10-13 Thread Raymond Irving
True but remember that IE always reloads background images wheever the layer is dragged. -- Raymond Irving --- Jacob Levy <[EMAIL PROTECTED]> wrote: > Raymond > > This is easy to fix, then. All you have to do is to > make the default > background image a 1x1 GIF, for eve

Re: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning

2003-10-13 Thread Raymond Irving
See also: dynapi.api.dynlayer-relative.html -- Raymond Irving --- Raymond Irving <[EMAIL PROTECTED]> wrote: > > Create the layers as you normally would then use the > dynapi.document.insertChild() function to insert the > relative layers > > See the inline exam

RE: [Dynapi-Dev] Change ondrop to ondragdrop

2003-10-13 Thread Raymond Irving
Well for the record we will just use ondrop since that's the one I started using inside the demos. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Not a bad solution. > > I think tought, that it would be called > ondragdroped? > Atleast we should u

RE: [Dynapi-Dev] Layers and text

2003-10-13 Thread Raymond Irving
This is a bug in IE. In order for the top layer to listen to onmousemove events you will have to add content to the layer or set a background image We might have to log this inside the knowledge-base section of the troubleshooting docs. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTEC

Re: [Dynapi-Dev] Panelbar ,stacker and layer relative positioning

2003-10-13 Thread Raymond Irving
Create the layers as you normally would then use the dynapi.document.insertChild() function to insert the relative layers See the inline examples inside the examples/ folder -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I have a little problem. > I

Re: [Dynapi-Dev] Windgets

2003-10-10 Thread Raymond Irving
Very nice work Háber. I'll implement your Drag-Drop using the mouse pointer instead or the layer size. Can't wait to see the grid. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I created Tree (with examples). It based in NodeItem > widge

RE: [Dynapi-Dev] Change ondrop to ondragdrop

2003-10-10 Thread Raymond Irving
Ok I see your point. Maybe we should trigger ondragdrop on the layer that's being dragged and dropped and trigger ondrop on the layer receiving the drop, correct? Or should we just use ondrop for both? -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi Raymond! &g

RE: [Dynapi-Dev] DragIcon Demo

2003-10-10 Thread Raymond Irving
indow, etc. You could even create a FileManager so you can drag files and folders to other locations. -- Raymond Irving > Cool thing, i like it, belive it will be very > useful. > > Regards > Daniel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

Re: [Dynapi-Dev] DragIcon Demo

2003-10-10 Thread Raymond Irving
SnapX - Sounds like a good thing to do. -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Looks very nice. This feature is similar to what > was suggested I add to my > SnapX library some time ago, especially the lime > semi-transparent layer. I > wasn't

[Dynapi-Dev] DragIcon Demo

2003-10-10 Thread Raymond Irving
jects) anywhere on the document. Any comments, suggestions, questions? -- Raymond Irving __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net ema

[Dynapi-Dev] 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-Dev] E mail system

2003-10-09 Thread Raymond Irving
ministrator will then have to handle all the spams. Robert was the one who got the spam filter thing working. Many thanks to Robert for helping us out -- Raymond Irving > - > Kevin > > - Original Message - > From: "Michael Bystrom" <[EMAIL PROTECTED]> &g

Re: [Dynapi-Dev] E mail system

2003-10-09 Thread Raymond Irving
unsubsribe info but this is where you can go to unsubsribe: http://sourceforge.net/mail/?group_id=5757 -- Raymond Irving > Leif > > - Original Message - > From: "Michael Bystrom" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, Octob

[Dynapi-Dev] 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-Dev] IE Update

2003-10-08 Thread Raymond Irving
I think it might have an impact on the FlashSound Class. We'll have to give it a try -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi folks! > > Regarding the patent of > Read: http://msdn.microsoft.com/ieupdate/ > > Is this in some way affect

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

2003-10-08 Thread Raymond Irving
Ok I'll add these changes to CVS. I think IE 5 should work as I've tested this under IE6 -- Raymond Irving --- Kevin <[EMAIL PROTECTED]> wrote: > "Raymond Irving" <[EMAIL PROTECTED]> wrote: > > > Hello Everyone, > > > > I've

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

2003-10-08 Thread Raymond Irving
Well, once it's converted to DynAPI 3 then I'll create the module -- Raymond Irving --- Leif W <[EMAIL PROTECTED]> wrote: > Looking at the CVS repository, I didn't see a new > module for this project. > > http://cvs.sourceforge.net/viewcvs.py/dynapi/ > >

Re: [Dynapi-Dev] How to add a Configuration file to your web apps

2003-10-08 Thread Raymond Irving
es, and a brief > explanation of how they > would function, and I can code stuff for an example > page and documentation. > I'm not too good with the JavaScript side, but if it > comes to PHP then I can > play with the data and put it into a simple MySQL >

Re: [Dynapi-Dev] a comment on NS 4.03

2003-10-06 Thread Raymond Irving
Well in such a case let's have DynAPI 3 support nn4.03 Christopher Kissinger can you point out or add the needed return values? -- Raymond Irving --- Doug Melvin <[EMAIL PROTECTED]> wrote: > Back in the day of the dinosaurs, > corporations actually had to pay to use Netscap

Re: [Dynapi-Dev] IOElement UPLOAD .asp

2003-10-06 Thread Raymond Irving
--- Leif W <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Raymond Irving" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, October 05, 2003 11:21 PM > Subject: Re: [Dynapi-Dev] IOElement UPLOAD .asp > ... &

Re: [Dynapi-Dev] IOS port question

2003-10-06 Thread Raymond Irving
I don't think it's necessary because once the layer is destroyed I don't think you'll be able to use if again Note: The _destroy function removes the layer from the DynAPI.all collection. -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Hi, >

RE: [Dynapi-Dev] Updates in CVS - PanelBar:

2003-10-06 Thread Raymond Irving
You can still add you default menu images and then add the code inside the precreate event to generate the html code for the menu is the user did not supply one. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi Raymond! > > There will be no minimize / maximize

RE: [Dynapi-Dev] Updates in CVS - PanelBar:

2003-10-06 Thread Raymond Irving
; on the step by step > sizing or to deactivate the minimize / maximize > functionallity? Yep, that's what I meant. I guess that should be a simple thing to do :) -- Rayomond Irving > Regards > Daniel > > -Original Message- > From: [EMAIL PROTECTED] > [mailt

Re: [Dynapi-Dev] IOElement UPLOAD .asp

2003-10-05 Thread Raymond Irving
ot;size",File.FileSize) > 16 File.SaveToDisk(Server.MapPath(strRelativePath)) > '*Code Added Line > 16 > 17 Next > 18 ... > > I'll try this part next. Cool but line 16 should be commented out. The .asp file should not by default save the file to th

Re: [Dynapi-Dev] Updates in CVS - PanelBar:

2003-10-05 Thread Raymond Irving
) and getClass() functions 6) I don't think setDraging() is necessary since the user can call the setDragEnabled function when DragEvent is included best regards, -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > + Renamed window to PanelBar > - PanelBar: re

[Dynapi-Dev] 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-Dev] Question for developers....

2003-10-04 Thread Raymond Irving
r demo use. The final design should however be 95% compatible with the current. -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi Raymond! > > I still actually dont get the style manager > completly... > > I have found styles in the gui catalog, but forgiv

Re: [Dynapi-Dev] Whats up?!

2003-10-03 Thread Raymond Irving
ays context menu whenever the user right clicks on the object. Spliter - should support vertical, horizontal and cross splits **This one was started by Daniel so no need to duplicate ** PanelBar - similar to the panel bars used in windows xp -- Raymond Irving --- Daniel Tiru <[EMAIL PROTE

Re: [Dynapi-Dev] Drag & Object

2003-10-03 Thread Raymond Irving
enever the user drags layer "l" the drag icon will appear and be dragged instead of the orginal layer. All drag events will be triggered on the original layer. Do you think this will solve the problem? -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > 2003. ok

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

2003-10-03 Thread Raymond Irving
Cool. I think I'll try to implement something that's very simple as well. -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > I have a theme system that I like allot in the IOS > library, it uses a > > dynapi.theme = {} > > object as the ma

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

2003-10-02 Thread Raymond Irving
tton, FlatButton and ImageButton, etc. -- Raymond Irving --- Kevin <[EMAIL PROTECTED]> wrote: > Hi, > > I agree with Daniel. I just don't understand it. A > very nice > project but who is going to use the StyleManager > implementation > without full docume

Re: [Dynapi-Dev] Drag & Object

2003-10-02 Thread Raymond Irving
I can't fully understand what's going on. You'll have to supply an example. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > 2003. október 1. 22.48 dátummal Raymond Irving ezt > írta: > > Ok. Then you should use the setZIndex() DynLayer > >

Re: [Dynapi-Dev] Upgrade questions library

2003-10-02 Thread Raymond Irving
utton','gui/button.js','DynLayer'); // where the Button is Dependent on the DynLayer object -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > > > Ok it's sorta working then hehe :) I started to look > into this but there are >

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

2003-10-01 Thread Raymond Irving
Hello Everyone, As it relates to the future of Widget creation, do you think we should go Stylable Widgets (like the ones that use the StyleManager) or should we stick to traditional Widget design? Please give your answer and reason why -- Raymond Irving __ Do

Re: [Dynapi-Dev] New objects: Stacker and Window

2003-10-01 Thread Raymond Irving
f the Stacker using only DynLayers? All in all it's a very nice set of libraries. -- Raymond Irving --- "SourceForge.net" <[EMAIL PROTECTED]> wrote: > Patches item #815765, was opened at 2003-10-01 13:13 > Message generated for change (Tracker Item > Submitte

Re: [Dynapi-Dev] List and Label widget Ported, check needed

2003-10-01 Thread Raymond Irving
Hi Háber János, I've checked and made a few changes to the files and they're now inside cvs. Very good job. Only if we could now get a Grid object... -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Here is the example and the source for List and > L

Re: [Dynapi-Dev] Drag & Object

2003-10-01 Thread Raymond Irving
Ok. Then you should use the setZIndex() DynLayer function -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > 2003. október 1. 22.07 dátummal Raymond Irving ezt > írta: > > You want to destroy from "b" (parent) to "a" > (child)? > No &

Re: [Dynapi-Dev] Drag & Object

2003-10-01 Thread Raymond Irving
You want to destroy from "b" (parent) to "a" (child)? -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > Hi! > > I have an object (example DynLayer) name "b". It's > have a parent DynLayer "b". > I accepted the D

RE: [Dynapi-Dev] Loadpanel and ViewPanel

2003-10-01 Thread Raymond Irving
The problem is with LoadPanel. For now you'll have to atleast set width of the LoadPanel -- Raymond Irving --- Daniel Tiru <[EMAIL PROTECTED]> wrote: > Hi again! > > To clearify my problem: > > In the dynapi.gui.viewpane-loadpanel.html > > You will see

Re: [Dynapi-Dev] Upgrade questions library

2003-10-01 Thread Raymond Irving
dencies. Dan will have to look more into this problem. -- Raymond Irving -- Raymond Irving --- Michael Bystrom <[EMAIL PROTECTED]> wrote: > Hi folks here we go lets start with the library! > > This will be the new structure for the IOS port: > > dynapi.library.addPack

Re: [Dynapi-Dev] List and Label widget Ported, check needed

2003-10-01 Thread Raymond Irving
You'll have to post the file so we can test them. -- Raymond Irving --- Háber János <[EMAIL PROTECTED]> wrote: > 2003. október 1. 17.48 dátummal Raymond Irving ezt > írta: > > Is it inside CVS? > No! > I'm today downloaded the Dynapi and ported the files &g

  1   2   3   4   5   6   7   >