View Single Post
Posts: 401 | Thanked: 724 times | Joined on May 2010 @ Italy
#41
Originally Posted by MohammadAG View Post
I guess the bug Metalist reported is due to this
Code:
#if defined(Q_WS_MAEMO_5)
        //If not landscape, need to return to landscape view
        if(m_sCurrOrientation.compare(Core::ORIENTATION_LANDSCAPE) != 0)
        {
            setAttribute(Qt::WA_Maemo5LandscapeOrientation, true);

            hide();
            showMaximized();
        }
#endif
Maybe you could check if the window that requested the keyboard has HILDON_PORTRAIT_MODE_SUPPORT set on it? If it doesn't, do that part of the code, else, skip and hide().
It isn't easy...I don't have the window in fastsms and perhaps this isn't the problem. Here I only return in landscape to prevent strange behaviour... you can take a look at TextProcessor.commit

@Unit247:
ATM no way, sorry...
 

The Following User Says Thank You to realsportcars For This Useful Post: