Search Results

Type: Posts; User: relativ

Search took 0.01 seconds.
  1. HttpWriteProxy error pls help ?




    HttpWriteProxy initial code



    var writeProxy = new Coolite.Ext.Web.HttpWriteProxy()
  2. store save events in the can not receive a response webservice returned.



    How can I get return value webservice?




    <div selected="true" class="netInfoResponseText netInfoText ">XML...
  3. I add an editable column to the Gridpanel add connected a combobox to the editor. Instead of giving the the text on the combobox after choosen an line it is writing the lookup value for it. I want to...
  4. thanks vladimir. mark solved.
  5. I don't use a grid or a formpanel. I insert the calculated records manually to the store object and posting the data by saving the store manually also.
  6. I post the data to the server with the Store.save() method to the webservice using the httpproxy.
  7. I'm posting data the server in the Click event. this process may take longer thought of having to mask. but doing pretty quickly.

    no longer need to show messages.
    thanks vladimir
  8. How do I show the mask Button.Listener.Click event?



    Is there a similar usage?


    button1.Listener.Click.ShowMask = true;
    button1.Listener.Click.Msg = "Please wait..";...
  9. I used a web service to collect the data from the server side.
    The adMasterStore object is responsible to call the service and take the results as a type of datatable.
    In debug mode I can see...
  10. all fields by adMasterStore object Functions.CreateDataStore method under JsonReader type is generated.






    private void CreateDataStore()
    {
    Store adMasterStore =...
  11. how to get Store old values ?

    for example :




    record.data.TAM_FIRMA_ADI old value is "Test Co."
  12. Update InputValue property in CheckboxBase.cs as follows:


    private string inputValue;

    [ClientConfig]
    [Category("Config Options")]
    [Description("The value that should go into the generated...
  13. Where can I download the coolite or extjs vsdoc javascript template used in visual studio intellisense?
  14. When I debug javascript form element does not appear in FormPanel this percentage is not shown on the records



    SBaseForm.cs



    using System;
    using System.Collections.Generic;
  15. Dear sirs;

    I wrote a new control which derived from Coolite.Ext.Web.ComboBox.
    I try to add an inherited control to Combobox using the "Controls.Add(MyStore);" in the section CreateChildControls...
Results 1 to 15 of 15