Search Results

Type: Posts; User: randy85253

Page 1 of 16 1 2 3 4
Search took 0.02 seconds.
  1. What is the answer? When can we expect this?
  2. Thread: IE10

    by randy85253
    So is 1.7.0 released? SVN still says 1.6.0.

    If not when?
  3. Thread: IE10

    by randy85253
    The 3.4 update that supports IE10 was just released yesterday.

    Do you have a schedule on when the update to Ext.Net 1 using this will be released.

    Thanks in advance.

    -Randy
  4. Thread: IE10

    by randy85253
    http://www.sencha.com/forum/showthread.php?247877
    Sencha says that 3.4.2 will support IE10, and this is slated for Q1 sometime. Are you saying you will not update Ext.Net v1 then with IE10 support?...
  5. Thanks. The trick was using a local charts.swf. Without specifying the URL it refers to one at the yahooapi site which I think is what broke.
  6. We had charts working in our Ext.Net 1 app (all client side of course). However, for some reason they seem to be broken now.

    In researching this I find that the charts in the Ext.Net 1 Mvc demo...
  7. Thanks, but I managed to get it working.

    For those interested, I was using the 'ux.andrie.dataview' code. Once I updated all the overridden functions to use the new 3X code, it stared working and...
  8. Will do. Thanks, I'm desperate.
  9. If I submit this broken code as an example project, could you help me then?

    The example you cite doesn't help because it doenn't implement ScrollIntoView, which is where I'm stuck. I can trap...
  10. I need a DataView w/KeyNav and ScrollIntoView. (I am using it like a Grid to display lots of results, w/scroll & select)

    I found some old code written for ExtJs 2.02 (links below) but this is...
  11. But I am binding to an array of arrays. (BTW, I use this binding method w/Grids just fine).

    If this is not the way to use an ArrayReader with a DataView Template, then what is? Can you provide...
  12. Then why does it loop through the template 5 times. There are are 5 records in the store, but the '.values' are just not available in the context of the template.
  13. I am trying to use an ArrayReader with a DataView. Using the JsonReader is a problem in my scenario, and all the DataView examples use the JsonReader

    My problem is that I don't see how to...
  14. Thanks Valdimir, but as I said I was hoping for different answer. I put this together to demo a problem, which it does. But I already thought of moving the init to afterrender. While that does fix...
  15. I have created a ClearTrigger plugin. Its job is to add the Clear trigger when the field has data, remove it when it doesn't, and to clear the data when clicked.

    The code below will show the...
  16. Thanks, I'll take you up on that.
  17. Nevermind. I had postback event handlers restoring a hidden value on postback.
  18. Not sure I can create an example of this, thought would just ask.

    On a TextField, during a postback, I am not seeing the correct value in .Text, but am seeing it in .rawText.

    It looks like...
  19. Geoffrey,

    Thanks that worked. Sorry to hear about layout objects however. That may make the v2 conversion more challenging for me.

    -R
  20. The code below shows a layout problem in FF we are seeing. When first loaded in FF, the HBox does not layout right and the image and controls are all stacked on each other. Do a refresh, and it...
  21. Thanks,

    disabling animation on collapse seemed to do the trick. Thanks.
  22. I have a collapsible panel in a south region that I use to load an IFrame/URL when an event event occurs in a control in the center panel (a rowSelect event in my app, a test button here).

    When...
  23. Below is some code that works as expected in IE, but seems to blow when in Chrome & Firefox.

    I am trying to hook a child-iframes onFocus so that I can manage focus between child and parent. Works...
  24. So, can the Menu Panel be made to work?
  25. We are using the MenuPanel.Title to display context info about the selected object. Just hardcoded the title in this example. Didn't like the way a MenuTextItem look when used as context-info.
Results 1 to 25 of 396
Page 1 of 16 1 2 3 4