Search Type: Posts; User: cassebn
Search: Search took 0.04 seconds.
-
25 Mar 2011 4:43 AM
- Replies
- 13
- Views
- 3,257
I had the same issue but after I updated to compass 0.11.beta.4 the issue went away and I was able to successfully compile. To update compass I did the following:
$ gem install chunky_png
$ gem... -
3 Jan 2011 10:41 AM
- Replies
- 13
- Views
- 11,048
When using a local storage proxy and removing a record the actual record gets removed from the store but upon sync() doesn't truly get removed from local storage. When a user refreshes their screen...
-
6 Dec 2010 5:38 PM
Jump to post Thread: Sencha Touch JSON Writer Issue by cassebn
- Replies
- 5
- Views
- 4,721
With the following store I notice the writer isn't sending over a POST param of data but instead sending it in a "Request Payload". I haven't ever seen this before and was curious on how to handle...
-
8 Mar 2010 8:28 AM
- Replies
- 43
- Views
- 26,509
Has anyone had success with this UX in a tab panel? Out of the box implementation inserts a new blank tab on minimize instead of adding the maximized grid back into the tab it was originally...
-
6 Nov 2007 12:24 PM
Jump to post Thread: EXT 2.0 MessageBox Display Error by cassebn
- Replies
- 1
- Views
- 1,000
I solved the display issue with the window and message boxes in 2.0. For some reason in IE6 using EXT 2.0 you cannot use a HREF like the following to call functions like we did in 1.1:
<a... -
5 Nov 2007 1:33 PM
Jump to post Thread: EXT 2.0 MessageBox Display Error by cassebn
- Replies
- 1
- Views
- 1,000
After a conversion to ext 2.0 beta 1, I get the following error with any message boxes or windows. The CSS is screwed up a bit in IE6 as it is displaying the shawdow on top of the elements and not...
-
20 Sep 2007 3:47 PM
Jump to post Thread: IE6 htmlEditor Hyperlink Bug by cassebn
- Replies
- 5
- Views
- 3,763
In IE6, the hyperlinks of the htmlEditor are not accessible. In Firefox, you can CTRL + click to follow link. In IE6, when you mouse-over the hyperlink, you do not get the mouse-over text and CTRL +...
-
30 Jul 2007 5:43 AM
- Replies
- 0
- Views
- 675
In IE6, the hyperlinks of the htmlEditor are not accessible. In Firefox, you can CTRL + click to follow link. In IE6, when you mouse-over the hyperlink, you do not get the mouse-over text and CTRL...
-
12 Jul 2007 5:55 PM
- Replies
- 0
- Views
- 1,010
Is it possible to load a Ext.form.Form from an existing data store? I have a paging grid that is populated by an ASPX page. I am using an XmlReader and created a funtion to give me the users...
-
18 Jun 2007 11:33 AM
- Replies
- 0
- Views
- 723
Is it possible to send an xml that I have loaded into memory
(var oDom = new ActiveXObject("Msxml2.DOMDocument");
from a form to a aspx page?
gridForm.submit(
{
waitMsg: 'Saving data,... -
18 Jun 2007 7:27 AM
- Replies
- 1
- Views
- 988
Is it possible to have a waitMsg appear when using the connection object when performing database updates that take some time?
var con = new Ext.data.Connection();
con.request({ url:... -
13 Jun 2007 5:49 AM
Jump to post Thread: How To Copy Rows From Grid? by cassebn
- Replies
- 6
- Views
- 3,123
How do you perform a basic copy of rows from a grid? For example, I have a paging grid loaded and have singleSelect = false. The user is able to select multiple rows using the shift key, but there...
-
17 Apr 2007 5:58 PM
- Replies
- 8
- Views
- 1,696
Ok, RecordCount has to be at the beggining of the JSON. I will re-work my conversion from ADO to make this change. I hard-coded it and it WORKED! Thanks so MUCH!
-
17 Apr 2007 5:53 PM
- Replies
- 8
- Views
- 1,696
I have RecordCount in my JSON response. It is at the end.
], "RecordCount":"50" } ). Does this need to be higher than 50, since I have a total of 117 records that are in my table? -
17 Apr 2007 5:22 PM
- Replies
- 8
- Views
- 1,696
Please see attached screenshot.
-
17 Apr 2007 5:19 PM
- Replies
- 8
- Views
- 1,696
Please see attached JSON response text. I took out some lines (ids 31-40) to be able to attach the file...
The grid only shows 1 of 1. -
17 Apr 2007 4:49 PM
- Replies
- 8
- Views
- 1,696
I have a working example of the paging grid, but it is giving me some wierd results. I am using classic ASP (due to work constraints), SQL 2000 and returning a converted ADO recordset into JSON. ...
-
10 Apr 2007 12:22 PM
- Replies
- 3
- Views
- 3,951
thanks for the help. This all makes sense now!
-
10 Apr 2007 12:00 PM
- Replies
- 3
- Views
- 3,951
Is there a way to show a dialog (ie. Hello world example) from an onclick event in a grid. I am able to assign a "rowclick", but cannot pass the HelloWorld function to it. I am new, so be nice :)
...
Results 1 to 19 of 19
