[Libreoffice] [GSOC] Multiline inputbar

2011-06-27 Thread Anurag Jain
Hello Noel, Here I got some chance to play with MS Excel 2010 and I analyzed the behavior of inputbar. I'm sending an image here showing the desire behavior. The first figure in the image shows the normal behavior showing only a single line and keep on wrapping the content text on overflows.This

Re: [Libreoffice] [GSOC] Multiline inputbar

2011-06-27 Thread Noel Power
On 27/06/11 09:24, Anurag Jain wrote: Hello Noel, Here I got some chance to play with MS Excel 2010 and I analyzed the behavior of inputbar. I'm sending an image here showing the desire behavior. The first figure in the image shows the normal behavior showing only a single line and keep on

Re: [Libreoffice] [GSOC] Multiline inputbar

2011-06-27 Thread Noel Power
On 27/06/11 12:14, Noel Power wrote: so I would not get overly hung up by this, we don't have to have exactly the same arrangement, I think a workable and useful first cut is as Kohei and I mentioned already oh and before I forget, I wouldn't even think about resizing by dragging with the

[Libreoffice] [GSOC] Multiline Inputbar

2011-06-15 Thread Anurag Jain
Hi Kohei, Here I'm drafting the basic flow work for implementing my task. As of now this mainly focus on Scrollbar but I'll be expanding on it for the button also. 1:Creating a contain class inheriting Window class with the objects ScinputWnd, ScrollBar and PushButton. 2: Now the ScInputWnd

Re: [Libreoffice] [GSOC] Multiline Inputbar

2011-06-15 Thread Kohei Yoshida
Hi Anurag, On Wed, 2011-06-15 at 13:29 +0530, Anurag Jain wrote: Here I'm drafting the basic flow work for implementing my task. As of now this mainly focus on Scrollbar but I'll be expanding on it for the button also. 1:Creating a contain class inheriting Window class with the objects