[qooxdoo-devel] Dynamically Increase the height of particular row

2008-01-31 Thread deepakraj
Hi all, How can we increase the height of a particular row? regards, deepak raj -- View this message in context: http://www.nabble.com/Dynamically-Increase-the-height-of-particular-row-tp15221513p15221513.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. --

[qooxdoo-devel] Can i Change Table Column Position (...to Left, Right, Bottom)

2008-01-29 Thread deepakraj
Hi All, i want to change the table column Position to Left.can i do it in default qooxdoo framework or any changes made to the source code.(B'caz in our appln user get the options to enter the details in to the table as Row wise or Column wise. so i want to display the columns in Top pos

Re: [qooxdoo-devel] How to increase the height of a particular row

2008-01-22 Thread deepakraj
Hi Fabian, OK. If any ways to do it. Give some ideas about that. We will ready to try it. regards deepak raj Fabian Jakobs-2 wrote: > > deepakraj schrieb: >> Hi friends, >> >> If I use the setRowHeight() method, all the rows in the table >> shou

Re: [qooxdoo-devel] problem in setvalue method in the table

2007-11-23 Thread deepakraj
instead of rdefault cellrendere regards, deepak raj Dirk Wellmann wrote: > > Hi Deepakraj, > > sorry for coming back late, but I was very busy the past days. > > Just take a closer look at the Sources of Qooxdoo at > qx.ui.table.cellrenderer.Abstract you will find what

Re: [qooxdoo-devel] problem in setvalue method in the table

2007-11-21 Thread deepakraj
Hi dirk, I didn't get the clear idea about the html property... Can u tell me how to use it or give me a sample code to overwrite... regards, deepakraj Dirk Wellmann wrote: > > Hi Deepak Raj, > > make a extend of qx.ui.table.cellrenderer.Abst

[qooxdoo-devel] problem in setvalue method in the table

2007-11-15 Thread deepakraj
Hi friends, When I try to use the html properties in the setValue method of the table... I didn't accept it...How do it.. The code I used : tableModel.setValue(colIndex,table.getFocusedRow(),"56"+""+"67"); It displays the value in the table column

[qooxdoo-devel] How to increase the height of a particular row

2007-11-15 Thread deepakraj
Hi friends, If I use the setRowHeight() method, all the rows in the table should be set as same height . But I need to increase the height of the particular row... How to do that... If any possibilities to it regards, Deepak raj -- View this message in context: http://www.na

[qooxdoo-devel] How to clear the Selection in Tree Widget..

2007-10-25 Thread deepakraj
appropriate window is loading. How can i remove a tree section property after it's action takes place.. Thanks in adv. Regards, DeepakRaj. -- View this message in context: http://www.nabble.com/How-to-clear-the-Selection-in-Tree-Widget..-tf4689928.html#a13403960 Sent from the qooxdoo-devel ma

[qooxdoo-devel] Problem in setModal(true) on Window...

2007-10-25 Thread deepakraj
Hi All, i got a problem with setModal(true) function in qx.ui.window.Window object. when i give setModal(true) to one window, i can't able to access the same window that contains other components like (buttons, textfields...). How can i fix this one.. Here is the code.. var preWin = new qx.

[qooxdoo-devel] Doubts in Tree Selection Property

2007-10-25 Thread deepakraj
appropriate window is loading. How can i remove a tree section property after it's action takes place.. Thanks in adv. Regards, DeepakRaj. -- View this message in context: http://www.nabble.com/Doubts-in-Tree-Selection-Property-tf4676354.html#a13360798 Sent from the qooxdoo-devel mailing

Re: [qooxdoo-devel] Re size Image Depends on the System Resolution

2007-10-16 Thread deepakraj
this one. How can i replace the old Image to Scaled Image(dyImg). Regards, Rajkumar.S Dioc wrote: > > Hello Rajkumar, > > Add the following line to your code: > > bodyLayout.setStyleProperty("backgroundRepeat", "no-repeat"); > > Best wishes, > D