Search Type: Posts; User: jonathansimmons
Search: Search took 0.02 seconds.
-
8 Aug 2012 8:07 AM
- Replies
- 4
- Views
- 610
This has to be possible. Sencha is creating the tab. There has got to be a way to give it a class or specific id. Anyone?
-
7 Aug 2012 7:05 PM
- Replies
- 4
- Views
- 610
This does not achieve my goal. This simply sets the value for the icon that will display. I am looking to add a unique selector to the tab itself.
-
7 Aug 2012 1:49 PM
- Replies
- 4
- Views
- 610
I have a Tab Panel with 5 tabs. For this panel I have a custom css style on the middle tab making it look different from the other 4 tabs (a common practice in iOS design). This has all worked well...
-
6 Jun 2012 7:29 AM
Jump to post Thread: A bug with HTML Links by jonathansimmons
- Replies
- 5
- Views
- 804
I see this wasn't able to be fixed for the 2.0.1.1 release. We are hoping to use google maps links in our app that will be releasing in the next 4-6 weeks. Any hope that this may be fixed?
-
20 May 2012 6:22 AM
- Replies
- 7
- Views
- 949
I have a version of this plugin that I've altered to cause the actual refresh notifier to stay in place until the new items have been fetched. (as opposed to just hiding after 500 ms as Sencha ships...
-
19 May 2012 12:14 PM
- Replies
- 2
- Views
- 543
I'm going away on vacation. I hope to get you the information needed when I return.
-
14 May 2012 6:26 AM
- Replies
- 3
- Views
- 593
Try setting the showAnimation() on the text field you want to animate. http://docs.sencha.com/touch/2-0/#!/api/Ext.field.Text-cfg-showAnimation
-
14 May 2012 6:21 AM
Jump to post Thread: Getting data from a store by jonathansimmons
- Replies
- 5
- Views
- 576
Make sure your store is loaded, by either setting autoload:true or two by calling load on the store once you've have an instance of it. (
Ext.getStore('UserProfileStore').load();).
Once the store... -
14 May 2012 6:15 AM
Jump to post Thread: problem with index bar by jonathansimmons
- Replies
- 1
- Views
- 475
The more I think about this the more is seems like it wouldn't be possible. I'm trying to sort by one value, group by another and index by a larger identifier of those groups.
I'm still hopeful.... -
12 May 2012 2:22 PM
Jump to post Thread: problem with index bar by jonathansimmons
- Replies
- 1
- Views
- 475
So I have a model of Case. To avoid having to do to much date formatting in javascript (i hate it) I've had my json response provide me with just about everything I need. So my model looks like this:...
-
12 May 2012 8:05 AM
- Replies
- 2
- Views
- 543
REQUIRED INFORMATION
Ext version tested:
Ext 2.0.1
Browser versions tested against:
Safari 5.1.5
Safari Mobile
DOCTYPE tested against: -
9 May 2012 2:26 PM
- Replies
- 1
- Views
- 336
nobody?
-
9 May 2012 11:26 AM
- Replies
- 1
- Views
- 336
So I'm a bit of a newb with dates
I have a time in the database that is: Sat Apr 07 2012 04:00:00 GMT-0500 (CDT)
So in a template I did this:
'<span class="start_at">{start_at:date("g:ia M... -
8 May 2012 9:54 AM
- Replies
- 3
- Views
- 597
Yea, titlebar would be the xtype you want to use in this scenario.
-
8 May 2012 9:01 AM
- Replies
- 3
- Views
- 456
Understood, in that case though this request may be more useful in the discussions forum.
-
8 May 2012 7:32 AM
- Replies
- 3
- Views
- 456
Have you looked at Sencha Command and their build functions.
http://docs.sencha.com/touch/2-0/#!/guide/command -
8 May 2012 7:27 AM
- Replies
- 3
- Views
- 597
I'm pretty sure the toolbar title should elipsis itself automatically, OS its odd that yours is not doing so.
Can you provide a code sample? -
8 May 2012 7:24 AM
Jump to post Thread: issue in capturing image by jonathansimmons
- Replies
- 4
- Views
- 786
I can second that the devise example shipped with 2.0.1 doesn't even work. We hope to use it at some point but have just ignored it in hopes someone would work out whatever was wrong.
-
8 May 2012 7:23 AM
Jump to post Thread: Data save? by jonathansimmons
- Replies
- 1
- Views
- 381
I don't know 100% that the answer is no but I want to say its a stretch. However if it is possible I don't think the solution would be provided through Sencha touch itself but rather through the use...
-
8 May 2012 7:21 AM
- Replies
- 3
- Views
- 558
What exactly do you mean by storing? and why do you say that local storage can't do it?
If you are getting data form an api or remote file you can store the response in a global javascript... -
7 May 2012 5:47 PM
- Replies
- 3
- Views
- 1,686
I've needed this and just stumbled across it. Thanks for the answer mitchell!!!
-
7 May 2012 12:33 PM
- Replies
- 1
- Views
- 407
Is it impossible to use groupers with an Ext.DataView component?
I have a store setup with sorters and groupers
Ext.define('STMobile.store.Cases', {
extend : 'Ext.data.Store',
... -
26 Apr 2012 10:00 PM
Jump to post Thread: A bug with HTML Links by jonathansimmons
- Replies
- 5
- Views
- 804
REQUIRED INFORMATIONExt version tested:
Sencha Touch 2.0.1 (commercial)
Browser versions tested against:
Safari Mobile
DOCTYPE tested against:
<!DOCTYPE HTML>
Description: -
26 Apr 2012 2:41 PM
- Replies
- 1
- Views
- 543
So I'm developing an app based around a navigation view. At various times in the app I'm showing and hiding buttons in the navigationBar. As of now I've created a separate button for each action...
-
24 Apr 2012 8:26 AM
Jump to post Thread: A bug with HTML Links by jonathansimmons
- Replies
- 5
- Views
- 804
I've not tried that as I was unaware of the relations and likely would have ignored it as it was private.
For give me if this is a newb question but is this value I can just set directly on the...
Results 1 to 25 of 79
