Search Type: Posts; User: samuelp
Search: Search took 0.02 seconds.
-
1 Feb 2012 10:54 AM
- Replies
- 8
- Views
- 2,474
Seems like a problem with my account. I created another Sencha ID and was able to register Designer, and start using it.
Thanks,
Sam -
31 Jan 2012 4:15 PM
- Replies
- 8
- Views
- 2,474
Hi,
I'm unable to register Sencha Designer 2. I get the error message:
A server error has occurred
This happens when I enter a valid Sencha ID and password.
Any suggestions? I'm not able to... -
9 Jun 2011 5:44 PM
- Replies
- 0
- Views
- 1,053
In Android, if I use a popup window with enterable fields - using either Ext.Msg.prompt or a floating FormPanel popup - when we try to enter the data in the popup window using the Android keyboard,...
-
9 Jun 2011 11:26 AM
- Replies
- 2
- Views
- 1,026
Hi,
When I use the MVC pattern according to the examples I've seen, animation doesn't work.
The following is the example from the FastTrackToSenchaTouch training: ftst/walksolution/walk8-3
... -
13 May 2011 5:20 PM
- Replies
- 2
- Views
- 891
In the example that I have given, how do I close the first messagebox before showing the second one? In the callback function, on clicking ok on the first messagebox, how do I close the current...
-
13 May 2011 11:01 AM
- Replies
- 2
- Views
- 891
Hi,
From other threads, I read that the Ext.Messagebox is a singleton, and that there can be only one instance of a message at a given time.
Here's my problem, which I believe is a valid... -
22 Mar 2011 1:27 PM
- Replies
- 2
- Views
- 1,351
Hi,
I'm facing the following problem when I try to load data using an AjaxProxy / JsonReader.
My AjaxProxy contains the following reader configuration
{type: 'ajax',
url: myUrl,
reader:... -
16 Dec 2010 4:11 PM
- Replies
- 2
- Views
- 1,783
Hi,
I want to add a panel in the dockedItems, and include some html text and a couple of icons and buttons.
The following code renders the docked panel with the html text, but the icons/buttons... -
9 Dec 2010 11:56 AM
- Replies
- 1
- Views
- 564
Hi,
Is it possible to insert a panel between rows of a List or DataView?
On tapping on a row, I want to display a form just below the row.
Thanks,
Sam -
9 Dec 2010 11:29 AM
- Replies
- 2
- Views
- 1,430
That worked perfectly! Thanks a lot!
-
8 Dec 2010 7:45 PM
- Replies
- 2
- Views
- 1,430
Hi,
I have a vertical Carousel in which I'm using a set of FormPanels, which allows me to flip through multiple forms.
The problem I'm facing is that the Carousel indicator gets displayed on top of... -
18 Sep 2010 1:54 PM
- Replies
- 15
- Views
- 3,607
Solved.
I found the solution in one of the other posts in which the following example was given:
http://www.cramb.org.uk/sencha/dev/bsl_v4/ -
16 Sep 2010 4:45 PM
- Replies
- 15
- Views
- 3,607
Hi Evan,
I'm having trouble with a similar scenario as the code given by you above. Here's what I want:
- Tabpanel with multiple tabs
- Tab1 is a list with data
- Tap on an item in the list... -
13 Sep 2010 3:53 PM
- Replies
- 2
- Views
- 1,072
That was easy!
I changed
List.update(data);
to
store.loadData(data,false);
Now the data gets shown properly in the grouped list after the JSON query.
Thanks,
Sam -
13 Sep 2010 3:02 PM
- Replies
- 2
- Views
- 1,072
Hi,
I'm having some trouble updating a grouped list with JSON data.
I have a store with some data that I initially display in the List. It displays fine, and shows the correct grouping.
Then I get...
Results 1 to 15 of 15
