Search Results

Type: Posts; User: HzA

Search took 0.02 seconds.
  1. Thread: Ext is undefined

    by HzA
    Dear Daniil,

    Thank you for your attention.

    The responses of resource requests are the following: Failed to load resource: the server responded with status of 404(Not found). But I checked the...
  2. Thread: Ext is undefined

    by HzA
    Dear all,

    I have developed an application using coolite v.0.8.3 and I have published it in two different servers:
    - The test server whose operating system is Windows XP (IIS 5.1)
    - The...
  3. Dear all,

    I have the same problem and I do not know how to resolve it.
    I check the application paths, the IIS configuration and I install the .net framework 3.5 updates but the problem persists....
  4. Hi geoffrey.mcgill,

    Thank you very much for your help. It was really useful to me :)
  5. Dear all,

    I developed an application using the Coolite library version 0.8.2 and I want to update it to the last ext library version (1.2.0).

    What is the best way to do it? Have I to update...
  6. Hello,

    Currently, I am working in a asp.net application using the Coolite toolkit v.0.8.2 and I am interested to migrate the application to the last Ext toolkit version. I tried to do it but I am...
  7. Thread: LinkButton Style

    by HzA
    Hi,

    Could you tell me how I can change LinkButton Style, please?

    I can't find a solution :(

    Thank you in advance.
  8. This example is perfect.

    Thank you very much for your help :D:
  9. var closeExternalInsertWindow = function (id) {
    alert("alert 1");
    ExtWindowProjectIdentifierInsert.hide();
    storeProjectIdentifier.reload({
    ...
  10. Hello, Vladimir,

    Thank you very much for your help but I tried your code and, although the combobox is loaded, the item isn't selected.
  11. Hello,

    I tried to use this code because I saw it in your example: https://examples1.ext.net/#/Form/ComboBox/Ajax_Linked_Combos/


    var closeExternalInsertWindow = function (id) {
    ...
  12. Thanks, geoffrey.mcgill for your example

    I tried to do it:



    var closeTab = function (id) {
    var tab = PortalTabPanel.getItem(id)
    if (tab) {
    ...
  13. Hi,

    I use tabs to manage a differente pages. But I'd like close the current tab when y click on a tab page button (using javascript o c# code). Is it possible? How can I do it?

    Thank you very...
  14. If using Javascript is no useful in this case, do you recommend another language o technology to achieve do it?
  15. Thank you very much geoffrey.mcgill for your answer.

    I tried your code with JavaScript but it didn't work so I supposed that I should use it with c#.

    The problem is that if I write...
  16. Ok. I found out that javascript click event doesn't work in Chrome and Firefox.

    So, Could anyone tell me how to execute an event in a parent page from a chid page, please? It's very important to...
  17. Perhaps it can be useful to you:

    C#:



    protected void CommandClick(object sender, AjaxEventArgs e)
    {
    string cmd= e.ExtraParams["CMD"]; //string or another var type.
    //work...
  18. Hello,

    I use this code to open and close a parent window:

    In my main page use this code:

    ASPX:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MyMainPage.aspx.cs"...
Results 1 to 18 of 18