hi,
to "fill" Imagelist i want to use a Thread to call a Method of CLASS
or
but that Syntax does not work :(
so i change to
but i do not get Log-file :shock:
seems as Thread was not start .... hm
what i´m doing wrong :?:
to "fill" Imagelist i want to use a Thread to call a Method of CLASS
AADD(::aThread, hb_threadStart( HB_THREAD_INHERIT_PUBLIC, @::ImageThread() ))LOCAL oSelf := SELF
AADD(::aThread, hb_threadStart( HB_THREAD_INHERIT_PUBLIC, @oSelf:ImageThread() ))so i change to
LOCAL oSelf := SELF
AADD(::aThread, hb_threadStart( HB_THREAD_INHERIT_PUBLIC, @TransFunc(), oSelf ))
FUNCTION TransFunc(oSelf)
fwlog "TransFunc Start"+TIME(), oSelf
oSelf:ImageThread()
oSelf:RefreshAll()
fwlog "TransFunc Stop"+TIME()
RETURN .T.seems as Thread was not start .... hm
what i´m doing wrong :?:
greeting,
Jimmy
Jimmy