Cannot create Dialog Box Error
-
- Posts: 161
- Joined: Tue Oct 18, 2005 10:01 am
Cannot create Dialog Box Error
Hi friends.
I have rondomly "Cannot create Dialog Box" message error one or two times a day.
What is the circunstancies when this error appear? I tryed to find anything wrong in my app but all seems fine.
Thanks for any hint.
Best regards,
Toninho.
I have rondomly "Cannot create Dialog Box" message error one or two times a day.
What is the circunstancies when this error appear? I tryed to find anything wrong in my app but all seems fine.
Thanks for any hint.
Best regards,
Toninho.
- Daniel Garcia-Gil
- Posts: 2365
- Joined: Wed Nov 02, 2005 11:46 pm
- Location: Isla de Margarita
- Contact:
Re: Cannot create Dialog Box Error
Hello toninhofwi
Please post error log and RC section with the problem, is better to help you
Please post error log and RC section with the problem, is better to help you
our best documentation is the source code
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
Isla de Margarita Venezuela.
danielgarciagil@gmail.com
http://tdolphin.blogspot.com/
https://www.dropbox.com/referrals/NTI5N ... rc=global9
-
- Posts: 161
- Joined: Tue Oct 18, 2005 10:01 am
Re: Cannot create Dialog Box Error
Error from:
CREATEDLGERROR()
TDIALOG:ACTIVATE()
...
The two errors allways is the same above, but the rest change. As I sayd, it is randomly, and my resources is correct.
My question is: What can cause this error?
Thanks and best regards,
Toninho.
CREATEDLGERROR()
TDIALOG:ACTIVATE()
...
The two errors allways is the same above, but the rest change. As I sayd, it is randomly, and my resources is correct.
My question is: What can cause this error?
Thanks and best regards,
Toninho.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Cannot create Dialog Box Error
Toninho,
What controls do you use in that dialogbox ?
What controls do you use in that dialogbox ?
-
- Posts: 161
- Joined: Tue Oct 18, 2005 10:01 am
Re: Cannot create Dialog Box Error
Hi Antonio.
Common controls like GET, SAY and TSBROWSE. I revised my RC file and all is correct.
Please see that error is *random* sometimes a simple DEFINE/ACTIVATE DIALOG with a message can display it.
My question is: what kind of problem can cause this error? I don't understand right this scenario. Is this a ms-windows or a fwh limitation/issue ?
Thank you and best regards,
Toninho.
Common controls like GET, SAY and TSBROWSE. I revised my RC file and all is correct.
Please see that error is *random* sometimes a simple DEFINE/ACTIVATE DIALOG with a message can display it.
My question is: what kind of problem can cause this error? I don't understand right this scenario. Is this a ms-windows or a fwh limitation/issue ?
Thank you and best regards,
Toninho.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Cannot create Dialog Box Error
Toninho,
Do you keep your resources inside your EXE or inside an external DLL ?
Do you keep your resources inside your EXE or inside an external DLL ?
-
- Posts: 161
- Joined: Tue Oct 18, 2005 10:01 am
Re: Cannot create Dialog Box Error
Antonio, my resources is INSIDE my EXE.
Regards,
Toninho.
Regards,
Toninho.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Cannot create Dialog Box Error
Toninho,
El EXE está en el ordenador local ó se carga desde un servidor ?
A veces pueden aparecer errores asi al no poderse cargar bien el EXE desde el servidor, pues Windows no carga todo el EXE sino partes de él, y al ir a acceder a una parte puede no poder acceder a él por problemas de lectura en la red.
El EXE está en el ordenador local ó se carga desde un servidor ?
A veces pueden aparecer errores asi al no poderse cargar bien el EXE desde el servidor, pues Windows no carga todo el EXE sino partes de él, y al ir a acceder a una parte puede no poder acceder a él por problemas de lectura en la red.
-
- Posts: 161
- Joined: Tue Oct 18, 2005 10:01 am
Re: Cannot create Dialog Box Error
Hi Antonio.
Thanks for this useful info. Maybe you are right, because I have a lot of apps like this installed and only in one client this problem occur.
Regards,
Toninho.
Thanks for this useful info. Maybe you are right, because I have a lot of apps like this installed and only in one client this problem occur.
Regards,
Toninho.
Re: Cannot create Dialog Box Error
We have encountered this when the dialog TITLE is too long.............