Search Type: Posts; User: bobg

Search: Search took 0.03 seconds.

  1. Change from 'app' to 'ant' as discussed here:

    http://www.sencha.com/forum/showthread.php?244212

    Also, the path to the sencha-touch directory is hard coded into the app at several points. ...
  2. Using SenchaCmd-3.0.2.288 and sencha-touch-2.1.0

    Build of the sample app fails with error:



    sencha -sdk /opt/www/sencha-touch-2.1.0 generate app MyApp ./MyApp
    cd MyApp
    sencha -sdk...
  3. Had same issue.

    You don't need the Sencha-Touch-SDK as the Sencha-CMD replaces it.

    Delete the SDK and install CMD as per the documentation.

    For the 'sencha' command use the -sdk flag to tell...
  4. I gave up on the SDK.

    I installed CMD.

    That works.

    Closed.
  5. Thanks @tnickl

    MS Windows is not my favorite thing. More of a Unix/Linux fan. As Mac OS is essentially BSD Unix, it should be reasonable for Sencha team to get the basics working under Linux. ...
  6. The set up:

    # cd /opt/SenchaSDKTools-2.0.0-beta3
    # export PATH=/opt/SenchaSDKTools-2.0.0-beta3:$PATH
    # export SENCHA_SDK_TOOLS_2_0_0_BETA3="/opt/SenchaSDKTools-2.0.0-beta3"
    # sencha


    The...
  7. mystix, Thank you for the link to the css.

    jsakalos, I agree that there should ba a visual aid to indicate field focus.

    However, the Mozilla selection/outline box does not match the Ext-style...
  8. Trying the latest XCheckbox code from here:

    http://extjs.com/forum/showthread.php?p=194810#post194810

    With ExtJS 2.2. And Firefox 3.0.

    And I got some visual oddness, looks like the...
  9. 1) Using Ext 2.1, ext-base.js, ext-all-debug.js, and the anchoring.js example.

    2) Change the textarea field to an htmleditor.

    3) Paste in a moderate amount of text, say 20 paragraphs:

    ...
  10. I have a window that has a layout of 'fit, and a panel that has a layout of 'table'. I need the table layout to get the panel compents to be in the desired place. However, when a user resizes the...
  11. We had a problem with form getValues and the id for the field not being returned. Giving the field a name fixed the problem.



    {
    xtype: 'xcheckbox',
    id: 'myfield',
    name: 'myfield'
    ...
Results 1 to 11 of 11