Página 1 de 1

tNotifyIcon

Publicado: Lun Jun 05, 2006 3:22 pm
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)

tNotifyIcon

Publicado: Lun Jun 05, 2006 8:11 pm
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)
>
>
>