Page 85 of 106
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 12:22 am
by Roberto Lopez
2010-10-27 21:25:00 UTC-0300 Roberto Lopez (<
mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* More work on form editor. Snap to grid. Cursors.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 12:23 am
by Roberto Lopez
mrduck wrote:Roberto,
I confirm there is a problem in hbqt code. Viktor is working on it
Ok.
I'll wait.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 1:28 am
by Roberto Lopez
2010-10-27 22:30:00 UTC-0300 Roberto Lopez (<
mail.box.hmg@gmail.com>)
* hmgide/ide.prg
* More work on form editor. Minor changes.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 1:33 am
by Roberto Lopez
2010-10-27 22:35:00 UTC-0300 Roberto Lopez (<
mail.box.hmg@gmail.com>)
* hmgide/ide.prg
! Fixed minor bug.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 10:33 am
by mrduck
Please use code after commit 15704 and 15705
Roberto Lopez wrote:mrduck wrote:Roberto,
I confirm there is a problem in hbqt code. Viktor is working on it
Ok.
I'll wait.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 2:01 pm
by Roberto Lopez
mrduck wrote:Please use code after commit 15704 and 15705
Ok.
I'll do it tonight.
Thanks.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 6:41 pm
by Roberto Lopez
Hi All,
I'll start required changes to meet current HBQT requirements.
When finished I'll publish new binaries.
Please, stop committing until the work be finished.
Thanks.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 6:59 pm
by Roberto Lopez
Francesco,
I'm getting errors in disconnect method calls.
Must they be all removed?
TIA.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 7:29 pm
by Roberto Lopez
Roberto Lopez wrote:Francesco,
I'm getting errors in disconnect method calls.
Must they be all removed?
TIA.
It appears that all must be eliminated... well I guess that we must care about how to use disconnect.
Temporarily we should 'suspend' the HMG ability to change event codeblocks.
Re: Welcome to the Project Developers' Table
Posted: Thu Oct 28, 2010 9:06 pm
by Roberto Lopez
2010-10-28 17:30:00 UTC-0300 Roberto Lopez (<
mail.box.hmg@gmail.com>)
* samples/checkbox/demo_1.prg
* samples/checkbox/demo_2.prg
* samples/checkbox/demo_3.prg
* source/browse.prg
* source/checkbox.prg
* source/checkbutton.prg
* source/combobox.prg
* source/control.prg
* source/datepicker.prg
* source/editbox.prg
* source/grid.prg
* source/ipaddress.prg
* source/listbox.prg
* source/menuitem.prg
* source/monthcalendar.prg
* source/printer.prg
* source/radiogroup.prg
* source/slider.prg
* source/spinner.prg
* source/tab.prg
* source/textbox.prg
* source/timer.prg
* source/tree.prg
* source/window.prg
* Code changed to meet current HBQT version. Ability to change event codeblock at runtime is not available anymore (attempting that will generate a runtime error).