Search Results

Type: Posts; User: Hlodvig

Page 1 of 4 1 2 3 4
Search took 0.03 seconds.
  1. I see, but it seems that their layout calculates height since it is set in the css style attribute.

    The layouts used are Form and Fit - can you tell me how they calculate height of elements?
  2. Hi

    Please help me, I don't know what to do already.
    The main question is - by which algorithm the height of panels is calculated?

    I have tab panel, tab contains user control with some...
  3. Hi!

    Why? I guess it's not working at all...


    I mean default parameters of items

    <Defaults>
    <ext:Parameter Name="Width" Value="100"></ext:Parameter>
    <ext:Parameter Name="Height"...
  4. Couldn't find the full explanation but how exactly differs those properties and which one have precedence over another?




    So as we can see Margin is just a shortcut for setting all margins to...
  5. Could you, please, clarify why?
    [/quote]
    It's related to the case when Label was used as a form field to just show the text to get label aligned with all fields labels and the text aligned to all...
  6. BTW, online api docs still have AutoHeight property described but the ShrinkWrap property is not there (http://docs.ext.net/topic_0000000000001335.html).
  7. Yeah, most probably. But I guess there are no other way to check on the radio button during DirectEvent.
    I found out by myself that some of properties and methods lead to generating of script...
  8. Well I still have resizing issues, but I'll check if it can be solved using new knowledge and let you know.

    The question about InputWidth was answered in the...
  9. I know that the problem was resolved, however I want to discuss the order of events applying to the Repeater.

    So I have a structure - tabPanel <= panel <= userControl1 <= Repeater <= userControl2....
  10. Thank you.


    They're not thinking about us poor developers. It's not a problem if the Width property will behave the same as it was before in the v1, but I'll be very mad about it :-) I spent too...
  11. So the issue can still be reproduced but only if the field do not have FieldLabel set initially to some value and if FieldLabel is set in DirectEvent only.
    There is a workaround exists - I can just...
  12. I didn't know that you released 2.4.0 already :-) thanks. The thread can be closed.

    BTW handling ControlsScripting is a painful.
  13. I'll try the SVN version.

    BTW while widgets are created without namespace added on initial load?


    <script type="text/javascript">
    //<![CDATA[
    ...
  14. I know, but it worked well in v1.


    Maybe we have different Ext.net libraries?


    <%@ Page Language="C#" AutoEventWireup="true" %>

    <!DOCTYPE html>
  15. Well it worked before in v1.x...
    Below is the sample. It just an example so it's very simple, but the routine is that content of the repeater depends on some external value so it must be updated in...
  16. I guess it has nothing to do with the content and it's the same as http://forums.ext.net/showthread.php?18049-ASP-Repeater-Databind-in-DirectEvent-Not-Working-but-works-elsewhere
    I'll start new...
  17. So what about the bug with repeater inside of Panel's Content?
    Such construction


    <ext:Panel ID="SolutionsPanel" runat="server" BodyPadding="5" Frame="true">
    <Content>
    <asp:Repeater...
  18. So I know now that changing properties of the Ext.Net control actually will lead to the generating of the javascript.
    But maybe I can set properties of the control so they will be set on the server...
  19. Maybe, but AFAIR when I tried to disable ViewState on my huge page - all localization was lost after postback event...

    So, what about overriding default tooltip on the button?
  20. Yeah, I found out it by myself already that I shouldn't localize in the Page_Init.
    However I have a question here about the condition !IsPostBack: if the ViewState is disabled - wouldn't that lead...
  21. TestForm.ascx:

    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestForm.aspx.cs" Inherits="RdC.Front.TestForm" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  22. Hi

    I'm setting the tooltip on FileUploadField:

    <ext:Panel runat="server" Layout="HBoxLayout" Margins="0 2 0 2" ShrinkWrap="Width" Border="false">
    <LayoutConfig>
    ...
  23. Ok, so the thread can be closed, I guess.
  24. Err... But my field have label set..
    7284
    I'll try to get version from SVN
  25. Yes, it's the same.
    So it's not an issue. I found out that

    So widths can be set independently - that's all. I just don't need to set ListConfig.Width.
    But guess what - I can't use Width......
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4