1. #1
    Sencha User
    Join Date
    May 2012
    Posts
    11
    Vote Rating
    0
    V7Theory is on a distinguished road

      0  

    Default Answered: pictos-iconmask plugin missing

    Answered: pictos-iconmask plugin missing


    I tried following the theming tutorial - http://vimeo.com/36917216 - and when I try to compile compass I get this: error default-theme.scss (Line 5: Undefined mixin 'pictos-iconmask'.)

    From my default-theme.scss

    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    $base-color: #545454;
    //$active-color: #ea4199;
    $base-gradient:'glossy';


    @include pictos-iconmask('action');


    @import 'sencha-touch/default/all';


    // You may remove any of the following modules that you
    // do not use in order to create a smaller css file.
    @include sencha-panel;
    @include sencha-buttons;
    @include sencha-sheet;
    @include sencha-picker;
    @include sencha-tabs;
    @include sencha-toolbar;
    @include sencha-toolbar-forms;
    @include sencha-indexbar;
    @include sencha-list;
    @include sencha-layout;
    @include sencha-carousel;
    @include sencha-form;
    @include sencha-msgbox;


    // Your custom code goes here...
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    so how do I get the pictos-iconmask mixin to be included?

    Thanks a ton!

    -V7

  2. Move

    Code:
    @include pictos-iconmask('action');
    after

    Code:
    @import 'sencha-touch/default/all';

  3. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,624
    Vote Rating
    434
    Answers
    3105
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Move

    Code:
    @include pictos-iconmask('action');
    after

    Code:
    @import 'sencha-touch/default/all';
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  4. #3
    Sencha User
    Join Date
    May 2012
    Posts
    11
    Vote Rating
    0
    V7Theory is on a distinguished road

      0  

    Default


    Thanks! That was silly.

    -V7

  5. #4
    Sencha User
    Join Date
    May 2012
    Location
    Alajuela
    Posts
    14
    Vote Rating
    0
    Jayson Monterroso is on a distinguished road

      0  

    Default How to change pictos color?

    How to change pictos color?


    How the color of a icon is changed???
    Jayson Monterroso
    Mobile Web Developer

Tags for this Thread