Page 19 of 106

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 5:18 am
by mol
Grid looks amazing!

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 5:51 am
by dhaine_adp
Hello Roberto and Rathi,

I am working on command: @ Row, Col, BROWSE WIDTH HEIGHT HEADERS FIELDLIST NOMODIFY --> HMG.4 extension to turn off
lAllowEdit, lAllowDelete, lAllowAppend. This is the shortest command for BROWSE. I was trying to achieve joining of fields from two or more workareas. I don't know if HBQT can support it but I will try to find out but theoretically it should work based on the documentation.

This is based in QTableView, QAbstractItemModel, QHeader. This is to support previous HMG versions which is having browse command. While that is possible to support the previous version it also provide the opportunity to extend it without affecting the old codes. I have to admit that my Apps is based on BROWSE as a primary visual interface because most of them is based on tables (.DBF). Without extensive browse support my Apps would not thrive on HMG.4 without rewriting them. A pretty extensive work which I cannot afford right now. I have still old apps in clipper running on HMG which I move the tbrowse() to @...BROWSE.

I remember Roberto once said that browse is an obsolete command and might be phase-out and if it is still true with HMG.4, I'm dead. LOL.

Regards,

Danny

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 6:37 am
by sudip
Hello,

Shall I start work for timer control?

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 9:07 am
by Rathinagiri
Roberto Lopez wrote:Hi Team,

I'll start print system.
That is great! :)
sudip wrote:Hello,

Shall I start work for timer control?
As you please Sudip. :)

I am hanging in a tree. ;)

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 11:54 am
by Roberto Lopez
sudip wrote:Hello,

Shall I start work for timer control?
Yes, of course!

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 11:59 am
by Roberto Lopez
dhaine_adp wrote:Hello Roberto and Rathi,

I am working on command: @ Row, Col, BROWSE WIDTH HEIGHT HEADERS FIELDLIST NOMODIFY --> HMG.4 extension to turn off
lAllowEdit, lAllowDelete, lAllowAppend. This is the shortest command for BROWSE. I was trying to achieve joining of fields from two or more workareas. I don't know if HBQT can support it but I will try to find out but theoretically it should work based on the documentation.

This is based in QTableView, QAbstractItemModel, QHeader. This is to support previous HMG versions which is having browse command. While that is possible to support the previous version it also provide the opportunity to extend it without affecting the old codes. I have to admit that my Apps is based on BROWSE as a primary visual interface because most of them is based on tables (.DBF). Without extensive browse support my Apps would not thrive on HMG.4 without rewriting them. A pretty extensive work which I cannot afford right now. I have still old apps in clipper running on HMG which I move the tbrowse() to @...BROWSE.

I remember Roberto once said that browse is an obsolete command and might be phase-out and if it is still true with HMG.4, I'm dead. LOL.

Regards,

Danny
Since Grid has now the browse functionality (and will have in HMG.4) there is no point in developing a new browse.

The correct way is to write wrapper code around grid to have backwards compatibility with browse.

This wrapper will solve the differences between both controls.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 4:43 pm
by Rathinagiri
I had uploaded the tree control with basic features. :)

In the course of creating this control I studied a LOT from Roberto's fantastic implementation of Menu and Toolbar. :idea: Thank you Roberto.

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 6:10 pm
by martingz
Maestro mil disculpas primero que nada por contestar tan tarde, mi disco frallo y apenas estoy terminando de rearmar mi equipo.
gracias por tu ayuda, si me permites puedo empezar con el control slider?

Y felicitaciones se ve grandioso hmg bajo linux

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 10:02 pm
by Steed
martingz / Roberto

I, try with Slider and it wasn´t so difficult as i belived.

Attached please find, Slider Control with working sample

TODO is:
VERTICAL, NOTICKS, BOTH, TOP,LEFT properties.
martingz maybe you can help me with these.

Regards,


Eduar

Re: Welcome to the Project Developers' Table

Posted: Wed Sep 01, 2010 10:36 pm
by martingz
Eduar for me there is no problem
i send you my code, expected to be useful
VERTICAL, NOTICKS, BOTH, TOP,LEFT properties are complete
and ONCHANGE event too

Regards