Search Results

Type: Posts; User: SFritsche

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Yes, the Icon buttons don't allow the text to show up over the image. So, the ImageButton is the correct control.

    What I did was use the Absolute Layout and render the text and the image so...
  2. I am using the version 2.1 controls. I would like to add text to an ImageButton control. I am writing a system that supports multiple languages, and I prefer not having to create an entire set of...
  3. I am trying to alter the Label Width of a FormPanel in codebehind. When we are changing from English to Spanish labels, we need to make the Label spacing wider. This seems to me as though it should...
  4. Daniil,

    That is a very nice solution. I will work with that. Thank you.

    -Steve
  5. Yes, when the control's value is empty, I want the EmptyText value to show unmasked. Once the control gets focus, I want the characters that I type in to be masked. To do this, I was trying to...
  6. That solves it. Thanks.

    -Steve
  7. I would like to have my image buttons separated, and for other objects I use the Margins. However, in 2.1, the Margins key word appears to be ignored.



    <%@ Page Title="" Language="C#" %>...
  8. Perfect. Exactly what I needed. Thanks.
  9. I would like to be able to make some headings aligned left, some right and some centered. Can I control them individually by name like with 1.x?

    Thanks.
  10. I found an answer to this in the 1.x forum (see link below), but this does not seem to work anymore. Is there a way to do this in 2.x?
    ...
  11. What causes TokenNotUniqueException? This is coming from the new Transformer.NET class. And, what does the following error message tell me?

    Token is not unique
    -------------------

    ID =...
  12. The following code does not fire the onAfterDrop listener. What am I missing?



    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE...
  13. OK, the final answer as to why the message "The Tpl can not be empty" is that it had nothing to do with the ext:ComboBox. It was the ext:DataView in a completely different control on the page. The...
  14. Also, I am just unable to duplicate the original problem in a small set of code. However, here is the stack trace information that points to where the exception is being generated in the Ext.NET...
  15. I appreciate the reply. I decided to attempt to encapsulate the issue, and I am not getting the error message, but I am seeing a new problem. I used the example at...
  16. I cannot figure out what this means. We are converting from 1.0 and this logic is largely unchanged:


    <ItemTpl runat="server">
    <Html>
    <tpl for=".">
    <tpl if="[xindex] == 1">
    ...
  17. Hi, Danill, Thanks for the reply.

    We have a common-use method that handles errors on many fields of varying types. So, we are doing some other work in the method, but the simplified code is:
    ...
  18. I am not sure what the SyncSize was doing. It was written by a different programmer. The Window only has TextFields, ComboBoxes, a DateField and some buttons. I don't really know if the SyncSize...
  19. What is the 2.0 equivilant of this:

    Tree1.ReloadAsyncNode("nodeid", null);
    Thanks.
  20. Windows no longer have a SyncSize method. Can you give some guiance how to change our program logi to properly upgrade to 2.0?

    Thanks.
    -Steve
  21. In 1.0, we could mark a field as invalid and give it a message in codebehind like this:

    invalidField.MarkInvalid("This field contains invalid data");
    Is there an equivilant in 2.0?

    Thanks....
  22. Is there an example of adding an editor like any of these to a column in codebehind?

    Thanks.
    -Steve
  23. Perfect. Thank you.
    -Steve
Results 1 to 25 of 129
Page 1 of 6 1 2 3 4