UIQ's vs S60 CEikAppUi Exit()

Login to reply to this topic.
Fri, 2006-03-03 14:42
Joined: 2004-12-03
Forum posts: 53
My app is running on s60. Sometimes when some event occure I just call Exit() procedure of CEikAppUi from active object or other thread of the same process.

I think it works well on s60 because of asynchronous type of Exit() call.

The same method cause user-arch 1 error while porting to UIQ. Is there any better way to make graphcal app close itself from other thread??

Regards,
Wojtek

Wojciech Freliszka
NinthBit


Sat, 2006-03-04 00:34
Joined: 2004-12-03
Forum posts: 53
Re: UIQ's vs S60 CEikAppUi Exit()
What a shame...   Everything is fine with using User::Exit(reason). I wasn't inserting reason and my beautiful IDE s..ks

One day from life goes away because of use Borland X Builder - written in fu..in' JAVA....

Wojciech Freliszka
NinthBit

  • Login to reply to this topic.