Page 15 of 106

Re: Welcome to the Project Developers' Table

Posted: Sun Aug 29, 2010 6:41 pm
by Rathinagiri
Are there anybody working on Combobox? Or shall I start working on that?

Re: Welcome to the Project Developers' Table

Posted: Sun Aug 29, 2010 8:09 pm
by sudip
rathinagiri wrote:
sudip wrote:Fantastic!!! :D
Thanks a lot.

BTW, OnClick event of button is not working. I found it when tried with Textbox sample demo_1. Then I tried with button demos also. Is there any problem from my side during compilation?
Hi Sudip,

I think it works well. You can try using demo_1 of grid.
Hi Rathi,
Now, on click event is working for all demos :) I forgot to install latest binaries ;) sorry :(

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 4:11 am
by dhaine_adp
Hi Rathi,

Congrats! Amazing work.


Regards,

Danny

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 5:42 am
by mol
rathinagiri wrote:Are there anybody working on Combobox? Or shall I start working on that?
Some time ago, Roberto assigned me combobox, but I had no time to start it...
I intend to do it today.
Marek

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 6:24 am
by Rathinagiri
Ok. Please go ahead Marek. :)

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 9:22 am
by Rathinagiri
dhaine_adp wrote:Hi Rathi,

Congrats! Amazing work.


Regards,

Danny
Thanks Danny.

Today I have cleared 'OnHeadClick' event of Grid and 'OnDblClick' event of Listbox and 'value' property (both set and get) of Listbox in multiselection mode.

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 11:30 am
by Roberto Lopez
rathinagiri wrote:Ok. Please go ahead Marek. :)
What do you think about RadioGroup?

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 12:25 pm
by Rathinagiri
Ok Roberto. I would try.

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 1:41 pm
by Roberto Lopez
Hi Team,

Is extremely important to document our work to know which is the true state of each control.

To help Esgici on this, we must document our work step by step.

So, for each control you worked on, please document what things are unfinished in the TODO.TXT file.

I've added a new file at SVN root called EXTENSIONS.TXT, to document the extensions that you've added to each control too.

Thanks in advance.

Re: Welcome to the Project Developers' Table

Posted: Mon Aug 30, 2010 2:02 pm
by Rathinagiri
I always document the missing properties/events/methods I work on a control in TODO.TXT already.

I hardly make any EXTENSIONS to the controls as I rush to implement new controls. :)