Search Results

Type: Posts; User: Bert76

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Thanks, that did the job :)

    you can close this Thread.

    Bert
  2. Hey Guys,
    been trying to get the radio buttons to line up with my label in a RadioGroup and it won't work. Looked at the example and without formatting it should show up the way I want it but mine...
  3. Great! that is exactly what I wanted,

    Thanks Daniil.
  4. Hi,
    is there a reason why I can't use ButtonAlign in a ext:ButtonGroup? I tried it but it doesn't do anything.



    <ext:ButtonGroup ID="ButtonGroup2" runat="server" ButtonAlign="Center">
    ...
  5. hi,
    there's a xtheme-black.css that we have been using since 0.82 and now that I upgraded to 2.5 it broke. is there anywhere where I can get a version of this css that'll work with 2.5?

    Thanks,...
  6. Hi,
    we are upgrading a part of our application that was written in coolite (0.82) to ext.net 2.5. And I am getting an error and I think it's because the method changed from 0.82 to 2.5 but I can't...
  7. Good call, I thought I was using 1.7 but was using 1.0. It works now.

    Thanks,
    Bert
  8. Yes, true is what the database brings back. In my tests I created a temp field just to make sure to see what the value was. I created a simpler example which is easier to see the point. Here it is.
    ...
  9. Hi guys,
    I am having an issue here and I can't seem to figure it out. I have a GridPanel in which I can choose a row (RowSelection) and it updates a form (viewer form). For some reason all my fields...
  10. Can't really do that since the language is passed from another application which calls this one. I can give you part of the webpage if that will help but I doubt it.


    <%@ Page Language="vb"...
  11. Hi,
    we just migrated everything to EXT.NET 1.7 from 1.0 and I ran into a problem. This piece of code used to work fine in 1.0 :


    Private Sub cupe_Init(ByVal sender As Object, ByVal e As...
  12. After a lot of looking up, I found what I was looking for :)

    Just has to replace Coolite.AjaxMethods with Ext.net.DirectMethods

    Thanks anyway :)

    Bert
  13. Hi guys,
    I used to have this code which worked fine in ext.net 1.0 but doesn't seem to work anymore in 1.7


    Ext.Net.X.Msg.Confirm("Confirm", New...
  14. yep that fixed it. Sorry Daulet, I didn't get what you meant the first time. Thanks to both of you.
  15. Hi,
    Sorry that was my mistake I left the X in there. once I removed it, everything worked fine.

    Thanks guys again for the quick response :)

    Bert
  16. Hi Vladimir,
    Not sure I understand what you are trying to have me do. Which console are you talking about? Would it helped if I posted more of my code?

    Since it's not too long I'll post the whole...
  17. I get this message now.

    Microsoft JScript runtime error: Unable to get value of the property 'Msg': object is null or undefined

    Do I have to define Msg now?
  18. Hi Guys,

    I just realized that all my confirm message box don't work anymore. I did a bit of research but not sure how to go about this. Here is a sample of my code and if you could give me a hand...
  19. Hi,
    I have done some code isolation and apparently the problem would be with these lines of code.


    <ext:RadioGroup ID="rgrpNewFormCode" runat="server" HideLabel="false"...
  20. I'm using IE10 and testing compatibility mode ON and OFF. I didn't try with Firefox.
  21. I copied your code as is and I got the exact same error at the exact same place so I guess the Grid and it's store are not the problem.

    Any other suggestion?

    Thanks,
    Bert
  22. Hi,
    I ran into a problem loading a page. This started happening after the upgrade to 1.7. Not sure where to look. .Net tells me the error is here:

    H.dom.style.width=H.addUnits(G)
    which is in...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4