You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(15) |
Apr
(19) |
May
(4) |
Jun
(14) |
Jul
(26) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(7) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(12) |
Feb
|
Mar
|
Apr
(3) |
May
(2) |
Jun
(3) |
Jul
(10) |
Aug
(6) |
Sep
(7) |
Oct
(9) |
Nov
(10) |
Dec
(8) |
2003 |
Jan
(16) |
Feb
(37) |
Mar
(42) |
Apr
(71) |
May
(110) |
Jun
(151) |
Jul
(176) |
Aug
(153) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <hv...@ya...> - 2001-12-08 12:49:13
|
Well, one thing this means is that it actually works well with Mac or an = official Apple site couldn't use it, right? And also that there'd be = some mac-compatible code to use as templates. Only thing is: wher is the = page where dynapi is used? Got an URL??? BTW, is the widgets and extensions that is listed there and not in the = official DynAPI relaes their own developed, reusing (and thereby = renaming) other free developed or Dan's commercial pack? If under = GPL/LGPL it be nice to see those, cause by the name it seems like useful = stuff... Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Yariv Alter Fin" <ya...@al...> To: <dyn...@li...> Sent: Friday, December 07, 2001 9:19 PM Subject: Re: [Dynapi-Chat] iTools von Apple verwenden dynapi? > Wow! indeed it is a great honour i'd say... they could use a 'powered=20 > by' logo though... >=20 > >Hi Listmembers and dear dynapi users, > > > >today i discovered the following: when connecting to my iTools=20 > >accounts homepage managers, the browser was loading dynapi files.=20 > >further digging in the page source code revealed: > ><script language=3D"JavaScript" = src=3D"/i/dyn/dynapi/src/dynapi.js"></script> > ><script language=3D"JavaScript"> > >DynAPI.setLibraryPath('/i/dyn/dynapi/src/lib/'); > > > >DynAPI.include('dynapi.api.*'); > >DynAPI.include('dynapi.event.*'); > >DynAPI.include('dynapi.util.thread.js'); > >DynAPI.include('dynapi.util.pathanim.js'); > >DynAPI.include('dynapi.gui.dynimage.js'); > >DynAPI.include('dynapi.gui.buttonimage.js'); > >DynAPI.include('dynapi.gui.scroller.js'); > >DynAPI.include('dynapi.gui.viewport.js'); > >DynAPI.include('dynapi.gui.fastlist.js'); > >DynAPI.include('dynapi.gui.columnview.js'); > >DynAPI.include('dynapi.ext.layer.js'); > >DynAPI.include('dynapi.ext.dragdrop.js'); > >DynAPI.include('dynapi.ext.delegate.js'); > >DynAPI.include('dynapi.ext.forms.js'); > >DynAPI.include('dynapi.ext.positioning.js'); > >DynAPI.include('dynapi.ext.inline.js'); > ></script> > > > >Is webobjects using the dynapi? do you know about it? is it a=20 > >success of the dynapi that a company like apple is using it? > > > >volker > > > > > >_______________________________________________ > >Dynapi-Chat mailing list > >Dyn...@li... > >https://lists.sourceforge.net/lists/listinfo/dynapi-chat >=20 >=20 >=20 > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-chat _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Yariv A. F. <ya...@al...> - 2001-12-07 20:19:35
|
Wow! indeed it is a great honour i'd say... they could use a 'powered by' logo though... >Hi Listmembers and dear dynapi users, > >today i discovered the following: when connecting to my iTools >accounts homepage managers, the browser was loading dynapi files. >further digging in the page source code revealed: ><script language="JavaScript" src="/i/dyn/dynapi/src/dynapi.js"></script> ><script language="JavaScript"> >DynAPI.setLibraryPath('/i/dyn/dynapi/src/lib/'); > >DynAPI.include('dynapi.api.*'); >DynAPI.include('dynapi.event.*'); >DynAPI.include('dynapi.util.thread.js'); >DynAPI.include('dynapi.util.pathanim.js'); >DynAPI.include('dynapi.gui.dynimage.js'); >DynAPI.include('dynapi.gui.buttonimage.js'); >DynAPI.include('dynapi.gui.scroller.js'); >DynAPI.include('dynapi.gui.viewport.js'); >DynAPI.include('dynapi.gui.fastlist.js'); >DynAPI.include('dynapi.gui.columnview.js'); >DynAPI.include('dynapi.ext.layer.js'); >DynAPI.include('dynapi.ext.dragdrop.js'); >DynAPI.include('dynapi.ext.delegate.js'); >DynAPI.include('dynapi.ext.forms.js'); >DynAPI.include('dynapi.ext.positioning.js'); >DynAPI.include('dynapi.ext.inline.js'); ></script> > >Is webobjects using the dynapi? do you know about it? is it a >success of the dynapi that a company like apple is using it? > >volker > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-chat |
From: Volker R. <Vol...@bi...> - 2001-12-07 19:16:51
|
Hi Listmembers and dear dynapi users, today i discovered the following: when connecting to my iTools accounts homepage managers, the browser was loading dynapi files. further digging in the page source code revealed: <script language="JavaScript" src="/i/dyn/dynapi/src/dynapi.js"></script> <script language="JavaScript"> DynAPI.setLibraryPath('/i/dyn/dynapi/src/lib/'); DynAPI.include('dynapi.api.*'); DynAPI.include('dynapi.event.*'); DynAPI.include('dynapi.util.thread.js'); DynAPI.include('dynapi.util.pathanim.js'); DynAPI.include('dynapi.gui.dynimage.js'); DynAPI.include('dynapi.gui.buttonimage.js'); DynAPI.include('dynapi.gui.scroller.js'); DynAPI.include('dynapi.gui.viewport.js'); DynAPI.include('dynapi.gui.fastlist.js'); DynAPI.include('dynapi.gui.columnview.js'); DynAPI.include('dynapi.ext.layer.js'); DynAPI.include('dynapi.ext.dragdrop.js'); DynAPI.include('dynapi.ext.delegate.js'); DynAPI.include('dynapi.ext.forms.js'); DynAPI.include('dynapi.ext.positioning.js'); DynAPI.include('dynapi.ext.inline.js'); </script> Is webobjects using the dynapi? do you know about it? is it a success of the dynapi that a company like apple is using it? volker |
From: Bryon L. <bl...@gr...> - 2001-11-29 13:23:13
|
Never mind....brain fade....sorry to bother everyone. *********** REPLY SEPARATOR *********** On 29/11/2001 at 08:16 Bryon Lape wrote: >Ok, but where's the game? > >*********** REPLY SEPARATOR *********** > >On 29/11/2001 at 14:05 Robelix wrote: > >>Hi! >> >>my DynAPI powered Game X-M.A.S.H. II is quite finished. Have a look to >>http://www.robelix.com/dynapi/xmash2test/ >> >>Test reports are still welcome, especially from Mac-users! >> >>I added some new sprites, a highscore list (perl-cgi's) and a lot of >>minor changes. I'm sorry, there is no 2nd level I was talking about. >>There was no more time to write it. >> >>Have Fun! >> >> >>now I've got time to continue work on "The Matrix". >> >>-- >>Roland "Robelix" Obermayer >>Authorisierter Nichtdenker >>http://www.robelix.com >>ro...@gm... in...@ro... ro...@we... >> >>-- >>Every nonzero finite dimensional inner product space has an orthonormal >>basis. It makes sense, when you don't think about it. >> >>_______________________________________________ >>Dynapi-Chat mailing list >>Dyn...@li... >>https://lists.sourceforge.net/lists/listinfo/dynapi-chat > >u >------------------------------------------------------------- >Tired of NOT having your money backed by GOLD!?!? >https://www.e-gold.com/newacct/newaccount.asp?cid=117395 > >Why settle for the low interest rates of banks? >Why gamble in the stock market? >http://www.emutualfun.org/m.cfm?mid=UPD886 > > > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-chat ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=UPD886 |
From: Bryon L. <bl...@gr...> - 2001-11-29 13:17:11
|
Ok, but where's the game? *********** REPLY SEPARATOR *********** On 29/11/2001 at 14:05 Robelix wrote: >Hi! > >my DynAPI powered Game X-M.A.S.H. II is quite finished. Have a look to >http://www.robelix.com/dynapi/xmash2test/ > >Test reports are still welcome, especially from Mac-users! > >I added some new sprites, a highscore list (perl-cgi's) and a lot of >minor changes. I'm sorry, there is no 2nd level I was talking about. >There was no more time to write it. > >Have Fun! > > >now I've got time to continue work on "The Matrix". > >-- >Roland "Robelix" Obermayer >Authorisierter Nichtdenker >http://www.robelix.com >ro...@gm... in...@ro... ro...@we... > >-- >Every nonzero finite dimensional inner product space has an orthonormal >basis. It makes sense, when you don't think about it. > >_______________________________________________ >Dynapi-Chat mailing list >Dyn...@li... >https://lists.sourceforge.net/lists/listinfo/dynapi-chat u ------------------------------------------------------------- Tired of NOT having your money backed by GOLD!?!? https://www.e-gold.com/newacct/newaccount.asp?cid=117395 Why settle for the low interest rates of banks? Why gamble in the stock market? http://www.emutualfun.org/m.cfm?mid=UPD886 |
From: Robelix <ro...@gm...> - 2001-11-29 13:04:30
|
Hi! my DynAPI powered Game X-M.A.S.H. II is quite finished. Have a look to=20 http://www.robelix.com/dynapi/xmash2test/ Test reports are still welcome, especially from Mac-users! I added some new sprites, a highscore list (perl-cgi's) and a lot of=20 minor changes. I'm sorry, there is no 2nd level I was talking about.=20 There was no more time to write it.=20 Have Fun! now I've got time to continue work on "The Matrix". --=20 Roland "Robelix" Obermayer Authorisierter Nichtdenker http://www.robelix.com ro...@gm... in...@ro... ro...@we... -- Every nonzero finite dimensional inner product space has an orthonormal=20 basis. It makes sense, when you don't think about it. |
From: Dougal C. <do...@gu...> - 2001-11-28 22:42:26
|
I spotted this on glish.com earlier today, and thought others might be interested: http://webfx.nu/dhtml/ieemu/ It's the beginnings of a javascript lib for Mozilla to emulate many of IE4+'s behavior in Mozilla. This allows the re-use of lots of old code written in an IE-specific manner. -- Ernest MacDougal Campbell III, MCP+I, MCSE <do...@gu...> http://dougal.gunters.org/ http://spam.gunters.org/ Web Design & Development: http://www.mentalcollective.com/ This message is guaranteed to be 100% eror frea! |
From: Collins T. W. <wi...@ne...> - 2001-11-27 07:50:21
|
Howdy, I've been using the DynAPI for a long time now, and have come to enjoy its benifits (thank-you to all of those who work very hard on this project, it is in my opinon doing VERY well). I have been quietly working on a web page for a while now, and would like for some of you (the intellegent programers) to check it out. I'm simply showing off what I have done with the DynAPI. I do have one problem, netscape kinda sucks it up on this web page. So if you dont mind, please try to use I.E. only (yes it does semi work in NS). Yes, this web page has over 100k in code, please give it a moment to load. The URL: http://www.dreamingwell.com I hope you like it. Some facts: It has more code (in Kb) than pictures. It has 10x more JavaScript (and DynAPI stuff) than HTML It uses HTML, XML, JavaScript, CSS, DHTML, Java, ASP (VB), and some server side custom Active X and Java controls. It uses NO Shockwave or Flash (which I consider cheating). Tell me what you think (I'm not going to make any major changes to the page, I'm happy with it... just tell me if it apeals to you). Thanks -------------- Travis Collins wi...@sh... |
From: <hv...@ya...> - 2001-11-03 07:04:26
|
Hello everybody! Have anybody checked out PHP-GTK (see http://gtk.php.net/ ). Seems to me = it has a lot in common with DynAPI and JAVA in syntax and philosophy. = And it's way cool cause it takes a simple (but yet powerful) language = like PHP (which I unfortunatly don't know very well yet) and let's it be = used for cross-platform atandalone application development - just like = JAVA or DynAPI (if we be toleramt enough to call DynAPI cross-platform = application library that is). Anyway, I think its way cool, but I must investigate into more depth to = see what it would mean... Henrik V=E5glin [ hv...@ya... ] |
From: Richard B. <ma...@ri...> - 2001-11-01 14:44:39
|
Hi, The new window widget is really cool. the re-write looks promising too, just a shame so many object names have been changed. Especially because the changes seem to lean towards Java, more than towards DOM. Good to see you catered for backwards-compatible code though. How about making the directories browseable on the server? Saves guessing the file-names to download the API, which you know we'll do anyway :o) Looking forward to the next releases, cheers, Richard. ----- Original Message ----- From: "Dan Steinman" <dy...@dy...> To: <dyn...@li...urceforge.ndt>; <Dyn...@li...> Sent: Wednesday, October 31, 2001 1:26 AM Subject: Re: [Dynapi-Dev] Re: [Dynapi-Chat] slide utility > My port of the glide animation from DynAPI1 is here: > http://www.dynapi.net:81/dynapi-beta/window/dynapi/src/lib/dynapi/util/glide .js > > It's kinda messy but it works. > > Dan Steinman > > > On Wed, Oct 31, 2001 at 11:02:39AM +1100, Michael Pemberton wrote: > > I haven't done the glide methods yet, but here's a collection of the animations > > that I have ported across. > > > > Note: the code is out of the AfroAPI and will require a bit of tweaking to put > > is back in DynAPI mode. If someone wants to do it, I am willing to give them > > all the help they need. My current workload doesns't allow me the time at the > > moment. > > > > Richard Bennett wrote: > > > > > It might be a nice idea to have a official library of addon functions that > > > work with DynAPI (there is also a nice glide script available) > > > > -- > > Michael Pemberton > > mp...@ph... > > ICQ: 12107010 > > > > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Laszlo T. <las...@po...> - 2001-10-31 15:41:38
|
After spending the better part of a day trying to track down a bug I though I introduced into my code, when migrating from a November 2000 version DynAPI script to the current 2.55a version, I realized that something more serious was causing my agony. After searching through the lists and bug reports, I came across what I think is the earliest mention of this problem. Bug number 425789 reported on May 20, 2001. Basically any widget that does not inherit directly from DynLayer can not be used more than once on a single page, unless you only want one EventListener for the whole lot (very unlikely). If you try to create multiple EventListeners (i.e. one for each widget of a class not derived directly from DynLayers), only the last EventListener assigned to one of this second generation widgets will fire. And it will fire on all widgets that are instances of the same class. I have been mainly working with the ButtonImage class derived from DynImage, but I believe this will affect List, PushPanel and any other second generation widget. Seeing that this problem has been around for some time, I imagine the solution will require a lot of work. A temporary solution would be to rewrite any second generation widget to inherit directly from DynLayer and including any other inherited functions from it's former parent. I realize this is redundant and counter to OOP, but at least we would have complex widgets that work. There is no point in streamlining the core for performance if the core is broken. This would be a relatively simple fix. And could be reversed easily once the event model is fixed. This would also not require changes in code implementing these widgets, thus have little effect on users other than performance due to redundancy. The other solution is to fix the problem in the event model. This will take longer, but should be top priority. The whole purpose of DynAPI is to have complex widgets, and a common API. For simple widgets anyone can create simple JavaScript that has less overhead than DynAPI. Therefore this bug undermines the purpose of DynAPI. We did not have this bug in 2.0. What has changed so drastically since 2.0 in the event model or in other parts of the core that introduced this bug. Any idea? Laszlo |
From: Dan S. <dy...@dy...> - 2001-10-31 00:20:41
|
My port of the glide animation from DynAPI1 is here: http://www.dynapi.net:81/dynapi-beta/window/dynapi/src/lib/dynapi/util/glide.js It's kinda messy but it works. Dan Steinman On Wed, Oct 31, 2001 at 11:02:39AM +1100, Michael Pemberton wrote: > I haven't done the glide methods yet, but here's a collection of the animations > that I have ported across. > > Note: the code is out of the AfroAPI and will require a bit of tweaking to put > is back in DynAPI mode. If someone wants to do it, I am willing to give them > all the help they need. My current workload doesns't allow me the time at the > moment. > > Richard Bennett wrote: > > > It might be a nice idea to have a official library of addon functions that > > work with DynAPI (there is also a nice glide script available) > > -- > Michael Pemberton > mp...@ph... > ICQ: 12107010 > |
From: Michael P. <mp...@ph...> - 2001-10-30 23:59:26
|
I haven't done the glide methods yet, but here's a collection of the animations that I have ported across. Note: the code is out of the AfroAPI and will require a bit of tweaking to put is back in DynAPI mode. If someone wants to do it, I am willing to give them all the help they need. My current workload doesns't allow me the time at the moment. Richard Bennett wrote: > It might be a nice idea to have a official library of addon functions that > work with DynAPI (there is also a nice glide script available) -- Michael Pemberton mp...@ph... ICQ: 12107010 |
From: Richard B. <ma...@ri...> - 2001-10-30 22:39:23
|
Hi, Checkout the pathanim examples in release 2.55a, you will see the slideTo function is available there. You now include pathanim.js and thread.js, when animation is needed. This was done because thread.js should work as a load-balancer, which gives all your animations the same priority. slideBy was dropped, as it was though so simple to do : myLayer.slideTo(myLayer.getX()+10,null) Not everyone agreed with this at the time, but that's the way it turned out. It might be a nice idea to have a official library of addon functions that work with DynAPI (there is also a nice glide script available), but most effort is going into browser compatibility, and performance at the moment. Cheers, Richard. www.richardinfo.com ----- Original Message ----- From: "Laszlo Teglas" <las...@po...> To: <Dyn...@li...> Sent: Tuesday, October 30, 2001 10:59 PM Subject: [Dynapi-Chat] slide utility > > This slide utility was part of the DynAPI 2.0 > Why was it taken out? > It is very handy, and still works with the new 2.55a version (as far as I > can tell from the limited testing i've done). > > Please put it back in the package: > > > /* > DynAPI Distribution > Slide Extensions > Modified: 2000.10.27 > > The DynAPI Distribution is distributed under the terms of the GNU LGPL > license. > */ > DynLayer.prototype.slideTo = function (endx,endy,inc,speed) { > if (endx==null) endx = this.x > if (endy==null) endy = this.y > var distx = endx-this.x > var disty = endy-this.y > this.slideStart(endx,endy,distx,disty,inc,speed) > } > DynLayer.prototype.slideBy = function (distx,disty,inc,speed) { > if (distx==null) distx = 0 > if (disty==null) disty = 0 > var endx = this.x+distx > var endy = this.y+disty > this.slideStart(endx,endy,distx,disty,inc,speed) > } > DynLayer.prototype.slideStart = function (endx,endy,distx,disty,inc,speed) { > if (this.slideActive) return > if (!inc) inc = 10 > if (!speed) speed = 20 > this.slideN = Math.floor(Math.sqrt(Math.pow(distx,2) + > Math.pow(disty,2))/inc) > if (this.slideN==0) return > this.slideEndX = endx > this.slideEndY = endy > this.slideDX = distx/this.slideN > this.slideDY = disty/this.slideN > this.slideActive = true > this.slideI = 0 > this.slideInterval = setInterval(this+".slide()",speed) > } > DynLayer.prototype.slide = function () { > if (!this.slideActive) { > clearInterval(this.slideInterval) > this.slideActive = false > } > else if (this.slideI++ < this.slideN) { > this.moveBy(this.slideDX,this.slideDY) > this.invokeEvent("slide") > } > else { > this.moveTo(this.slideEndX,this.slideEndY) > this.invokeEvent("slide") > this.slideActive = false > clearInterval(this.slideInterval) > this.invokeEvent("slideend") > } > } > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > https://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Laszlo T. <las...@po...> - 2001-10-30 21:57:58
|
This slide utility was part of the DynAPI 2.0 Why was it taken out? It is very handy, and still works with the new 2.55a version (as far as I can tell from the limited testing i've done). Please put it back in the package: /* DynAPI Distribution Slide Extensions Modified: 2000.10.27 The DynAPI Distribution is distributed under the terms of the GNU LGPL license. */ DynLayer.prototype.slideTo = function (endx,endy,inc,speed) { if (endx==null) endx = this.x if (endy==null) endy = this.y var distx = endx-this.x var disty = endy-this.y this.slideStart(endx,endy,distx,disty,inc,speed) } DynLayer.prototype.slideBy = function (distx,disty,inc,speed) { if (distx==null) distx = 0 if (disty==null) disty = 0 var endx = this.x+distx var endy = this.y+disty this.slideStart(endx,endy,distx,disty,inc,speed) } DynLayer.prototype.slideStart = function (endx,endy,distx,disty,inc,speed) { if (this.slideActive) return if (!inc) inc = 10 if (!speed) speed = 20 this.slideN = Math.floor(Math.sqrt(Math.pow(distx,2) + Math.pow(disty,2))/inc) if (this.slideN==0) return this.slideEndX = endx this.slideEndY = endy this.slideDX = distx/this.slideN this.slideDY = disty/this.slideN this.slideActive = true this.slideI = 0 this.slideInterval = setInterval(this+".slide()",speed) } DynLayer.prototype.slide = function () { if (!this.slideActive) { clearInterval(this.slideInterval) this.slideActive = false } else if (this.slideI++ < this.slideN) { this.moveBy(this.slideDX,this.slideDY) this.invokeEvent("slide") } else { this.moveTo(this.slideEndX,this.slideEndY) this.invokeEvent("slide") this.slideActive = false clearInterval(this.slideInterval) this.invokeEvent("slideend") } } |
From: Andre P. <dro...@ya...> - 2001-08-06 05:40:51
|
Hi, Couldn't find much about LiveConnect on DynAPI's mailing list arquchives, so I come to you, hoping for some light... :) Here's my problem: The following LiveConnect function used to work for me with the old DynAPI, but now after converting my new HTML file to DynAPI2, I can't get my function to work anymore... Do I need to do anything special to initialize LiveConnect functions on DynAPI2 ? I'm attaching the old, working HTML file with DynAPI+LiveConnect (liveConnect.old.html), and the new, broken HTML with DynAPI2+LiveConnect (armControl.html). Thank you in advance for any help. function servoConnect(host,port) { if (connected) { alert('Already connected.'); } else { netscape.security.PrivilegeManager.enablePrivilege("UniversalConnect"); servo = new java.net.Socket(host,port); servoIn = new java.io.DataInputStream(servo.getInputStream()); servoOut = new java.io.PrintStream(servo.getOutputStream()); servoIn.readLine(); connected = true; } } For a live demo goto: http://www.racingthoughts.org/projects/racingThoughts/clients/armControl.html __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ |
From: <hv...@ya...> - 2001-07-29 10:08:55
|
Yep, as far as installing, opening creating classes and importing files. But no, I haven't begun actually coding a whole app. (might clearify i use the latest Jbuilder 5 personal edition) But as i said i've tried various java apps and none of them showed any slowing down or other tendencies that java used to a few years (or even just months) back. I'm not saying it's flawless, but it showing off to be pretty well stable, for real applications. And in case anyone worries about Microsoft not implementing default support for java in Windows XP and future OS:es, it's not going be worse than the user having to downloading a plugin, a la flash - so it's all up to us developers to keep it a standard download. Henrik Våglin [ hv...@ya... ] --- Eytan Heidingsfeld <ey...@tr...> wrote: > Just answering henrik > ave u really used JBuilder it is a nightmare. > I can't stand working in i t because it is so slow > and painful. > 8an _____________________________________________________ Do You Yahoo!? Dit...@ya... - skaffa en gratis mailadress på http://mail.yahoo.se |
From: Eytan H. <ey...@tr...> - 2001-07-29 03:11:21
|
Just answering henrik ave u really used JBuilder it is a nightmare. I can't stand working in i t because it is so slow and painful. 8an |
From: <hv...@ya...> - 2001-07-28 18:41:23
|
Well, I've been onto peeking at it, but since I very little previous = coding experience I'm in position to evaluate it. From what I read of it = though, it seems great. I've also looked at some other SF projects texteditor, and the LF pack. = We haven't decided much yet, so its still very open. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Bryce Schober" <bry...@dp...> To: <dyn...@li...> Sent: Saturday, July 28, 2001 5:54 PM Subject: Re: [Dynapi-Chat] DynAPI IDE project > Have you guys checked out Netbeans / OpenAPI? I haven't looked into = what it > takes to use their framework, but I know that it was designed to be = re-used. > Their code is pretty slick and very mature, and if you could use their = work > as a springboard, this project might go a bit easier. You can look it = up at > www.netbeans.org. >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Bryce S. <bry...@dp...> - 2001-07-28 16:00:54
|
Have you guys checked out Netbeans / OpenAPI? I haven't looked into what it takes to use their framework, but I know that it was designed to be re-used. Their code is pretty slick and very mature, and if you could use their work as a springboard, this project might go a bit easier. You can look it up at www.netbeans.org. ----- Original Message ----- From: "Henrik Våglin" <hv...@ya...> To: <dyn...@li...> Sent: Friday, July 27, 2001 6:51 AM Subject: [Dynapi-Chat] DynAPI IDE project Hello everybody. As some might know, one of my many engagement with the dynapi is to fill in the need for an IDE or RAD application. Well, the other week I found one project on sourceforge called "DynAPI <!-- IDE --> (wysiwyg)" only it hadn't really come off ground. I posted in the forum and almost emiedatly become a member and admin. The problem really is that the two other members are quite busy at the moment and I'm a beginner with coding java which is the programming language it will be built in. (Somebody might remember me as oppose to java earlier. Hmm, just let's say I've reconsidered it) Anyway, I'm not going to rant about what this projects all about, so I get straight to the point: we need more developers, developers who know a bit of the chore of DynAPI inner workings as well as Javascript and are able to work in Java with Swing as GUI. So if you're interested, pleases check by at the project page https://sourceforge.net/forum/?group_id=30194 ] and let know if you're interested in joining in. Henrik Våglin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Dynapi-Chat mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-chat |
From: <hv...@ya...> - 2001-07-28 08:16:22
|
Well I use a couple of java applications incluing JBuilder (which is an = excelent java builder too, avaialable for free in a personal version), = ArgoUML (to draw OO diagrames and schemes) and a few other SF projects = application. Non of these have given me any trouble whatsoever and they = all run smooth. As I sad I have reconsider, cause my previous experience = was that java WAS bloated, slow and all that, but after experience how = smooth these apps run - and I'm talking about java applications, web = applets still hold true to being unfit - I don't have ay of my previous = resevations. I'm glad that you show interested, and it would be great if you could = join our efforts. However I'm pretty sure the language is rather = settled. I don't know if maybe C++ and java is able to go together. In = that case maybe the applications kernel could be done in C++ running = java?=20 You're still welecome if you have any ideas. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Geert Bevin" <gb...@th...> To: <dyn...@li...> Sent: Saturday, July 28, 2001 8:44 AM Subject: Re: [Dynapi-Chat] DynAPI IDE project Just me 2c ... Although I'm excited about this project, I sadly cant join due too my=20 participance in too many projects already. However, I can't keep my=20 mouth shut about java. Have you ever written a GUI app in java / swing?=20 Are you using a full-featured java / swing application daily? If so,=20 consider if you're willing to have to deal with *A LOT* of slow code,=20 memory bloat, big filesize, crawling startup speed, etc etc ...=20 Personally I hate using GUI apps that are written in java and they work=20 on my nerves. Recently I've ditched 5 months of work in java due to this. I spent more = time having to find hacks to make the software operate at an acceptable=20 speed and conveniance than to work on the project itself. I switched to=20 C++ using the Qt library and have never looked back since. Qt is so well = engineered that you have a lot of the facilities of a rich and easy to=20 use toolkit (such as java) without most of java's problems. Since a=20 non-commercial version is now also freely available for windows, one of=20 Qt's major drawbacks has at last disappeared. Hope this help a bit, Geert Bevin _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Geert B. <gb...@th...> - 2001-07-28 06:40:53
|
Just me 2c ... Although I'm excited about this project, I sadly cant join due too my=20 participance in too many projects already. However, I can't keep my=20 mouth shut about java. Have you ever written a GUI app in java / swing?=20 Are you using a full-featured java / swing application daily? If so,=20 consider if you're willing to have to deal with *A LOT* of slow code,=20 memory bloat, big filesize, crawling startup speed, etc etc ...=20 Personally I hate using GUI apps that are written in java and they work=20 on my nerves. Recently I've ditched 5 months of work in java due to this. I spent more=20 time having to find hacks to make the software operate at an acceptable=20 speed and conveniance than to work on the project itself. I switched to=20 C++ using the Qt library and have never looked back since. Qt is so well=20 engineered that you have a lot of the facilities of a rich and easy to=20 use toolkit (such as java) without most of java's problems. Since a=20 non-commercial version is now also freely available for windows, one of=20 Qt's major drawbacks has at last disappeared. Hope this help a bit, Geert Bevin Henrik V=E5glin wrote: > Isn't there some kind of "to-java-converter" in Delphi? Of course I'm n= ot sure how well it works, but it'll be great if it go, cause I think thi= s project is rather settled to be in java (sorry, but I wasn't involved a= t the time it was settled).=20 >=20 > BTW I tried to compile your delphi-code, but even with latter files I c= ouldn't get t through the run (although I just downloaded Delphi 5 free v= ersion). Any chance you got any compiled files that works directly under = win32 just for checking it out? >=20 > BTW2: I have big troubles setting up CVS on my win2000 machine with sou= rceforge so I can administrate it? If anybody who knows would be so kind = ass to personally guide me through it I'd really appriete it. Even better= if someone knows how o set it up for JBuilder, but it's not a necessity. >=20 > Henrik V=E5glin [ hv...@ya... ] >=20 >=20 > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >=20 >=20 > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat >=20 >=20 |
From: <hv...@ya...> - 2001-07-28 01:52:46
|
Isn't there some kind of "to-java-converter" in Delphi? Of course I'm = not sure how well it works, but it'll be great if it go, cause I think = this project is rather settled to be in java (sorry, but I wasn't = involved at the time it was settled).=20 BTW I tried to compile your delphi-code, but even with latter files I = couldn't get t through the run (although I just downloaded Delphi 5 free = version). Any chance you got any compiled files that works directly = under win32 just for checking it out? BTW2: I have big troubles setting up CVS on my win2000 machine with = sourceforge so I can administrate it? If anybody who knows would be so = kind ass to personally guide me through it I'd really appriete it. Even = better if someone knows how o set it up for JBuilder, but it's not a = necessity. Henrik V=E5glin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Eytan H. <ey...@tr...> - 2001-07-27 21:50:44
|
I have a whole lotta code in Delphi. But I don't want Java (slow and painful from experience) but if you want C++ maybe we could work somthing out. 8an |
From: <hv...@ya...> - 2001-07-27 13:50:30
|
Hello everybody. As some might know, one of my many engagement with the dynapi is to fill = in the need for an IDE or RAD application. Well, the other week I found = one project on sourceforge called "DynAPI <!-- IDE --> (wysiwyg)" only = it hadn't really come off ground. I posted in the forum and almost = emiedatly become a member and admin. The problem really is that the two = other members are quite busy at the moment and I'm a beginner with = coding java which is the programming language it will be built in. = (Somebody might remember me as oppose to java earlier. Hmm, just let's = say I've reconsidered it) Anyway, I'm not going to rant about what this projects all about, so I = get straight to the point: we need more developers, developers who know = a bit of the chore of DynAPI inner workings as well as Javascript and = are able to work in Java with Swing as GUI.=20 So if you're interested, pleases check by at the project page [ = https://sourceforge.net/forum/?group_id=3D30194 ] and let know if you're = interested in joining in. Henrik V=E5glin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |