Search Type: Posts; User: rrandymeyer

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Hi chamacs,

    Thanks for the reply. I made updates to process the server side code asynchronously and included a completed flag as part of the progress bar ping. This worked out OK.

    Rudy
  2. Replies
    5
    Views
    635
    Hi Leon,

    I attached a zip with my setup, hope this helps you.
  3. Hello,

    I have a form where the user fills in a few fields and selects an xls file. The form is submitted and the xls file is parsed and rows are added to a database. My client is running into an...
  4. I updated the Spring MVC Controller to force the Content-Type to be "text/html".

    Original Code:

    public @ResponseBody String importData(@RequestParam String groupName, @RequestParam String...
  5. I noticed another difference between IE8 and IE9. Looking at the Response headers:

    IE8:
    Key Value
    Content-Type application/x-ms-application

    IE9:
    Key Value
    Content-Type text/html
  6. Hi All,
    Just wanted to bump this. If anyone has any ideas I would really appreciate it.
    Thanks
  7. I thought about this more this morning. I have a loginForm/loginController that is working fine with IE8. I put similar outputs in the success/failure callbacks on the login submit and they show up....
  8. Hi Scott,

    I am using the MVC approach with Spring MVC on the server side.

    form:


    Ext.define('CEI.view.ImportForm', {
    extend: 'Ext.form.Panel',
    alias: 'widget.ImportForm',
  9. Hi Scott,

    I commented out the progress bar - no difference. I am getting a response from the server.



    {success:true, logdata:[{"message":"Account Master (10130898-36400000000000000000) PCC...
  10. Thank you for the response friend. I added the semi-colon, same behavior. I also upgraded to version 4.1 prior to adding the semi-colon and that did not help either.
  11. Hello,

    I have a issue with IE8 (this works as expected in IE9, FF and Chrome) where the success:function() and failure:function() in a form.submit() are not being called.

    Here is my code for...
  12. Hello everyone,

    Would anyone have any input for this thread. I have been trying different approaches but have yet to figure this out.

    Thank you
    -Randy
  13. Hi ssamayoa,

    Very sorry for taking your post the wrong way - I apologize.

    I have my Struts2 application working and I cannot switch to a different framework at this time. I have not received...
  14. Hey ssamayoa,
    You know, sometimes its late, you have been working on something for a while and your heads not clear, there is no one sitting next to you to ask a simple question so we look to the...
  15. Hello,

    I read a bunch of posts and I have my grid edits reaching my Struts server class but I cannot get at the request payload. I see the payload from Chrome:

    ...
  16. Replies
    4
    Views
    1,141
    Resolved. This is how I implemented it:


    items: [{
    xtype: 'dataview',
    store: {
    fields: ['title', 'name', 'tooltip'],
    data: [{
    ...
  17. That is a great point, thank you for pointing it out. I will make sure the store is loaded early on in the process.
    -Randy
  18. I found the reference to the Store. Here is how it looks:


    /**
    * @class SI.lib.Tools
    *
    * @constructor
    * Create a new lib Tools
    * @param {Object} config The config object
    */
  19. Replies
    4
    Views
    1,141
    I am trying to implement tooltips on my navigation panel without much luck. I am trying to understand the tooltip implementation better as I have to apply a tool tip to most of the components in my...
  20. I added this line in my HeaderPanel.js:

    Ext.require('SI.lib.Tools');

    This worked and now I am making it into the Tools.getProperty() method. I am unable to get a reference to my store...
  21. Hello,

    Does anyone have any idea how to resolve the issue described above? Really appreciate any help.

    Thank you - Randy
  22. I was just looking for the same thing. Found this thread:

    http://www.sencha.com/forum/showthread.php?133932-CheckBoxSelectionModel-is-not-a-constructor&highlight=checkboxselectionmodel
  23. Hi Guys,
    This is exactly what I was looking for. I have a file of properties that is maintained by the client. I need to read these and apply them into tooltips, help links and message text. I...
  24. Replies
    12
    Views
    2,654
    Here is my app.js:


    Ext.Loader.setConfig({
    enabled : true,
    paths: {
    Ext: 'ext/src',
    My: 'app'
    }
    });
  25. I downloaded and followed the example in the link above (http://www.sencha.com/forum/showthre...-example/page2). For me I found the key was declaring your objects in the Controller class.
Results 1 to 25 of 55
Page 1 of 3 1 2 3