Search Results

Type: Posts; User: chearner

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. This solution does not work. Any chance this will be fixed in version 2?
  2. Select with mouse and copy (ctl-C) works but the highlight area is not able to be seen when cells have image backgrounds, likely css image backgrounds (panel headers, grid row cells, etc.)

    Anyone...
  3. Is it possible to include a checkbox in a MessageBox popup?

    Trying to do something like...Delete Yes/No [x] hide this prompt in the future.

    Thanks!
  4. I just noticed the default buttons in v2.0 beta examples DO behave properly for button focus (using Tab key). The old examples v1.2 DO NOT work properly for button focus. Any estimate on when v2.0...
  5. <ext:TextField ID="txt1" runat="server" TabIndex="1" />
    <ext:TextField ID="txt2" runat="server" TabIndex="2" />
    <ext:TextField ID="txt3" runat="server" TabIndex="3" />
    <ext:Button Text="btn1"...
  6. I'm trying to setup up my forms so the tab button will properly move the focus thru the form. I'm having a problem with hidden fields and buttons, not showing the focus. Is this possible to show...
  7. That worked, thanks.
  8. Just wondering if there is any know issues/strategies for font scaling on iOS.

    Without posting a bunch of screenshots or code, I'll just say I've noticed some font scaling discrepancies,

    I...
  9. I added this line back to the directevents, I believe you left it out of your example.


    <AfterCheckAllClick OnEvent="All_Checked" />


    The problem, in the All_Checked handler, is...
  10. When I test for checked items in a radioCOLUMN, I always get 0, no matter what.

    this.rdoGroup.CheckedItems.Count > 0 ...it's always 0

    It only works if I take away the RadioColumn, but then I...
  11. My problem is the code runs All_Checked if I select all, but then it fires Row_Checked for each row. How do I configure this so check all is clicked but does not trigger the individual row handlers? ...
  12. I created this to use within a form, as a separator or section header. Adjust colors, etc. as necessary.

    CSS

    .form-header { width: 100%; color: #666; padding: 0px 100% 5px 0px; line-height:...
  13. How can I remove the unselectable class on a panel header?

    I see that the x-panel-header has a x-unselectable class on it. I would rather do it in code behind, but I'm guessing you have to do it...
  14. I saw this problem as well. CombineErrors does give the desired results, if would be more intuitive if compositiefields defaulted this way, and you must specify combineerrors to be true.

    But there...
  15. This will produce text of size 12px.

    <ext:Label ID="myID" runat="server" Icon="Error" Text="This is a test." />

    This will produce test of size 11px.

    <ext:Label ID="myID" runat="server"...
  16. I simply want to center something like the label in the panel below. It's unclear how I can center 'anything' in a panel. I was hoping there would be a 'align' attribute or something to make it easy...
  17. Thank you! Were you able to work up a sample on how to center things...buttons or components, etc. in a panel?
  18. Why are grid cells unselectable anyway? Should (or why is this not) this not be an a column property that we can turn on or off rather than hacking it?
    Seems like the code goes out of its way to...
  19. No matter what a try I cannot seem to center the contents of a label? Setting a text-align:center in css doesn't seem to work. How is the ext:CenterLayout used? The CenterLayout example doesn't even...
  20. A confusing English response. I was hoping to get a better explanation on why the Proxy tag is (how/why) used. For example, is the Proxy tag required to make a Store use OnRefreshData (otherwise is...
  21. Can someone please explain what Page Proxy is and why it is needed. I just want to be sure I'm using it properly and at the right time.

    For example, is it needed on Stores that do not use paging?...
  22. Yes, it works. Found out a previous developer has placed this line in the masterpage code long ago, it created this weird problem.


    this.ID = "_m";
  23. RadioGroup.CheckedItems.Count is always = 0 in v1.2.0

    ...unless you set AutomaticGrouping="false"
  24. Fix: I was able to fix this by specifying the datatype as Date in my Store, rather than a String.

    Weird thing is all browsers, except Safari, were very forgiving and rendered the date properly.
  25. GridPanel...

    <ext:DateColumn Header="Created" DataIndex="Date" Format="dd/MM/Y" />
    this renders fine in all browsers except Safari. Safari output looks like "Nan/Nan/0Nan"

    If I use a...
Results 1 to 25 of 39
Page 1 of 2 1 2