Re: JS documentation ST...

2012-07-13 Thread Yaa101
Thanks for all the tips Amy, much obliged... -- (o_ //\ Regards, Groeten, V_/_ Bas Burger. On Sat, 14 Jul 2012 10:53:42 +1000 Amy C wrote: > On 14 July 2012 09:28, Jasper St. Pierre > wrote: > > On Fri, Jul 13, 2012 at 7:26 PM, Yaa101 wrote: > >> On Fri, 13 Jul 2012 16:38:26 -0400 > >> "

Re: JS documentation ST...

2012-07-13 Thread Yaa101
Thanks for the info Jasper. -- (o_ //\ Regards, Groeten, V_/_ Bas Burger. On Fri, 13 Jul 2012 19:28:30 -0400 "Jasper St. Pierre" wrote: > On Fri, Jul 13, 2012 at 7:26 PM, Yaa101 wrote: > > On Fri, 13 Jul 2012 16:38:26 -0400 > > "Jasper St. Pierre" wrote: > > > >> On Fri, Jul 13, 2012 at 4

Re: JS documentation ST...

2012-07-13 Thread Amy C
On 14 July 2012 09:28, Jasper St. Pierre wrote: > On Fri, Jul 13, 2012 at 7:26 PM, Yaa101 wrote: >> On Fri, 13 Jul 2012 16:38:26 -0400 >> "Jasper St. Pierre" wrote: >> >>> On Fri, Jul 13, 2012 at 4:20 PM, Yaa101 wrote: >>> It should complain wildly in stderr, but maybe you weren't looking >>> t

Re: JS documentation ST...

2012-07-13 Thread Jasper St. Pierre
On Fri, Jul 13, 2012 at 7:26 PM, Yaa101 wrote: > On Fri, 13 Jul 2012 16:38:26 -0400 > "Jasper St. Pierre" wrote: > >> On Fri, Jul 13, 2012 at 4:20 PM, Yaa101 wrote: >> It should complain wildly in stderr, but maybe you weren't looking >> there :) > You mean in lookingglass on the error log? nope

Re: JS documentation ST...

2012-07-13 Thread Yaa101
-- (o_ //\ Regards, Groeten, V_/_ Bas Burger. On Fri, 13 Jul 2012 16:38:26 -0400 "Jasper St. Pierre" wrote: > On Fri, Jul 13, 2012 at 4:20 PM, Yaa101 wrote: > > > > Thanks for the answers so far Jasper. > > > > I found the solution to the table/scrollview problem. > > I have to put the ta

Re: JS documentation ST...

2012-07-13 Thread Jasper St. Pierre
On Fri, Jul 13, 2012 at 4:20 PM, Yaa101 wrote: > > Thanks for the answers so far Jasper. > > I found the solution to the table/scrollview problem. > I have to put the table into a boxlayout and put that boxlayout into > the scrollview to make the table contents appear in the scrollview. > Putting

Re: JS documentation ST...

2012-07-13 Thread Jasper St. Pierre
On Fri, Jul 13, 2012 at 11:35 AM, Yaa101 wrote: > > Hello all, > > Does somebody know where to find a proper reference on ST for gjs? > I can find the C references ( http://developer.gnome.org/st/3.4/ ) but > they lack detail on usage and interaction within the js system. > > What I am searching f

Re: JS documentation ST...

2012-07-13 Thread Yaa101
Thanks for the answers so far Jasper. I found the solution to the table/scrollview problem. I have to put the table into a boxlayout and put that boxlayout into the scrollview to make the table contents appear in the scrollview. Putting the table directly into the scrollview will show an empty sc