Problem with DONE button in fep

Login to reply to this topic.
Wed, 2007-01-10 09:16
Joined: 2006-06-14
Forum posts: 10
Hi all,

I'm writting a farsi (Persian) fep, (Virtual keyboard) for UIQ2 series.

I have a problem with DONE button. I don't know how implement this button to turn off fep or close it.

I tried some ways such as DrawableWindow()->Close; or install other fep shuch as standard virtual keyboard or other feps.

by these ways my fep close but program don't go to Destruction function both of CmyFep or CmyFepControl, I mean is: it don't go to

CmyFep::~CmyFep()

and

CmyFepControl::~CmyFepControl()

until I tap again on keyboard icon.

can anybody help me to implement of DONE button to close myfep.fep or turn it off?

thanks.

  • Login to reply to this topic.