Search Results

Type: Posts; User: Dgsoft.ru

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

    Its very difficult to explain.. but now I comment line by line my code.. and I found source of problem.

    I have a fieldset




    * ...
  2. Hi,

    I test my applicatin with diffrent Browsers and in Opera I have a problem. And I can't understand what the source of problem there.. maybe any ideas to help me..

    Source of previous page
  3. Oops :)
    My mistake..
    Thanks, Vladimir!
  4. Hi,
    I try to reproduce example for DataView and can't get success .. my DataView empty.. but it seems I do the same..

    This is my page.. nearly same as example has.





    <html...
  5. Now I see :)
    Thanks again
  6. Hi Vladimir,
    Where ?





    <Menu>
    <ext:Menu ID="Menu1" runat="server">
    <Items>
  7. Hi,
    I need a possibility to have menuItem with checkbox state. So far I did not found a way to do this I try to use Icon Class for menu Item and dynamically change.. but have not success also.

    Is...
  8. Ok! Super! All works fine now :)*
  9. Ext.version is 2.2.1 *is it correct?*
  10. Hi Vlad,

    I download last version 8.1 and copy Dlls to my applcaiton BIN folder.. When I try to use Try.Redirect - its not here ...

    Thanks

    Denis**
  11. Hi,

    Is it possible Response.Redirect during AjaxMethod call?

    I try to do this.. but page still a same as before.. any ideas how to make response.redirect when I call AjaxMethod.



    In...
  12. Hi,

    Some my code using Listeners and JavaScript .. for example (code below)

    What the best way for localization of strings in the JavaScript functions within framework? (for example - there I...
  13. Hi,

    I want to make Localization of interface.

    I have a combobox, and when Select event happen - I want to change FieldLabels..

    In the debugger I see - correct label set.. but ist not affect...
  14. Hi,

    I have some problems to make panel size as in WinForms Dock - Fill...

    for example

    I have West Region - Accoridon Panel on it and TreePanel inside

    My problem - the TREEVIEW take a...
  15. Hi,

    I try to make relation between 2 GridPanels, but after row click my second GridPanel lost all rows. I made a simple test and in this test I also lost data..

    here is a some code



    ...
  16. Hi,
    Thanks to share you solution..
    I made a little bit another way.. I generate addition to URL like


    Dim lcURL As String = "mypdf.pdf" &amp; "?" &amp; DateTime.Now().Hour.ToString &amp;...
  17. Hi,

    I have a problem.. when I click the toolbar button - I prepare PDF for user and then Open this pdf in Window Panel as IFrame.

    My problem is.. when I click first time... next time *browser...
  18. Hi,

    May I know the value for example of some Hidden field in IFrame?

    For example.. I have a GridPanel on west region.. and IFrame on center region. I have modify some data on page in center...
  19. Hi Vladimir,

    The examples which I prepared for you to show the problem works perfect .. It help me found mistake in my private code.

    Thanks for attention.**
  20. Hi Vladimir,

    Here is a control look for Id cmdSend




    <%@ Control Language="VB" AutoEventWireup="false" CodeFile="AnotoViewer.ascx.vb" Inherits="AnotoViewer" Debug="true" %>

    <%@ Register...
  21. Hi,
    I have a problem with HtmlEditor value POST.

    I had search on forum and found topic.. (http://forums.ext.net/showthread.php?1334) for exmple this.. and everywhere written it must work.. but
    ...
  22. Hi,
    I have too much questions last time :)
    Next one.. I can't change Tab panel title.

    Here is a simple code.. *Title property was changed.. but Tab still displays old caption.. which written in...
  23. Finally, I understand whats happen.. the AjaxMethod don't understand Optional parameter.. *I pass only 1 parameter to AjaxMethod from JavaScript.. but server side method contains 3 parameters.. 1...
  24. Hello,

    Ok.. with null - problem was fixed.. because my AjaxMethod was not declared as Public... my mistake..

    but,

    Now no error.. and Method also not fired... When I place alert('Hello')...
  25. Hi,

    I try to add Tabs into TabPanel programmatically and bind activate event of tab to the server method in JavaScript code. The server side AjaxMethod must update East region with document...
Results 1 to 25 of 36
Page 1 of 2 1 2