Search Results

Type: Posts; User: EzaBlade

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Unfortunately I no longer work at the same company where I wrote this code and I don't have it.

    I'm sorry.
  2. I want to ask a user for confirmation of an action and then carry out the action on callback by getting the relevant information from the selected row in a grid.

    The code is below. In the...
  3. That works like a dream.

    Thanks for the extra code illustrating the different methods it was really appreciated. I will be revisiting some of my previous MessageBox/Callback code to make...
  4. In the examples the prompt style message box calls a javascript function using



    Ext.Msg.Prompt("Name", "Please enter your name:", new JFunction { Fn = "showResultText" }).Show();


    I want to...
  5. Thanks that works. I have just two questions.

    1. I have the field width set at 200 when there is a trigger visible. This is aligned with some text boxes. When the trigger is hidden the field is...
  6. Thanks, that works perfectly.

    The remaining field now needs to be made wider so that that it only appears that the trigger is hidden. I added a line to your script to try to make the field longer...
  7. I want to make a DateField or ComboBox readonly. This can be achieved for typing using the ReadOnly property. However these types of input still allow changing of their contents using their drop-down...
  8. Is there a way to set standard alert boxes to wrap long text?

    I have written a function to wrap long text by inserting '</br>' tags but the wrapped text appears under the Icon and so looks...
  9. I have used the example in the examples explorer FormLayout/Overview/Form 3 - A little more complex so that I can have two columns of controls.

    I want mine in a Window and when I do this the...
  10. False alarm the window.location method hasn't worked, I was able to access a page in my site that should only be allowed via authentication, without logging in again!
  11. If I remove the 'Response.Redirect' line from the EndCurrentSession method everything else works so this is the offending line.

    I could get the functionality I require by adding window.location =...
  12. I have changed the TaskManager code to be like this


    var resetCountdown = 60;
    var resetMessage='"";

    function UpdateResetCountdown() {
    resetCountdown = resetCountdown - 1;
    ...
  13. Just a quick question where would you keep track of the current countdown? I use a session variable on the server side.

    Would you declare a global variable in the javascript that gets updated?
  14. Yes I can see that I should countdown on the client side - I think it is my comfort using code-behind instead of javascript that always make me choose that. I will try both your suggestions.
    ...
  15. I have written a Session Timeout dialogue using the TaskManager.

    This is the TaskManager markup


    <ext:TaskManager ID="TaskManager1" runat="server">
    <Tasks>
    <ext:Task...
  16. I am adding functionality to an application I wrote using Coolite 0.7.

    I am loading Crystal Reports into a Crystal Report Viewer that is contained in a Panel. If the width of the report is greater...
  17. Can anyone help with this?
  18. In converting V0.7 to V0.8 I have a problem with an empty label

    I use the following code for a Login panel. The Label 'lblMessage' has no value unless there is a failed login then the message is...
  19. Thread: Enum in Store

    by EzaBlade
    I am trying to convert a V0.7 project into V0.8 and at the moment I have the following issue.

    I have a Store as follows




    <ext:Store ID="summaryStore" runat="server" AutoLoad="false">
  20. Somehow I have lost the DLL from my V0.7 installation.

    Where can I download the version 0.7 files again, the website only has a link to the new V0.8.

    I have tried to make the new version work...
  21. I have referenced the 0.8 Coolite in a previously built 0.7 project and I get the following problems, can anyone suggest the fixes, thanks.

    ...
  22. I was asked to revisit an existing project and change the layout to include Tab Panels. This project uses version 0.7 (I tried to change to version 0.8 but I got many errors).

    The problem I have...
  23. Great to see the 0.8 version of Coolite is available, the one thing I was waiting expectantly for was the message box access.

    Just to let you know in the Examples Explorer for the message box...
  24. OK I have tried it and it works. There is no <ext: Menu> on the intellisense list and so I thought it didn't exist anymore.

    Is there a problem with the intellisense?
  25. But there is no Menu in my version.

    There is no Menu on the Toolbox and if I type <ext:Menu> there is no intellisense and there is no such object.
Results 1 to 25 of 71
Page 1 of 3 1 2 3