Re: [qooxdoo-devel] conflict between filename and classname

2009-04-22 Thread Gaurav Jauhri
ass.define("qxgui.test.Toolbar", { to qx.Class.define("qxgui.layout.Toolbar", { Just be attentive when u call the constructor with the right path.. Cheers -- Kind Regards, Gaurav Jauhri SpagoBI Consultant Research & Innovation Division, Engineering Ingegneria Informat

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-16 Thread Gaurav Jauhri
Sorry, what I wrote was wrong according to your needs. I am not too sure how to get this effect but I will try to give you some suggestions once I find something. Regards, Gaurav hfghhh hgfhgfh wrote: > Thanks for your reply Gaurav. > > Gaurav Jauhri wrote: > >> You can

Re: [qooxdoo-devel] How to make single table cell editable

2009-02-13 Thread Gaurav Jauhri
Hi hfghhh hgfhgfh, You can specify the column number u wish to make editable, like this columnModel.setDataCellRenderer(this._data.columns[i], propertyCellRendererFactory); columnModel.setCellEditorFactory(this._data.columns[i], propertyCellEditorFactory); where i is the particilar column numb

Re: [qooxdoo-devel] info regarding Time widget

2009-02-06 Thread Gaurav Jauhri
Hi Derrell, This is exactly the same error that ! was mentioning to u earlier!! Gaurav Amit Rana wrote: > Hi Derrell, > > I did as you had mentioned and got an error at runtime : > this.getChildControl is not a function (TimeValue.js (line 111)) > var textField = this.getChildCon

Re: [qooxdoo-devel] info regarding Time widget

2009-02-06 Thread Gaurav Jauhri
class as explained below so isin't the event listener should be registered in this class itself? but its not... *Some clarity is required!! Thanks Gaurav* * Gaurav Jauhri wrote: > Hi Derrell, > > I tried to use the class you wrote TimeChooser, I have problems here!! > > I

Re: [qooxdoo-devel] info regarding Time widget

2009-02-06 Thread Gaurav Jauhri
in the clouds.. Regards, Gaurav J Derrell Lipman wrote: > On Thu, Feb 5, 2009 at 8:40 AM, Daniel Wagner <mailto:daniel.wag...@1und1.de>> wrote: > > Whoops... guess I should have checked contrib before replying. Sorry > about that. > > > No problem. This does

Re: [qooxdoo-devel] info regarding Time widget

2009-02-05 Thread Gaurav Jauhri
be quite fruitful. Have a look, and press the "try this example" button. http://www.java2s.com/Code/JavaScript/GUI-Components/FancyTimePicker.htm Regards, Gaurav Daniel Wagner wrote: > Hi Gaurav, > > currently we don't have a time chooser. We'd like to hear your

[qooxdoo-devel] info regarding Time widget

2009-02-05 Thread Gaurav Jauhri
Hello, Is there any time widget in qooxdo similar to the date chooer or date field, which just gives the time in am or pm? I could not find it in demo browser Regards. Gaurav -- Create and Deploy Rich Internet Apps

Re: [qooxdoo-devel] scroll bars around application

2008-12-18 Thread Gaurav Jauhri
de of the browser window? > Thanks in advance for all your help. > > Farid > > When you add the scroll to ur doc , just set the flex property to 1 and it should work., for example doc.add(scrollContainer, {left: 10, top: 10, flex:1}); Hope this works Cheers Gaurav!!

Re: [qooxdoo-devel] query regarding the table widget!!

2008-12-15 Thread Gaurav Jauhri
Fabian Jakobs wrote: > Gaurav Jauhri schrieb: > >> Kenny Tilton wrote: >> >> >>> Gaurav Jauhri wrote: >>> >>> >>>> Kenny Tilton wrote: >>>> >>>> >>>> >>&

Re: [qooxdoo-devel] query regarding the table widget!!

2008-12-10 Thread Gaurav Jauhri
Kenny Tilton wrote: > Gaurav Jauhri wrote: >> >> >> Kenny Tilton wrote: >> >>> Gaurav Jauhri wrote: >>> >>> >>>> Hi, >>>> >>>> Can anyone tell me the equivalent of the following snippet in 0.8. >

Re: [qooxdoo-devel] query regarding the table widget!!

2008-12-10 Thread Gaurav Jauhri
Kenny Tilton wrote: > Gaurav Jauhri wrote: > >> Hi, >> >> Can anyone tell me the equivalent of the following snippet in 0.8. >> I am migrating my application from 0.7 to 0.8. >> My table also uses columnmodel Resize property. >> >> var table

[qooxdoo-devel] query regarding the table widget!!

2008-12-10 Thread Gaurav Jauhri
ht left in the widget, it is added in. I also have another query, in 0.8 when i do not specify any height, only the 1st 3 lines of the table appear, is there is any height hard coded in the internal class? Kind Regar

[qooxdoo-devel] 0.7 to 0.8 corresponding classes and methods!!

2008-12-02 Thread Gaurav Jauhri
qx.ui.tree.Tree instead of qx.ui.treevirtual.SimpleTreeDataCellRenderer since i do not want a table layout. How can i use these functionalities in 0.8? and which class should I use to extend my class ? Regards, gaurav - This

[qooxdoo-devel] some general queries in 0.8

2008-11-26 Thread Gaurav Jauhri
the class A. But it is not showing the expected, is there is any way to set the width of the right side of the splitpane to 100%. Regards, Gaurav - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [qooxdoo-devel] Info Regarding Splitplane and error in Dimension.js

2008-10-13 Thread Gaurav Jauhri
plitpane inside a horizontal splitpane? Coz continuosly i am getting the above mentioned error Can anyone suggest how can i rectify? Cheers Gaurav Derrell Lipman ha scritto: > On Fri, Oct 10, 2008 at 11:04 AM, Gaurav Jauhri <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrot

[qooxdoo-devel] Info Regarding Splitplane

2008-10-10 Thread Gaurav Jauhri
be of help. Regards, Gaurav - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two t

[qooxdoo-devel] [Fwd: Implementation of a Class to get Checkbox inside a table cell.]

2008-10-04 Thread Gaurav Jauhri
--- Begin Message --- EçŠ÷~º&±ø¦Ç{öñÈw²‹«qç讜¢m{Ûovó]·…éh--- End Message --- - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

[qooxdoo-devel] An Implementaion of a checkbox inside the table

2008-09-30 Thread Gaurav Jauhri
ckbox inside the table. Regards, Gaurav - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip

[qooxdoo-devel] Issue regarding Table Width

2008-09-30 Thread Gaurav Jauhri
column in my table. Can anyone please suggest me, how can i make the width of my table dynamic according to the Browser width and the resolution of the screen Kind Regards, Gaurav - This SF.Net email is sponsored by the Moblin

[qooxdoo-devel] Issue regarding Table Width

2008-09-30 Thread Gaurav Jauhri
column in my table. Can anyone please suggest me, how can i make the width of my table dynamic according to the Browser width and the resolution of the screen Kind Regards, Gaurav - This SF.Net email is sponsored by the Moblin

Re: [qooxdoo-devel] Query regarding Scroll bar

2008-09-24 Thread Gaurav
Dear Chris, Thnaks a lot for you kind help, its working as i wanted. Thanks agaib. Regards, Gaurav Christian Schmidt wrote: > > Hi Gaurav, > > in qooxdoo 0.7.x you can set the attribute "overflow" to "auto" in your > "Page" instance. T

Re: [qooxdoo-devel] Query regarding Scroll bar

2008-09-24 Thread Gaurav
I also want a dynamic behavior, so that when the form exceedes the page , only then the scroll bar is seen. Cheers Gaurav Amit Rana wrote: > > Dear dev, > > Please find attched the snapshot. > > I am using vertical split screen. > The bottom part is a form which is insid

[qooxdoo-devel] query on Table width!!

2008-09-18 Thread Gaurav Jauhri
the Class qx.ui.table.Table(). Once i get the total width, i can set the width of my table to the value returned by this function. Can anyone help me with some suggestion? Regards, Gaurav - This SF.Net email is sponsored by the Moblin