GLBasic forum

Main forum => GLBasic - en => Topic started by: kaotiklabs on 2012-Apr-16

Title: how to regain focus when using a subview in IOS?
Post by: kaotiklabs on 2012-Apr-16

Hi mates,
I´m trying to integrate sharekit lib in order to share twitter/facebook content in GLB.

All is working fine but once I finish the sharekit interaction the focus is not regain by glbasic and taps are not been detected anymore.
I believe I must dissmiss my subview once sharekit has finished but I don´t know how to capture the event or even if this is the right way.
I´m sure I´m missing something. I need some help as I´m not really and IOS expert.

I have tried several ways without luck. I´ve post the question also in stack overflow, you can find the code there:
http://stackoverflow.com/questions/10173871/sharekit-lose-focus-when-actionsheet-is-closed (http://stackoverflow.com/questions/10173871/sharekit-lose-focus-when-actionsheet-is-closed)

Hope anyone can give me a hint.
Title: Re: how to regain focus when using a subview in IOS?
Post by: Kitty Hello on 2012-Apr-16
the [self release] seems to be bad code.
Title: Re: how to regain focus when using a subview in IOS?
Post by: kaotiklabs on 2012-Apr-16
Thanks Gernot, eitherway is not been dealloc, so this line is not been reached.
I´m not releasing the object during the execution.