Search Type: Posts; User: paulroth3d
Search: Search took 0.02 seconds.
-
27 Jan 2013 12:11 AM
- Replies
- 1
- Views
- 392
Hello,
I'm attempting to do a build with sencha cmd on a Sencha Touch 2.1 project (I didn't see an alternate Cmd forum so please let me know if another forum should be used)
When I attempt... -
6 Dec 2012 4:53 PM
- Replies
- 1
- Views
- 419
Ugh, so this was difficult, but I found a solution:
Ext.application({
name: 'swipeTest',
//change the default recognisers
eventPublishers: {
touchGesture: {
... -
6 Dec 2012 2:22 PM
- Replies
- 1
- Views
- 419
Hello,
Is it possible to use the swipe recognizer on other components than the list?
I found this fiddle: http://www.senchafiddle.com/#DbH5t that allows me to swipe on a container, but it... -
2 Dec 2012 7:29 PM
Jump to post Thread: How to reorder Hbox items by paulroth3d
- Replies
- 2
- Views
- 335
Thanks for the quick reply.
That gave me what I think I needed to continue.
http://www.senchafiddle.com/#zeCk6 -
2 Dec 2012 6:53 PM
Jump to post Thread: How to reorder Hbox items by paulroth3d
- Replies
- 2
- Views
- 335
Hello,
How can one reorder items in an hbox?
Specifically, if there was a panelA and panelB added (both with flex of 1) (so A is left B is right)
How could one switch the order of... -
15 Nov 2012 12:38 PM
- Replies
- 1
- Views
- 221
Hi,
Is it possible to use an ExtJS 4 component in a Sencha Touch 2 project?
If so, would anyone have any thoughts how it might be done?
thanks,
Paul -
14 Nov 2012 8:42 AM
Jump to post Thread: UX context with Date Picker by paulroth3d
- Replies
- 1
- Views
- 365
Hi Guys,
So, we've had a couple concerns about the UX of the DatePicker.
Specifically, if you click on the DatePicker, it shows the picker at the bottom, but doesn't give an indication of... -
9 Jun 2012 2:39 PM
Jump to post Thread: Store sorter with null at end by paulroth3d
- Replies
- 1
- Views
- 254
Hello,
Is there a built-in way to have the a store sort with null values at the end, instead of at the top of the list?
I've gotten around this by defining a custom sortFn, but this can get... -
23 May 2012 7:55 AM
- Replies
- 5
- Views
- 548
Thanks Mitchell!
I'm not sure how to mark these both as correct, but I'd rather give you the credit. whatever works ;)
The issue is that the objects sent from the third party library (forcetk... -
22 May 2012 1:56 PM
- Replies
- 3
- Views
- 548
Hello,
I was having an issue similar to this for another project, although I'm unsure if its the same issue.
Could you explain what problem you're trying to solve by having one store sort... -
22 May 2012 7:12 AM
- Replies
- 5
- Views
- 548
I suppose I'll trace through to see where the association is trying to look for data.
(One solution that seems to work for now is to simply have a 'parseChildren' method that is defined on the... -
21 May 2012 6:50 AM
- Replies
- 5
- Views
- 548
Hello,
Could anyone point where I could learn more how models could be configured to use javascript objects that already exist.
We use a third party library for data retrieval (to... -
16 May 2012 6:22 AM
- Replies
- 4
- Views
- 683
Thanks you guys!
I actually was about to reply to Mitchell earlier that I was not getting an error, other than the screen was still white.
I've been playing around with a local weinre install... -
15 May 2012 7:21 PM
- Replies
- 3
- Views
- 491
So it turns out there were three problems:
The code above had 'fullscreen:true' in the list
The height property was not set.
The list must be defined in a separate component, and loaded in... -
14 May 2012 9:38 AM
- Replies
- 2
- Views
- 751
Thanks RWaters!
Unfortunately, we tried this, and it seems that there is a complication, as that works correctly with setOptions, and does not work with the 'options' config.
Such as the... -
14 May 2012 8:17 AM
- Replies
- 4
- Views
- 683
Hello,
I'm having an odd issue where a new Android project doesn't load sencha touch 2 correctly, and I was curious what options anyone might suggest on how to debug the loading process?
... -
11 May 2012 11:07 AM
- Replies
- 2
- Views
- 751
Hello,
I was curious if it was possible to show 'holding text' within a select field?
Essentially a text shown in the select field if no selection has been made
In other words, if no... -
11 May 2012 11:01 AM
Jump to post Thread: List items Draggable by paulroth3d
- Replies
- 2
- Views
- 1,422
Just in case this is helpful to anyone, we found a different solution, that seems to work fairly well for our purposes (until DragTarget is implemented).
Using the 'draggable' behavior on list... -
1 May 2012 10:09 AM
Jump to post Thread: List items Draggable by paulroth3d
- Replies
- 2
- Views
- 1,422
Hello,
the apparent config properties available:
element: (mixed) - the element to apply the draggable to (used by Ext.get - so element or string accepted for instance)
listeners : (Object)... -
1 May 2012 5:41 AM
Jump to post Thread: List items Draggable by paulroth3d
- Replies
- 2
- Views
- 1,422
Hello,
I'm looking to have a set of list items (using an item renderer) be draggable.
However, I'm having difficulty with the config options for Ext.util.Draggable (it simply seems to say... -
1 May 2012 5:09 AM
Jump to post Thread: Day of week for date picker by paulroth3d
- Replies
- 2
- Views
- 949
Thanks Mitchell!
You're definitely right that we would need to extend the datePicker, since the underlying logic would need changes to support it.
After review, it seems that it would have... -
26 Apr 2012 7:40 PM
Jump to post Thread: Day of week for date picker by paulroth3d
- Replies
- 2
- Views
- 949
Hello,
We have been quite happy with the datepickerfield input, but we need to show the day of the week.
I noticed that there is the '
slotOrder' config, but it doesn't state if there are... -
20 Apr 2012 3:23 PM
- Replies
- 2
- Views
- 1,052
Hello,
It seems that the sencha list makes it very simple to find or select a record, but does not scroll down to show that record.
Does anyone know how I could scroll the list to show that... -
16 Apr 2012 10:55 AM
- Replies
- 3
- Views
- 491
Thanks for the response!
Could you elaborate on the "remove the config node, keeping all the configuration params outside of it and everything will works fine" part?
Commenting out/removing the... -
14 Apr 2012 5:38 PM
- Replies
- 3
- Views
- 491
Using sencha touch 2, I seem to be unable to get a list to display inside of a panel, has anyone seen this or found a way around it?
If I display a list by itself, it works fine:
...
Results 1 to 25 of 26
