You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Juan E. Maya" <ma...@gmail.com> on 2009/01/30 18:11:01 UTC

Chenille Kit - Gplotter

Hello, i am trying to use the gplotter component from Chenille Kit
Framework, but i am getting the following error:

Ck is not defined
http://localhost:8080/profilr/assets/org/chenillekit/tapestry/core/components/GPlotter.js
Line 15

am i missing something?
Also another question, would it be possible to extend the Component to
support a list of address?


I am currently using tapestry 5.0.18, and Chenille 1.0

I am not sure if this list is the right place to ask questions specific
about Chenille, but i couldn't find a better place.
Thanks a lot for the help.

Re: Chenille Kit - Gplotter

Posted by "Juan E. Maya" <ma...@gmail.com>.
Thanks a lot Sven :)

On Fri, Jan 30, 2009 at 8:22 PM, Sven Homburg <ho...@googlemail.com>wrote:

> bug fixed in svn branches/1.0
>
> 2009/1/30 Juan E. Maya <ma...@gmail.com>
>
> > This was happening because the js file "Chenillekit.js" is not been
> > included
> > by the GPlotter compoment.
> > To fix it i had to add the follwowinig to my class
> > @IncludeJavaScriptLibrary(value =
> > {"classpath:org/chenillekit/tapestry/core/Chenillekit.js"})
> >
> > I am still not sure if i am missing something or it;s a bug. The online
> > demo
> > works fine, but copy the code locally it gives me the same JS error.
> >
> > Thanks
> >
> >
> > On Fri, Jan 30, 2009 at 6:11 PM, Juan E. Maya <ma...@gmail.com>
> wrote:
> >
> > > Hello, i am trying to use the gplotter component from Chenille Kit
> > > Framework, but i am getting the following error:
> > >
> > > Ck is not defined
> > >
> > >
> >
> http://localhost:8080/profilr/assets/org/chenillekit/tapestry/core/components/GPlotter.js
> > > Line 15
> > >
> > > am i missing something?
> > > Also another question, would it be possible to extend the Component to
> > > support a list of address?
> > >
> > >
> > > I am currently using tapestry 5.0.18, and Chenille 1.0
> > >
> > > I am not sure if this list is the right place to ask questions specific
> > > about Chenille, but i couldn't find a better place.
> > > Thanks a lot for the help.
> > >
> >
>
>
>
> --
> with regards
> Sven Homburg
> http://www.chenillekit.org
> http://tapestry5-components.googlecode.com
>

Re: Chenille Kit - Gplotter

Posted by Sven Homburg <ho...@googlemail.com>.
bug fixed in svn branches/1.0

2009/1/30 Juan E. Maya <ma...@gmail.com>

> This was happening because the js file "Chenillekit.js" is not been
> included
> by the GPlotter compoment.
> To fix it i had to add the follwowinig to my class
> @IncludeJavaScriptLibrary(value =
> {"classpath:org/chenillekit/tapestry/core/Chenillekit.js"})
>
> I am still not sure if i am missing something or it;s a bug. The online
> demo
> works fine, but copy the code locally it gives me the same JS error.
>
> Thanks
>
>
> On Fri, Jan 30, 2009 at 6:11 PM, Juan E. Maya <ma...@gmail.com> wrote:
>
> > Hello, i am trying to use the gplotter component from Chenille Kit
> > Framework, but i am getting the following error:
> >
> > Ck is not defined
> >
> >
> http://localhost:8080/profilr/assets/org/chenillekit/tapestry/core/components/GPlotter.js
> > Line 15
> >
> > am i missing something?
> > Also another question, would it be possible to extend the Component to
> > support a list of address?
> >
> >
> > I am currently using tapestry 5.0.18, and Chenille 1.0
> >
> > I am not sure if this list is the right place to ask questions specific
> > about Chenille, but i couldn't find a better place.
> > Thanks a lot for the help.
> >
>



-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Re: Chenille Kit - Gplotter

Posted by "Juan E. Maya" <ma...@gmail.com>.
This was happening because the js file "Chenillekit.js" is not been included
by the GPlotter compoment.
To fix it i had to add the follwowinig to my class
@IncludeJavaScriptLibrary(value =
{"classpath:org/chenillekit/tapestry/core/Chenillekit.js"})

I am still not sure if i am missing something or it;s a bug. The online demo
works fine, but copy the code locally it gives me the same JS error.

Thanks


On Fri, Jan 30, 2009 at 6:11 PM, Juan E. Maya <ma...@gmail.com> wrote:

> Hello, i am trying to use the gplotter component from Chenille Kit
> Framework, but i am getting the following error:
>
> Ck is not defined
>
> http://localhost:8080/profilr/assets/org/chenillekit/tapestry/core/components/GPlotter.js
> Line 15
>
> am i missing something?
> Also another question, would it be possible to extend the Component to
> support a list of address?
>
>
> I am currently using tapestry 5.0.18, and Chenille 1.0
>
> I am not sure if this list is the right place to ask questions specific
> about Chenille, but i couldn't find a better place.
> Thanks a lot for the help.
>