Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Sebastian Werner
That was exactly what I meaned. Thank you. Sebastian Am 27.04.2007 um 20:03 schrieb [EMAIL PROTECTED]: > Sebastian Werner <[EMAIL PROTECTED]> writes: > >> Yes the better way would be to check for an Interface. But this >> interface is >> not yet available. If you wanna help out ;) > > That

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > Yes the better way would be to check for an Interface. But this interface is > not yet available. If you wanna help out ;) That was easy. :-) Done. Derrell - This SF.net emai

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Derrell . Lipman
Sebastian Werner <[EMAIL PROTECTED]> writes: > Yes the better way would be to check for an Interface. But this interface is > not yet available. If you wanna help out ;) Why don't you describe in a bit more detail what you envision, and maybe I'll look into implementing it. Are you saying that

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Sebastian Werner
Yes the better way would be to check for an Interface. But this interface is not yet available. If you wanna help out ;) Sebastian Am 27.04.2007 um 17:31 schrieb [EMAIL PROTECTED]: > I've defined my own Range class for use with the Spinner. This worked > previously, but now Spinner has a ch

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Derrell . Lipman
Leander Hanwald <[EMAIL PROTECTED]> writes: > Sorry, this isn't any help, only a question from my side: > Why do you wrote an own class for controll, that did you class do? One example is a time selector widget, with spinners for the hours, minutes, and am/pm selector. The getter for the hours a

Re: [qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Leander Hanwald
Hi Sorry, this isn't any help, only a question from my side: Why do you wrote an own class for controll, that did you class do? Did you class based in qx.type.Range? [EMAIL PROTECTED] schrieb: > I've defined my own Range class for use with the Spinner. This worked > previously, but now Spinner

[qooxdoo-devel] Spinner: using a Range other than qx.type.Range

2007-04-27 Thread Derrell . Lipman
I've defined my own Range class for use with the Spinner. This worked previously, but now Spinner has a check constraint to ensure that the provided manager is, explicitly, qx.type.Range. For applications that want to use their own range manager, how does one modify a the Spinner's check constrai