Página 1 de 1
Small problem with TProgressDlg
Publicado: Mar Jul 18, 2006 3:54 pm
por Oleg
Hi!
There is a small problem with TProgressDlg in the IDE.
I put TProgressDlg onto new form and change some properties.
Then I tried to test it pressing right mouse button on this component in
Object Inspector.
With all other dialogs the corresponding context menu is appeared (with Test
item and so on),
but with TProgressDlg the IDE fails with error:
BASE/1004 Message not found TPROGRESSDLG:HDIALOG
Trace Through:
TPROGRESSDLG:ERROR (179)
(b)HBOBJECT:HBOBJECT (105)
TPROGRESSDLG:MSGNOTFOUND (0)
TPROGRESSDLG:HDIALOG (167)
TPROGRESSDLG:IDECONTEXTMENU (236)
TINSPECTOR:CONTROLCONTEXTMENU (771)
TINSPECTOR:TREEVIEW1CONTEXTMENU (755)
TCUSTOMTREEVIEW:ONCONTEXTMENU (0)
TCUSTOMTREEVIEW:WMCONTEXTMENU (770)
RUNFORM (0)
TAPPLICATION:RUN (193)
MAIN (30)
Thank you. Oleg.
Small problem with TProgressDlg
Publicado: Mar Jul 18, 2006 5:19 pm
por Dionisis Divaris
Hello Oleg
The TProgressDlg istructed programmatically (via a siries of asignments) to
do some presentation of a progress to the user (i.e an indexing process) .
Windows API not contain any context menu dedicated to this dialog. Is just
a presentation dialog that is work standalone ( not belongs to any form).
Regards
Dionisis
"Oleg" <
info@cluster.samara.ru> wrote in message
news:[email=
44bcd977@news.xailer.com...]
44bcd977@news.xailer.com...[/email]
> Hi!
>
> There is a small problem with TProgressDlg in the IDE.
> I put TProgressDlg onto new form and change some properties.
> Then I tried to test it pressing right mouse button on this component in
> Object Inspector.
> With all other dialogs the corresponding context menu is appeared (with
> Test
> item and so on),
> but with TProgressDlg the IDE fails with error:
>
> BASE/1004 Message not found TPROGRESSDLG:HDIALOG
>
> Trace Through:
> TPROGRESSDLG:ERROR (179)
> (b)HBOBJECT:HBOBJECT (105)
> TPROGRESSDLG:MSGNOTFOUND (0)
> TPROGRESSDLG:HDIALOG (167)
> TPROGRESSDLG:IDECONTEXTMENU (236)
> TINSPECTOR:CONTROLCONTEXTMENU (771)
> TINSPECTOR:TREEVIEW1CONTEXTMENU (755)
> TCUSTOMTREEVIEW:ONCONTEXTMENU (0)
> TCUSTOMTREEVIEW:WMCONTEXTMENU (770)
> RUNFORM (0)
> TAPPLICATION:RUN (193)
> MAIN (30)
>
> Thank you. Oleg.
>
>
Small problem with TProgressDlg
Publicado: Mar Jul 18, 2006 5:19 pm
por Dionisis Divaris
Hello Oleg
The TProgressDlg istructed programmatically (via a siries of asignments) to
do some presentation of a progress to the user (i.e an indexing process) .
Windows API not contain any context menu dedicated to this dialog. Is just
a presentation dialog that is work standalone ( not belongs to any form).
Regards
Dionisis
"Oleg" <
info@cluster.samara.ru> wrote in message
news:[email=
44bcd977@news.xailer.com...]
44bcd977@news.xailer.com...[/email]
> Hi!
>
> There is a small problem with TProgressDlg in the IDE.
> I put TProgressDlg onto new form and change some properties.
> Then I tried to test it pressing right mouse button on this component in
> Object Inspector.
> With all other dialogs the corresponding context menu is appeared (with
> Test
> item and so on),
> but with TProgressDlg the IDE fails with error:
>
> BASE/1004 Message not found TPROGRESSDLG:HDIALOG
>
> Trace Through:
> TPROGRESSDLG:ERROR (179)
> (b)HBOBJECT:HBOBJECT (105)
> TPROGRESSDLG:MSGNOTFOUND (0)
> TPROGRESSDLG:HDIALOG (167)
> TPROGRESSDLG:IDECONTEXTMENU (236)
> TINSPECTOR:CONTROLCONTEXTMENU (771)
> TINSPECTOR:TREEVIEW1CONTEXTMENU (755)
> TCUSTOMTREEVIEW:ONCONTEXTMENU (0)
> TCUSTOMTREEVIEW:WMCONTEXTMENU (770)
> RUNFORM (0)
> TAPPLICATION:RUN (193)
> MAIN (30)
>
> Thank you. Oleg.
>
>
Small problem with TProgressDlg
Publicado: Mar Jul 18, 2006 8:17 pm
por jfgimenez
Oleg,
> There is a small problem with TProgressDlg in the IDE.
> I put TProgressDlg onto new form and change some properties.
> Then I tried to test it pressing right mouse button on this component in
> Object Inspector.
> With all other dialogs the corresponding context menu is appeared (with
> Test
> item and so on),
> but with TProgressDlg the IDE fails with error:
>
> BASE/1004 Message not found TPROGRESSDLG:HDIALOG
Fixed. Thanks.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
Small problem with TProgressDlg
Publicado: Mar Jul 18, 2006 8:17 pm
por jfgimenez
Oleg,
> There is a small problem with TProgressDlg in the IDE.
> I put TProgressDlg onto new form and change some properties.
> Then I tried to test it pressing right mouse button on this component in
> Object Inspector.
> With all other dialogs the corresponding context menu is appeared (with
> Test
> item and so on),
> but with TProgressDlg the IDE fails with error:
>
> BASE/1004 Message not found TPROGRESSDLG:HDIALOG
Fixed. Thanks.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
Small problem with TProgressDlg
Publicado: Jue Jul 20, 2006 4:21 pm
por jlalin
Oleg,
this stupid bug was my mistake while doing some internal changes in this
class, sorry. Will be fixed in the next release.
Regards,
José Lalín
Small problem with TProgressDlg
Publicado: Jue Jul 20, 2006 4:21 pm
por jlalin
Oleg,
this stupid bug was my mistake while doing some internal changes in this
class, sorry. Will be fixed in the next release.
Regards,
José Lalín