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.

tNotifyIcon

Xailer English public forum
Responder
Capsol Coder
Mensajes: 53
Registrado: Vie May 26, 2006 3:33 am

tNotifyIcon

Mensaje por Capsol Coder »

Hi
I'm having problem with the events for tNotifyIcon
I'm sure it is something dumb I'm doing
I keep getting this, can you point in the right direction?
I have tried double click and right click and they both execute my code then
go to the trace below
Regards Nick
******************************* Error log file
********************************
Date: 06/05/06
Time: 23:21:21
Available Memory: 1413300
Current Area: 1
---------------------------- Compiler
Information -----------------------------
Xailer Version: Xailer 0.99.7 Pre-release 7
Compiler: xHarbour build 0.99.61 Intl. (SimpLex) PCode Version: 7
C/C++ Compiler: Borland C++ 5.5.1
Windows Platform: Windows Server 2003 Standard Edition 5.02.3790 Service
Pack 1
--------------------- Internal Error Handling
Information ---------------------
Subsystem Call: BASE
System Code: 1004
Default Status: .F.
Description: Class: 'CHARACTER' has no exported method
Operation: HANDLE
Arguments:
Involved File:
Dos Error Code: 0
Trace Through:
TNOTIFYICON:SHOWMENU (195)
TNOTIFYICON:WMXAILER (159)
MSGBOX (0)
TFORM1:NOTIFYICON1RBUTTONDOWN (125)
TNOTIFYICON:ONRBUTTONDOWN (0)
TNOTIFYICON:WMXAILER (156)
RUNFORM (0)
TAPPLICATION:RUN (189)
MAIN (18)
wilson
Mensajes: 15
Registrado: Lun Jun 05, 2006 8:11 pm

tNotifyIcon

Mensaje por wilson »

On FormInitialize
::oNotifyIcon1:lVisible := .T.
::oNotifyIcon1:oMenu := ::menu01
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> escreveu na mensagem
news:[email=44843034@ozsrvnegro.ozlan.local...]44843034@ozsrvnegro.ozlan.local...[/email]
> Hi
>
> I'm having problem with the events for tNotifyIcon
>
> I'm sure it is something dumb I'm doing
>
> I keep getting this, can you point in the right direction?
>
> I have tried double click and right click and they both execute my code
then
> go to the trace below
>
> Regards Nick
>
> ******************************* Error log file
> ********************************
>
> Date: 06/05/06
> Time: 23:21:21
> Available Memory: 1413300
> Current Area: 1
>
> ---------------------------- Compiler
> Information -----------------------------
>
> Xailer Version: Xailer 0.99.7 Pre-release 7
> Compiler: xHarbour build 0.99.61 Intl. (SimpLex) PCode Version: 7
> C/C++ Compiler: Borland C++ 5.5.1
> Windows Platform: Windows Server 2003 Standard Edition 5.02.3790 Service
> Pack 1
>
> --------------------- Internal Error Handling
> Information ---------------------
>
> Subsystem Call: BASE
> System Code: 1004
> Default Status: .F.
> Description: Class: 'CHARACTER' has no exported method
> Operation: HANDLE
> Arguments:
> Involved File:
> Dos Error Code: 0
>
> Trace Through:
> TNOTIFYICON:SHOWMENU (195)
> TNOTIFYICON:WMXAILER (159)
> MSGBOX (0)
> TFORM1:NOTIFYICON1RBUTTONDOWN (125)
> TNOTIFYICON:ONRBUTTONDOWN (0)
> TNOTIFYICON:WMXAILER (156)
> RUNFORM (0)
> TAPPLICATION:RUN (189)
> MAIN (18)
>
>
>
Responder