[Tacos-devel] formatter

2006-06-07 Thread Jesse Kuhnert
My memory is dim on this subject, is the formatter being shown in the demo because I took out the custom hivemind dependency?-- Jesse KuhnertTacos/Tapestry, team member/developerOpen source based consulting work centered around dojo/tapestry/tacos/hivemind. _

Re: [Tacos-devel] about ready for a final 4.0 release?

2006-06-07 Thread Jesse Kuhnert
Awesome!That's ok, I eat and breathe dojo these days so I can give an upgrade a shot. On 6/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Yea, the next one should simply be 4.0I think there are 2-3 issues open for this next release,as soon as they're fixed, i'd vote for a release...Perhaps the

Re: [Tacos-devel] about ready for a final 4.0 release?

2006-06-07 Thread andyhot
Yea, the next one should simply be 4.0 I think there are 2-3 issues open for this next release, as soon as they're fixed, i'd vote for a release... Perhaps the most important of those is to move to a released dojo version (0.3 or 0.3.1) and fix whatever breaks. Unfortunately, I don't think i'll f

[Tacos-devel] Proccedings in FisheyeList problems

2006-06-07 Thread Peter Svensson
Hi!  I finally found something odd, which I should've noticed earlier, but I just was too unused to everything.In the file FisheyeList.script in svn tacos, there's a line that reads;dojo.require("dojo.widget.HtmlFisheyeList ");I think it should read;dojo.require("dojo.widget.Html.FisheyeList");Sinc

[Tacos-devel] about ready for a final 4.0 release?

2006-06-07 Thread Jesse Kuhnert
It's been almost a year of betas, so maybe this next one should just be called 4.0 and we'll release it as 4.0.whatever if need be? Also, it looks pretty good right now, should probably think about releasing this one pretty soon. If someone gives me a heads up I can go in and try to make things loo

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
P.S. New grid stuff is super cool! :)On 6/7/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: That did the trick, thanks! On 6/7/06, Jesse Kuhnert < [EMAIL PROTECTED]> wrote: Hmm maybe that's it. I'm doing a build-war . I'll try removing the old webapps deployed dir first to see if it fixes it. On 6/7/0

Re: [Tacos-devel] confirm message

2006-06-07 Thread Charles-André Martin
I found a solution :     [EMAIL PROTECTED]:AjaxEventSubmit"  updateComponents="ognl:{'AppContentPrimary'}"  action=""    
   function beforeDelete()
   {     
      var message = '';
    if (confirm(message))
    {
   document.

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
That did the trick, thanks! On 6/7/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Hmm maybe that's it. I'm doing a build-war . I'll try removing the old webapps deployed dir first to see if it fixes it. On 6/7/06, Sam Gendler < [EMAIL PROTECTED]> wrote: Even after picking up the latest changes?  I k

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
Hmm maybe that's it. I'm doing a build-war . I'll try removing the old webapps deployed dir first to see if it fixes it. On 6/7/06, Sam Gendler < [EMAIL PROTECTED]> wrote:Even after picking up the latest changes?  I know that the old version did.  I just pulled a fresh copy of tacos from svn and bu

[Tacos-devel] accordion doesn't work in Safari with standard dojo

2006-06-07 Thread Sam Gendler
The DojoAccordion widget requires several bug fixes in dojo in order to get it to work in Safari. It works fine in IE and Firefox. To get the necesary patches, do a search for bugs submitted by [EMAIL PROTECTED] at trac.dojotoolkit.org and you should find the necessary patches. The patches are f

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Sam Gendler
Even after picking up the latest changes? I know that the old version did. I just pulled a fresh copy of tacos from svn and built the demo app and my slider works fine. I did have a wierd issue a few hours ago. I modified the .jwc file for the slider widget, recompiled and redeployed. Tomcat c

Re: [Tacos-devel] Problems getting handmade tacos to run, let alone walk

2006-06-07 Thread Sam Gendler
I can't offer a solution, I'm afraid. I use a tacos jar built from source without any such issues. I'd cross post your query to whatever trails mailing list there may be. --sam On 6/6/06, Peter Svensson <[EMAIL PROTECTED]> wrote: > Hi! I'm trying to deploy my own tacos jar in my project. I was

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
I've updated the demo now, but there are some existing and new errors:-) things like tacos.widget is not defined-) dojo.blah blah is not definedIt looks like the ant build-war task isn't up to date to reflect required packaging, or the demo in general is out of date with respect to dojo version and

[Tacos-devel] Problems getting handmade tacos to run, let alone walk

2006-06-07 Thread Peter Svensson
Hi! I'm trying to deploy my own tacos jar in my project. I was able to deploy a downloaded jar from some weeks ago without any problems, and I made my own from svn with the latest dojo which I copied the tacos target to and made, and then copied over and whatnot. Then I did "ant dist-lib" and copie

[Tacos-devel] Eye of the Fish

2006-06-07 Thread Peter Svensson
OK, I finally managed to get stuff to work more or less non-insane. When I fixed the .HtmlFisheyeList -> .html.FisheyeList rferences in the current source (could be a good idea to fix that :) I finally get the following; DEBUG: dojo.widget.Parse: error: [TypeError: itm.imgNode has no properties, fi

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
Cool, am updating now. p.s. Don't know if your devs know it or not but idea has a checkstyle plugin as well that would allow them to use the checkstyle.xml file checked in for tacos. On 6/7/06, Sam Gendler <[EMAIL PROTECTED]> wrote: I just checked in some significant changes, including mods to the

Re: [Tacos-devel] DatePicker widget

2006-06-07 Thread Chris Chiappone
I am curious if this widget has been updated with the look and feel from the demo app?On 4/11/06, Chris Chiappone < [EMAIL PROTECTED]> wrote:Ok cool, I'll wait to the next release since my additoions won't be going into production for a while.  Thanks. On 4/11/06, Jesse Kuhnert < [EMAIL PROTECTED]

[Tacos-devel] JS errors

2006-06-07 Thread Murray Collingwood
Hi folks   I'm a newby.   I have just coded up the HelloWorld tutorial from the Tacos wiki page at Jot.  It is functioning as expected however I keep getting _javascript_ errors.   Is it normal for Tacos (or dojo) users to turn off _javascript_ error notifications or should it work without errors?

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread David Levine
FYI the Slider example throws an exception... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Wednesday, June 07, 2006 1:25 PM To: Tacos Developers Subject: Re: [Tacos-devel] demo moved finally I just checked in some significant changes

Re: [Tacos-devel] demo moved finally

2006-06-07 Thread Sam Gendler
I just checked in some significant changes, including mods to the demo... --sam On 6/6/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > I've found a new home for the demo finally, still working on getting > subdomains working but for now this is where it is: > > http://opencomponentry.com:8080/tac

[Tacos-devel] demo moved finally

2006-06-07 Thread Jesse Kuhnert
I've found a new home for the demo finally, still working on getting subdomains working but for now this is where it is:http://opencomponentry.com:8080/tacos/app -- Jesse KuhnertTacos/Tapestry, team member/developerOpen source based consulting work centered around dojo/tapestry/tacos/hivemind.

[Tacos-devel] code addition heads up

2006-06-07 Thread Sam Gendler
we're releasing a new version tomorrow, so I'll probably merge our latest changes over to tacos. Just refinements to the recently added components - nothing new. --sam ___ Tacos-devel mailing list Tacos-devel@lists.sourceforge.net https://lists.source