Search Results

Type: Posts; User: michaeld

Page 1 of 20 1 2 3 4
Search took 0.06 seconds.
  1. I too am available if you would like to hire me for contract. I have done a large project translation from 1.2 to 2.4 so I am aware of many of the challenges and gotchas. And I agree with Daniil,...
  2. On the point of superior performance, I up-vote RCN's implementation with the following adjustment for further improvement in performance.



    internal static string CDNPath
    {
    get
    {
    ...
  3. Also, there seems to me, there is another option for Ext.Net. Though Sencha is making this decision, it does not mean you have to. Buying a single developer license can still be based on a 5 pack...
  4. I realize this is not you guys driving this decision, but Sencha just priced out independent contractors from building small apps for their customers with this tech as well as prototyping start-ups. ...
  5. Congratz.

    Did any of the Life Cycle topics for UserControls we discussed make it into 3.0?

    Also, hate to bring up 5.0.1 but it has some relevant Focus fixes, especially relevant to tablets.
  6. I think you're going to find your ext.net community here may require a remote option. Is that even viable?
  7. I don't know if this is the same topic but I've wondered about combination of page models myself. In VS 2013, you have the ability to install both webform and mvc into the same virtual host more...
  8. Thread: Ext.Net 3.0

    by michaeld
    Let me know if there's something I can do.
  9. Thread: Ext.Net 3.0

    by michaeld
    Besides the new themes which have nice new big buttons and controls, the tablet specific event listeners are the biggest deals for me.

    As I noted in other threads, I was able to provide all of...
  10. Thread: Ext.Net 3.0

    by michaeld
    http://www.sencha.com/blog/announcing-public-beta-of-ext-js-5/?mkt_tok=3RkMMJWWfF9wsRoluqnJZKXonjHpfsX56e8rWaOzh4kz2EFye%2BLIHETpodcMTcBgMq%2BTFAwTG5toziV8R7PCKM1338YQWhPj

    Ext.net 3.0, here we...
  11. Any update from the 11th?
  12. Thanks.

    While we're on this topic, I should note that I did run into other DirectEvent/Method scoping problems. I had advanced/special circumstances where, for efficiency, I needed even more...
  13. It's helpful to know that the <Bin> section is designed for Ext.Net controls that do not actually participate in the layout of a parent panel/container content. Window is a perfect example because it...
  14. For completeness, I implemented an extension for ComponentLoader to render code in addition to AbstractControls and UserControls. This code is untested though because I don't use ComponentLoader, but...
  15. I don't know if I noted this here, but I got this working in the link above. I had to branch Ext.Net a little though to get it to work reliably. Not sure it's how you'd do it. I'm sure you could fine...
  16. Go ahead and close this one. If I can find this issue again, I'll let you know. But at some point I changed my code, or hacked something that worked around the problem because I needed a solution to...
  17. This thread was one of those where we were discussing the issues with User Control reusability. Eventually the fixes Vladimir made in 2.4 and the insights I made along the way lead me to being able...
  18. This is an older topic so if memory serves, I believe the situation is specific to inside a formpanel (which is why Vladimir posed I use a FormID to address).
  19. I saw that 5670 related to http://forums.ext.net/showthread.php?28109 had to deal with setting this to autodestroy back to false. From the code it looks like AutoDestroy is still set to true on the...
  20. I think from reading other posts in the forums by some of the advanced users, it's not as uncommon as you may think. A few are rerendering buttons to update listeners. I know we together worked...
  21. Simply a scoping issue. I have a page that loads a user control based upon the currently selected view. The usercontrol has the scope of the container that needs to rerendered. Sometimes I replace it...
  22. What about my first request to make DirectMethod a public class so it can be extended?


    My personal implementation is found in the javascript section here: ...
  23. So, first thing I'd like to do is extend DirectMethods with different default parameters for shorthand. To do that, DirectMethod must not be internal.

    The second thing may be an issue or a...
  24. Resource Manager is set to Explicit. You mean <pages> in web.config? Okay, I've switched to predictable. Is that what you mean?
  25. Okay, so the last issue isn't ids. It was an issue on my side.


    However, I'm very curious. I'm finding a lot of my ids are changing on the rerender inside the GrouptTabPanel vs original Refresh...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4