Search Results

Type: Posts; User: dlouwers

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi,

    You are absolutely right. Thanks for pointing that out to me.

    Best,

    Dirk Louwers
  2. Yes, I was wondering about the same thing. I also use Ext for PHP projects and would sometimes like to post on the Premium forum over there but that currently isn't possible even though I hold a...
  3. Hi,

    I am afraid that doesn't help. But I think the fault is in Spring.NET setting these properties at a moment that ViewState isn't fully available yet. I will check their forum and see what I can...
  4. Hi,

    Ok, SweepControls works for me too.

    There is just one issue left regarding ViewState. I have two properties named Title and IconSrc. They look like this:



    public string Title
    ...
  5. Hi,

    I use the one from Label. Label seemed a very basic control that would be suitable for what I needed. It's basically an img with qtip containing an ul containing validation errors.

    Ideally...
  6. Hi,

    I have handled it by overriding the OnAfterClientInitHandler and setting Html there. For some reason this didn't work from Render for instance.

    I wanted to make a control that updates it's...
  7. Hi,

    I am now trying to derive a custom control off of ext:Label. I noticed that inside an async callback handler I can easily set the Html attribute of this label derived control. However, I...
  8. Hi Vladimir,

    I have seem these examples. None of them illustrate what I need. I need multiple controls with a single label. All the examples illustrate one label per control situations.

    Best,
    ...
  9. I've ran some tests to see if at least it can be used inside a form layout but that causes problems. I need to multiple controls on a single line inside a form layout with a single label. The anchor...
  10. I can, but I'd rather mail it than disclose the full sourcecode. Is there an address I can send it to?
  11. Hi,

    That would solve part of the problem, but would it also allow for asynchronous callbacks to update the message and toggle visibility? I am striving for as tight an integration as possible.
    ...
  12. Hi,

    I do realize this is a bit of a big subject but here goes:

    My current project requires me to work with the Spring.NET framework. This framework provides validation including a control....
  13. Hi,

    Seems to work fine. I was afraid SelectedItem would return a reference to that row and setting Value would actually modify that item.

    Thanks,

    Dirk Louwers
  14. Hi,

    This post is related to this post as far as code is concerned.

    If I set the value of this combobox like phoneCountry.SetValue("NL"), "NL" (the ValueField) is displayed in the ComboBox...
  15. Sure,



    <ext:Store ID="countriesStore" runat="server" AutoLoad="true">
    <Reader>
    <ext:JsonReader>
    <Fields>
    <ext:RecordField Name="id"...
  16. Hi,

    I am using a templated ext ComboBox. I noticed that the first time that I view the items list a scrollbar is shown and the second time it is gone. I decided to take a look at the DOM and...
  17. Hi,

    Yes, it is possible to do so. However, an ID has a special meaning. So if I want multiple radios return the same value I am in trouble because an ID needs to be unique. Furthermore, for me and...
  18. Hi,

    I think you could call:



    myScriptManager.AddScript("alert('Script added!');");


    Best,
  19. Hi,

    I am relatively new to Ext but I believe you need to get it through ext and not a regular getElementById. This means something like:



    var theValue = Ext.get('<%= myField.ClientID...
  20. Yes, I can. ASP.NET ListItem objects have a Text and a Value property. This is convenient when the Text property is variable due to localization for instance. As far as I could see Coolite's Radio...
  21. Thanks, that helped a lot.
  22. Hi,

    I noticed that when using the EmptyText property on a TextField, that this value is returned when reading the Text property. This is very inconvenient because this causes me to need to compare...
  23. Hi,

    Our application needs to have a combobox and two textboxes dislayed next to eachother. Luckily this is the default way they are rendered. However, when using the Coolite ComboBox a line break...
  24. Hi Geoffrey,

    Thanks. Looking forward to it!

    Best,

    Dirk
  25. Hi Geoffrey,

    Thanks, that would be very helpfull.

    Perhaps it would also be nice to demonstrate the use of Ext's nice validation? (The error image with tooltip).
    I would also like to suggest...
Results 1 to 25 of 26
Page 1 of 2 1 2