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.

Error GPF utilizando TNotifyIcon

Foro de Xailer profesional en español
Responder
josem
Mensajes: 20
Registrado: Sab May 17, 2008 9:35 am

Error GPF utilizando TNotifyIcon

Mensaje por josem »

Mando ejemplo.
Compilar y ejecutar. Pulsar el boton y pasar el ratón encima del icono del
SystemTry. Genera error GPF
He comprobado que si la propiedad
::oNotifyIcon1:cTooltip :=
El mensaje que coloco es muy largo falla la aplicación
#1: GPF (Code = c0000005):
Access violation
TNOTIFYICON:RUN (0)
(b)XNOTIFYICON:XNOTIFYICON (54)
TNOTIFYICON:REFRESH (0)
(b)XNOTIFYICON:XNOTIFYICON (61)
TNOTIFYICON:_CTOOLTIP (0)
TFORM1:NOTIFYICON1MOUSEMOVE (43)
TNOTIFYICON:ONMOUSEMOVE (0)
TNOTIFYICON:WMXAILER (162)
RUNFORM (0)
TAPPLICATION:RUN (209)
MAIN (15)
Saludos
José Manuel Serrano


Attached files test-error.zip (3 KB)Â
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9453
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Error GPF utilizando TNotifyIcon

Mensaje por ignacio »

José Manuel,
Me temo que sólo admite 64 carácteres. Ya está corregido para que se
recorte.
szTip
Pointer to a null-terminated string with the text for a standard ToolTip. It
can have a maximum of 64 characters including the terminating NULL.
Saludos
--
Ignacio Ortiz de Zúñiga
[Soporte Xailer]
[Xailer support]
"José Manuel" <josem@nuel.es> escribió en el mensaje
news:47cf3819$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> Mando ejemplo.
>
> Compilar y ejecutar. Pulsar el boton y pasar el ratón encima del icono del
> SystemTry. Genera error GPF
>
> He comprobado que si la propiedad
>
> ::oNotifyIcon1:cTooltip :=
>
> El mensaje que coloco es muy largo falla la aplicación
>
>
> #1: GPF (Code = c0000005):
> Access violation
>
> TNOTIFYICON:RUN (0)
> (b)XNOTIFYICON:XNOTIFYICON (54)
> TNOTIFYICON:REFRESH (0)
> (b)XNOTIFYICON:XNOTIFYICON (61)
> TNOTIFYICON:_CTOOLTIP (0)
> TFORM1:NOTIFYICON1MOUSEMOVE (43)
> TNOTIFYICON:ONMOUSEMOVE (0)
> TNOTIFYICON:WMXAILER (162)
> RUNFORM (0)
> TAPPLICATION:RUN (209)
> MAIN (15)
>
>
>
>
> Saludos
> José Manuel Serrano
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
josem
Mensajes: 20
Registrado: Sab May 17, 2008 9:35 am

Error GPF utilizando TNotifyIcon

Mensaje por josem »

Gracias Ignacio, saludos
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escribió en el mensaje
news:47cfc9a9$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
> José Manuel,
>
> Me temo que sólo admite 64 carácteres. Ya está corregido para que se
> recorte.
>
> szTip
> Pointer to a null-terminated string with the text for a standard ToolTip.
> It can have a maximum of 64 characters including the terminating NULL.
>
> Saludos
>
> --
> Ignacio Ortiz de Zúñiga
> [Soporte Xailer]
> [Xailer support]
>
>
> "José Manuel" <josem@nuel.es> escribió en el mensaje
> news:47cf3819$[email=1@ozsrv2.ozlan.local...]1@ozsrv2.ozlan.local...[/email]
>> Mando ejemplo.
>>
>> Compilar y ejecutar. Pulsar el boton y pasar el ratón encima del icono
>> del SystemTry. Genera error GPF
>>
>> He comprobado que si la propiedad
>>
>> ::oNotifyIcon1:cTooltip :=
>>
>> El mensaje que coloco es muy largo falla la aplicación
>>
>>
>> #1: GPF (Code = c0000005):
>> Access violation
>>
>> TNOTIFYICON:RUN (0)
>> (b)XNOTIFYICON:XNOTIFYICON (54)
>> TNOTIFYICON:REFRESH (0)
>> (b)XNOTIFYICON:XNOTIFYICON (61)
>> TNOTIFYICON:_CTOOLTIP (0)
>> TFORM1:NOTIFYICON1MOUSEMOVE (43)
>> TNOTIFYICON:ONMOUSEMOVE (0)
>> TNOTIFYICON:WMXAILER (162)
>> RUNFORM (0)
>> TAPPLICATION:RUN (209)
>> MAIN (15)
>>
>>
>>
>>
>> Saludos
>> José Manuel Serrano
>>
>>
>
>
Responder