Search Type: Posts; User: Mango_lier

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. I was in a similar bind few days ago, I took my queues from GeoCongress samples. Comparing with GeoCongress sample, I implemented search on "Settings.JS" screen, the main list on the "Splash.JS"...
  2. Replies
    2
    Views
    88
    you can simply say

    MyApp.app.xyz

    In chrome console, try typing MyApp you will see
  3. V 4.2.1 (8C148)
  4. When I enable the JS console, it shows JavaScript taking too long to run. I tried it with 2.1 and 2.2 same behavior.
  5. Replies
    1
    Views
    106
    The code below, the 'Search' formpanel toolbar buttons are visible on the initial view, wonder why? I am using 2.2, any way to fix it? Trying to do something similar to GeoCongress sample


    ...
  6. Replies
    1
    Views
    263
    I have a ExtJS grid with Add/Edit/Delete record functionality and also search capability. I am trying to implement similar functionality on Touch. I implemented the Add/Edit/Delete workflow similar...
  7. Replies
    4
    Views
    179
    No luck on both the options above. The layout has to be fit otherwise the user will have to do vertical as well as horizontal scrolling.
    layout: 'fit' fits the fields like they should.
  8. Replies
    4
    Views
    179
    I have a form panel configured as below, I can't seem to scroll when the form fields are out of view. What have I missed in the layout


    Ext.define('indexApp.view.svrRecordForm', {
    extend:...
  9. Ext.getVersion() report 2.1.1
  10. I have a formpanel with a fieldset and a bottom toolbar. I am adding it in a navigatorview. When I view this code in browser, the toolbar covers the entire form panel. What am I doing wrong?

    42784...
  11. Replies
    1
    Views
    88
    In ExtJS for an ArrayStore, I could do the following to load data. How do I do it in Touch?


    store.proxy.data =[[1, High], [2, Medium], [3, Low]];
    store.read();
  12. Replies
    6
    Views
    294
    polite bump, anyone can help?
  13. Replies
    6
    Views
    294
    quick look at the source shows some combination of
    Ext.exclude().require() should do the trick but I am not having much luck yet
  14. Replies
    6
    Views
    294
    I read the documentation and could not figure out exactly why this is a requirement. My app is a very simple list, having 5 files spread across 4 directories is a bit too much. Also, four requests to...
  15. Replies
    6
    Views
    294
    I am developing a simple Touch app and my model, store, controller as well as Ext.application reside in one single file. The framework is still trying to load the Store, Model, and Controller from...
  16. Replies
    5
    Views
    1,210
    Server side tree management.
    Editable grid supports
    Full CRUD on rows
    Basic and Advance Search
    Server side paging and sorting
    Client and server side input validation.
    Server side error...
  17. Replies
    5
    Views
    1,210
    Let me know
  18. There are at least four books out of Ext.
    1) Cookbook
    2) Learning ExtJS
    3) ExtJS in Action
    4) Practical ExtJS with Gears

    It took me a week to learn the syntax, those matching curly braces can...
  19. Replies
    5
    Views
    1,315
    For $2000, I will give you a demo of building a front end and back end for grid with server side paging and sorting.

    For additional $2000, I will show you how to build a search and record form...
  20. Sent you a PM, take a look
  21. Replies
    5
    Views
    600
    In windows, a resizeable border is slightly raised but fixed size windows have flat border. Visually indicating if window can be sized. Try Notepad (Main Window) and then Find/Replace dialog box.
  22. Replies
    5
    Views
    600
    If possible, it would be great if the window border can be slightly different when "resizable = true" in Window config.
    Thanks
  23. Replies
    6
    Views
    1,876
    I could have done it but my "g" & "h" were broken, smart asses :(
  24. Replies
    6
    Views
    1,876
    Thanks, can you please post the link to SenchaCon videos?
  25. Replies
    6
    Views
    1,876
    Sencha team,

    Is there a Sencha sales pitch presentation available to show the benefits/components of the framework. I was asked to present within the company to convert people from other...
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4