Search Type: Posts; User: bello
Search: Search took 0.02 seconds.
-
27 May 2010 12:10 PM
- Replies
- 6
- Views
- 762
Hi.
The solution in my case was that I was using MS SQL Server 2005 + MS PHP driver which mean that I have to retrieve a row AND THEN select the fields from that row : 2 operations.
An example of... -
6 May 2010 8:47 AM
- Replies
- 6
- Views
- 762
Hi. I have a gridpanel which when clicked pops-up a formpanel showing the data for the row just selected. One example of this data is a product. I have also successfully loaded a jsonstore of all...
-
31 Mar 2010 11:51 AM
Jump to post Thread: JSON_ENCODE errors by bello
- Replies
- 2
- Views
- 1,824
Success :D ! Thanks for helping out, guys.
-
30 Mar 2010 2:50 PM
Jump to post Thread: JSON_ENCODE errors by bello
- Replies
- 2
- Views
- 1,824
Hi. I am trying to return a success code and a ‘suppliers’ json dataset but the json_encode function is always missing a closing ‘)’ even when empty.
Here is the store :
var... -
23 Mar 2010 1:07 PM
- Replies
- 0
- Views
- 750
Hi. I am trying to run some PHP code to read a database - and I can't. I always get the error message 'no element found' and the error console always points to the last line of the php file : the...
-
17 Mar 2010 5:24 AM
Jump to post Thread: formpanel + mousemove by bello
- Replies
- 2
- Views
- 676
Thanks for pointing me in this direction.
I'm going to investigate this later as I'm being dragged in another direction right now. -
16 Mar 2010 4:36 AM
Jump to post Thread: formpanel + mousemove by bello
- Replies
- 2
- Views
- 676
Hi.
I have the following code in a form panel and it successfully traps a 'change' in an item. Anybody know how I can trap a 'mousemove' ?
Thanks in advance.
...
listeners:
{
... -
14 Feb 2010 10:17 AM
Jump to post Thread: GridPanel deselect by bello
- Replies
- 3
- Views
- 1,940
Not scope...it's because getCmp uses the ID and not the name. Oops.:">
-
14 Feb 2010 8:34 AM
Jump to post Thread: GridPanel deselect by bello
- Replies
- 3
- Views
- 1,940
I get a message that 'Ext.getCmp("grid_name")' is undefined : but it really is, so processing just can't find it. Suspect some kind of scope error I'll have to have a look at.
-
13 Feb 2010 10:18 AM
Jump to post Thread: GridPanel deselect by bello
- Replies
- 3
- Views
- 1,940
Hi.
When I click on a row in my GridPanel I pop up a Window containing a FormPanel with data. This is OK so far. When I close the Window the GridPanel row remains selected.
I would like the row... -
30 Jan 2010 6:00 PM
- Replies
- 2
- Views
- 580
Thanks Elijah ! Great result. Setting the column widths solved the problem : I had the idea that width referred to number of characters.
-
30 Jan 2010 7:41 AM
- Replies
- 2
- Views
- 580
Hi. When I first display my screen the columns are all squashed to minimum size at left : see attached screenshot. I'm obviously doing something wrong/stupid : any ideas ?
This is the HTML :
... -
21 Oct 2009 7:09 AM
Jump to post Thread: Grid RowEditor creating blank entry by bello
- Replies
- 4
- Views
- 898
OK That's fixed it : problem solved : thanx Carol :D.
-
20 Oct 2009 11:39 AM
Jump to post Thread: Grid RowEditor creating blank entry by bello
- Replies
- 4
- Views
- 898
So the names in the reader have to exactly match those in the record ? OK I'll give this a try. Thanks.
-
19 Oct 2009 12:58 PM
Jump to post Thread: Grid RowEditor creating blank entry by bello
- Replies
- 4
- Views
- 898
Hi.
Noobie question...
I am trying to create a new entry in a grid.The editor pops up a new record with error messages because the fields are all blank !!
Here I define the reader:
var...
Results 1 to 15 of 15
