Search Type: Posts; User: paulroth3d

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. 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...
  2. Ugh, so this was difficult, but I found a solution:



    Ext.application({
    name: 'swipeTest',
    //change the default recognisers
    eventPublishers: {
    touchGesture: {
    ...
  3. 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...
  4. Replies
    2
    Views
    335
    Thanks for the quick reply.

    That gave me what I think I needed to continue.

    http://www.senchafiddle.com/#zeCk6
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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?

    ...
  17. 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...
  18. 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...
  19. 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)...
  20. 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...
  21. 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...
  22. 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...
  23. 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...
  24. 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...
  25. 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
Page 1 of 2 1 2