Quispiam
power computing
So today I am busy coding away and I come across a situation with the Ext.Msg.alert(...)
function in Sencha Touch 1.1.0 which rendered the alert thusly
This is weird ! After spending a good 2 hours trawling through the internets and Sencha’s own forums I found diddly squat except the following post in which the poster was given no solution.
Eventually I found the problem by looking at the sencha touch directory under resources/templates/project/sencha-touch.scss and noticing the following @include sencha-msgbox;
Whoah hold your horses ! I dont have that directive in my application.scss file.
Once I added it and compiled my application.scss file the Ext.Msg.alert
looked as it should. Yay !
Thanks go to
Matt.