In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Small problem with TProgressDlg

Xailer professional forum in English
Responder
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

Small problem with TProgressDlg

Mensaje 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.
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Small problem with TProgressDlg

Mensaje 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.
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
Dionisis Divaris
Mensajes: 485
Registrado: Jue Jul 12, 2007 8:48 pm
Ubicación: Athens Greece

Small problem with TProgressDlg

Mensaje 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.
>
>
T.I.A
Dionisis
SGS-soft
support.sgs@gmail.com
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Small problem with TProgressDlg

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

Small problem with TProgressDlg

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
jlalin
Mensajes: 926
Registrado: Sab Dic 25, 2010 11:10 pm

Small problem with TProgressDlg

Mensaje 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
jlalin
Mensajes: 926
Registrado: Sab Dic 25, 2010 11:10 pm

Small problem with TProgressDlg

Mensaje 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
Responder