Search Type: Posts; User: rrandymeyer
Search: Search took 0.02 seconds.
-
28 Nov 2012 6:04 AM
- Replies
- 2
- Views
- 372
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 -
20 Nov 2012 11:55 AM
Jump to post Thread: MVC with spring problem by rrandymeyer
- Replies
- 5
- Views
- 635
Hi Leon,
I attached a zip with my setup, hope this helps you. -
20 Nov 2012 11:33 AM
- Replies
- 2
- Views
- 372
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... -
29 Jun 2012 10:23 AM
- Replies
- 11
- Views
- 1,612
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... -
28 Jun 2012 7:05 AM
- Replies
- 11
- Views
- 1,612
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 -
28 Jun 2012 5:41 AM
- Replies
- 11
- Views
- 1,612
Hi All,
Just wanted to bump this. If anyone has any ideas I would really appreciate it.
Thanks -
27 Jun 2012 6:20 AM
- Replies
- 11
- Views
- 1,612
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....
-
26 Jun 2012 1:26 PM
- Replies
- 11
- Views
- 1,612
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', -
26 Jun 2012 12:43 PM
- Replies
- 11
- Views
- 1,612
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... -
26 Jun 2012 9:39 AM
- Replies
- 11
- Views
- 1,612
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.
-
26 Jun 2012 7:46 AM
- Replies
- 11
- Views
- 1,612
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... -
26 Sep 2011 4:43 AM
- Replies
- 6
- Views
- 1,193
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 -
22 Sep 2011 5:52 AM
- Replies
- 6
- Views
- 1,193
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... -
22 Sep 2011 4:23 AM
- Replies
- 6
- Views
- 1,193
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... -
21 Sep 2011 12:46 PM
- Replies
- 6
- Views
- 1,193
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:
... -
25 Aug 2011 9:18 AM
Jump to post Thread: Tooltip help for dataview by rrandymeyer
- Replies
- 4
- Views
- 1,141
Resolved. This is how I implemented it:
items: [{
xtype: 'dataview',
store: {
fields: ['title', 'name', 'tooltip'],
data: [{
... -
25 Aug 2011 4:47 AM
- Replies
- 10
- Views
- 1,370
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 -
24 Aug 2011 1:13 PM
- Replies
- 10
- Views
- 1,370
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
*/ -
24 Aug 2011 1:11 PM
Jump to post Thread: Tooltip help for dataview by rrandymeyer
- 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...
-
24 Aug 2011 9:15 AM
- Replies
- 10
- Views
- 1,370
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... -
23 Aug 2011 6:18 PM
- Replies
- 10
- Views
- 1,370
Hello,
Does anyone have any idea how to resolve the issue described above? Really appreciate any help.
Thank you - Randy -
18 Aug 2011 6:26 AM
- Replies
- 1
- Views
- 621
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 -
15 Aug 2011 11:18 AM
- Replies
- 10
- Views
- 1,370
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... -
11 Aug 2011 4:01 AM
Jump to post Thread: Custom VType in MVC style? by rrandymeyer
- Replies
- 12
- Views
- 2,654
Here is my app.js:
Ext.Loader.setConfig({
enabled : true,
paths: {
Ext: 'ext/src',
My: 'app'
}
}); -
11 Aug 2011 4:00 AM
- Replies
- 4
- Views
- 4,868
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
