[MeeGo-touch-dev] MTF styling error.
Jason Hu
jia-cheng.hu at intel.com
Wed Oct 13 02:40:57 PDT 2010
thanx guys. tried it and it works like a charm !!
-Jason
On Wed, 2010-10-13 at 14:08 +0800, Stanislav Ionascu wrote:
> Hi,
>
> You can try to split the meegomusic.css into album.css, artist.css,
> song.css etc. And them import them into meegomusic.css by doing:
> meegomusic.css:
> @import "album.css";
> @import "artist.css";
> @import "song.css";
>
> It should help to workaround the Qt bug that should be related to your
> problems.
>
> Best Regards,
> Stanislav Ionascu.
>
> On Wed, 2010-10-13 at 07:38 +0200, ext Zhao, Forrest wrote:
> > Sergiy.Dubovik at nokia.com wrote:
> > > Here is the answer.
> > >
> > > As I said earlier it's related to QFile bug in QT. Somehow the fix
> > > didn't make it into official release. Don't know why.
> > > When this problem happen meegotouch can't parse that style so it
> > > skips it. As a result you see "meegotouccccccccc" errors.
> > > The limit is about 28kb (this has something to do with buffers so it
> > > could be that on your system size can be different), if your style is
> > > bigger then that it will not work. Split the style into pieces or
> > > wait for an updated QT.
> >
> > By "split the style into pieces" do you mean splitting the style into different .css files?
> >
> > Thanks,
> > Forrest
More information about the MeeGo-touch-dev
mailing list