Re: Rowspan & Colspan in Javascript GridLayout

2010-02-25 Thread Aaron J. Seigo
On February 24, 2010, Mathieu Ducharme wrote: > (However the crash with embedded layouts (bug #228165) is still > present - using trunk too) if you assign two layouts to the same widget and then use the first one, yes. this is a problem in qscript, but it's also something you shouldn't be doing

Re: Rowspan & Colspan in Javascript GridLayout

2010-02-24 Thread Mathieu Ducharme
On Tue, Feb 23, 2010 at 3:18 AM, Aaron J. Seigo wrote: > On February 22, 2010, Mathieu Ducharme wrote: >> Hi Wayne, >> >> On Mon, Feb 22, 2010 at 5:48 PM, wayne speir wrote: >> > Mathieu, >> > >> > What is it doing or not doing? >> > >> > -- Wayne >> >> Thanks for the prompt reply. >> >> Sorry I

Re: Rowspan & Colspan in Javascript GridLayout

2010-02-23 Thread Aaron J. Seigo
On February 22, 2010, Mathieu Ducharme wrote: > Hi Wayne, > > On Mon, Feb 22, 2010 at 5:48 PM, wayne speir wrote: > > Mathieu, > > > > What is it doing or not doing? > > > > -- Wayne > > Thanks for the prompt reply. > > Sorry I was not clear. Rowspan and colspan do not seem to be taken > into

Re: Rowspan & Colspan in Javascript GridLayout

2010-02-22 Thread Mathieu Ducharme
Hi Wayne, On Mon, Feb 22, 2010 at 5:48 PM, wayne speir wrote: > Mathieu, > > What is it doing or not doing? > > -- Wayne Thanks for the prompt reply. Sorry I was not clear. Rowspan and colspan do not seem to be taken into consideration at all. I have attached a screenshot of the plasmoid result

Re: Rowspan & Colspan in Javascript GridLayout

2010-02-22 Thread wayne speir
Mathieu, What is it doing or not doing? -- Wayne On Mon, Feb 22, 2010 at 12:58 PM, Mathieu Ducharme < ducharme.math...@gmail.com> wrote: > Hi. > > I am not sure if this is my script, a documentation issue or a bug in > the js-code itself. Anyway, here's hoping it makes sense... > > I am trying