Search Results

Type: Posts; User: reverseblade

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi I use , a Nokia Lumia 920 phone with Windows Phone 8 and Internet Explorer 10 Mobile version. Most demos seems working but HTML Editor is broken.
    To reproduce it from Internet Explorer 10...
  2. More update to this issue. It seems this is a zooming problem. When one zooms the images become broken as above in firefox. So this is actually a bug of ext components when one zooms with the...
  3. I got more info about this. It seems this issue only happens when the address is localhost. Making it 127.0.0.1 fixes the issue. Also it looks like specific to my browser.
    ...
  4. Internet version works correct. But when I run the same code from my visual studio it is broken. I don't know why.
  5. It seems there is an image problem with tabs (also startmenu for the desktop)
    The below image is from examples (compiled in my computer with no modifications) .
    2931

    The interesting thing is...
  6. I guess i figured out the problem. In chrome, I have the annoying vuze toolbar on the top(which should be part of the browser not html area). When I have such toolbar then start menu doesn't fit....
  7. It seems there is a viewport problem with the Desktop control such that the taskbar and startbutton is not visible with Chrome 12. I can confirm it from the desktop example in examples.ext.net too.
  8. any updates ?
  9. Hello ,
    Try to search a company with a filter
    https://examples1.ext.net/#/GridPanel/Plugins/GridFilters_Local/

    Memory keeps growing and browser doesn't respond.
    Tested with FF 4 only.
  10. Then why does setting the Icon File explicitly work in above case ? Just a side effect ?
  11. yes but it should be fixable anyway ?
  12. Hello , It seems when we build treePanel dynamically it shows only the default icons unless we explicitly set the icon file Node. The following example demonstrates this fact.

    Comment in the line...
  13. I meant another DirectEvent (with postback).

    I totally understand why you don't keep track nodes in viewstate. However , you should allow the user to destroy the old tree and recreate it from...
  14. To sum up , I want a clean solution with a single API to create and update my tree. You said calling AppendChild from Nodes.Add will cause duplication since it could be used from markup. I am not...
  15. Maybe should avoid associating the children nodes with the Node collection directly but rather one should use another collection.
    The current situation is annoying that, you create the tree with...
  16. Hello

    The current behavior for tree panel is when you first time constructing you can create sub nodes with

    someNode.Nodes.Add(subNode);

    however after the tree is constructed and emitted to...
  17. This issue still does exist in the RC build! I've sent the patch already please give it some love.
  18. Thread: Calendar

    by reverseblade
    I guess it is very beta. When I drop an item to far bottom or right of the page, I cannot go back. Also I couldn't create new events. I can drag it and it says "Create event..." but that's it.
  19. maybe i am wrong. I will check this again
  20. getSelectedRecords : function(){ 45835 var records = [],
    45836 selected = this.selected.elements,
    45837 i = 0,
    45838 len = selected.length;
    45839 ...
  21. Hello, this maybe an extjs bug but affects ext.net as well. The getSelectedRecords of DataView in Extjs 3.3 is as below in Extjs-all-debug.js


    getSelectedRecords : function(){
    var records =...
  22. Hello,

    What a shame but actually above code algorithmicly is a bit wrong :( sorry. A correct version is as below




    public Ext.Net.TreeNode FindNodeById(string nodeID)
    {
    return...
  23. I think the below code would be handy for Ext.NET users since we don't have any server-side method to find a node from it's ID.




    public Ext.Net.TreeNode FindNodeById(string nodeID)
    ...
  24. Coolite is database agnostic. I think any database is fine as long as .NET supports it.
  25. see https://examples1.ext.net/#/TabPanel/GroupTabPanel/Overview/
Results 1 to 25 of 59
Page 1 of 3 1 2 3