Search Type: Posts; User: scheid

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Ok, thanks. At least I know for sure now:-)
  2. Hi all,

    In the Sencha Touch DataView component, there is a config option called 'useComponents'. I would really like to use this same feature in the Ext JS View component.

    Am I missing...
  3. Hi all,

    I posted this about a month or so ago in Q&A; didn't get any replies, so I'll try the discussion forum; maybe Q&A wasn't the right place.


    I am doing a fairly simple drag and drop...
  4. Wow, that's perfect for what I need! The funny thing is, I use XTemplate fairly often, but I never thought to use it for my current issue.

    Thanks for connecting the dots for me :-)
  5. Hi all,

    I've been searching for a Sencha equivalent to the c/c++/php function sprintf ; does Sencha have something equivalent to this? Would really help me going forward.

    Thanks!
  6. anyone?? Bueller??
  7. spot on, guys, thanks much! @zdeno, that was definitely the problem. Applying the css to the td elements works like a charm; I forgot about tr's not having bg colors.

    @scott, excellent resource...
  8. Hi all,

    I'm trying to add a custom background color to an individual row of an Ext grid. I can get the font color to change, so I know my custom css class is visible, but the background color for...
  9. Hi all,

    I'm stumped on this one. I am doing a fairly simple drag and drop operation. I have an Ext.Label (in an Ext.Panel) with HTML in it, and there are various span elements in the HTML string...
  10. cool trick. Thanks for the help!
  11. Hello,

    Thanks for your reply. Yes, I did try the getHeight() method, but that seems to return the height of the component, and not the height of the scrollable area underneath the component. ...
  12. Hi all,

    I have a panel with a card layout, and each of the cards will be differing heights. When a new card is set to active, I want to be able to figure out that active card's actual content...
  13. Hi all,

    I have a chart with a category axis aligned to left and a time axis aligned to bottom. I am using this with a scatter series. It seems like I have gotten this to work but if I have two...
  14. Replies
    1
    Views
    254
    Here is a second 'hypothetical' case that might help.

    I have a (floating) panel, that I want to have a transparent background and no borders on, so I define this class:

    .ClearPanel {
    border:...
  15. Replies
    1
    Views
    254
    Hi all,

    OK, even after reading the docs on this, I still don't seem to understand the various properties related to css classes, basically everything ending in 'cls'. Specifically: cls,...
  16. Replies
    3
    Views
    571
    Great news! Thanks you. Font name too, by chance? I'd love to be able to use Monaco :-)
  17. Replies
    3
    Views
    571
    Hi all,

    Did a search through the forum and couldn't find anything directly related to this. I know there is no way through the GUI to set the code editor font name and size; is there a manual way...
  18. yep, thanks. That works.

    Also, for anyone else interested in this, I figured out that 'lastDragPosition' is just the position the scroller was at when you released your finger, which is usually...
  19. Hi All,

    I'm using Sencha Touch 2. I am using a panel set to be scrollable vertically, and need to be able to get the current scroll position of the panel. I explored the Ext.scroll.View object...
  20. Awesome, thanks. This is exactly what I was looking for. I guess I was missing something obvious :-)
  21. Hi all,

    There is a very useful method I use in Sencha Touch, which is the showBy method for a panel. It puts a nice visual arrow indicator on the panel to indicate what component (usually a...
  22. Hi Mitchell,

    Thanks, I was hoping to be able to plug in the same store directly to a number of different data views, without having to manually call filter() for each one.

    Not sure if others...
  23. Hi everyone,

    I am using dataview, and have an itemTpl that has an outer encompassing <tpl if=". . ."> block that, by design, not all records in the data will meet 'if' the condition. In those...
  24. OK, v1.2 seems to have fixed the problem! Thanks.
  25. Hi, thanks. Actually, unless I'm misunderstanding, I'm stuck way before activating the product. I'm just trying to do the trial, and can't get past the screen where it asks me to log in with my...
Results 1 to 25 of 50
Page 1 of 2 1 2