Search Type: Posts; User: dombroskib
Search: Search took 0.02 seconds.
-
2 Feb 2011 1:24 PM
Jump to post Thread: simFla.ux.plugins.signaturePad by dombroskib
- Replies
- 54
- Views
- 19,254
Very clean implementation!
-
6 Jul 2010 3:28 PM
- Replies
- 5
- Views
- 11,507
The code below shows a list of information after a JSON call back to the server thru the store configured. Not optimized in any way but does do what you are looking for. Very much prototyped after...
-
6 Jul 2010 6:36 AM
Jump to post Thread: Ajax response to json? by dombroskib
- Replies
- 1
- Views
- 3,320
Need to decode the string into an object
var o = Ext.decode(response.responseText); -
21 Jun 2010 3:18 AM
Jump to post Thread: Difficulty to load a JsonStore by dombroskib
- Replies
- 15
- Views
- 5,640
Take a look at this thread
http://www.sencha.com/forum/showthread.php?102006-Stores-and-Models -
19 Jun 2010 4:44 AM
Jump to post Thread: How to debug? by dombroskib
- Replies
- 2
- Views
- 1,105
Install Safari and you can view and debug the examples (minus the physical touching, but the mouse works fine).
-
19 Jun 2010 3:52 AM
Jump to post Thread: Stores and Models by dombroskib
- Replies
- 14
- Views
- 4,124
Thanks Ed. Spending more time in the touch code I realise that all though I am tempted to apply all of Ext JS techniques I need to be wary that touch currently supports it. Appreciate the efforts, so...
-
18 Jun 2010 9:31 AM
Jump to post Thread: Stores and Models by dombroskib
- Replies
- 14
- Views
- 4,124
Now read the docs, event is no longer there.
-
18 Jun 2010 9:08 AM
Jump to post Thread: Stores and Models by dombroskib
- Replies
- 14
- Views
- 4,124
That seemed to do the trick, thank you! Don't seem to get the load listener to work either. Did you have issues with it?
-
18 Jun 2010 8:02 AM
Jump to post Thread: Stores and Models by dombroskib
- Replies
- 14
- Views
- 4,124
Trying to play with the kiva sample and convert it to use a regular store with a JsonReader backing it (reusing the back end from extjs development). I can't get it to work as I get an error that the...
-
1 May 2009 2:29 AM
- Replies
- 17
- Views
- 5,433
Impressive tool! Will definitely be looking to give this a try!
-
30 Apr 2009 4:23 AM
Jump to post Thread: Ext.Direct - why by dombroskib
- Replies
- 14
- Views
- 7,703
I don't want to seem like a naysayer, but I am perplexed at the interest or desire to use or develop Ext.Direct. RPC methodologies have come and gone in the past (COBRA, RPC Web methods, etc) and...
-
17 Sep 2008 6:26 AM
- Replies
- 5
- Views
- 3,182
Thanks Condor that definitely fixed the issue!
-
17 Sep 2008 6:04 AM
- Replies
- 5
- Views
- 3,182
Yes, we did step through the js in firebug to validate the id's still get assigned as expected. Remeber, if we all we do is change out the ext js includes to the 2.1 versions, all works again.
... -
17 Sep 2008 4:39 AM
- Replies
- 5
- Views
- 3,182
I have a custom renderer for a column in an extended grid panel custom control which renders a checkbox. Below is the customer component that extends the grid panel.
CustomComponentAuthGrid...
Results 1 to 14 of 14
