Search Results

Type: Posts; User: Steve

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi all,

    I've got an issue, which I'm sure is to related to me being dumb :(

    I've downloaded the Preview for 2.0 and opened the 2008 Solution. It has references to the Ext.Net.Utilities and the...
  2. Hi Vladimir,

    Thanks for taking the time explain. I can confirm that all is working well now.


    Cheers


    Steve
  3. OK, I see. So if the panel's were nested, then surely calling doLayout on the outer panel would redo the layout of the inner panel?

    Small example


    <ext:Panel ID="outerPanel" runat="server"...
  4. Hi Vlad,

    Thanks for that. It worked.

    Are you saying that the panel would not render correctly (if hidden to start with) because it didn't contain an further inner layer? For example, like...
  5. Hi Guys,

    I'm having a problem with a progress bar which is wrapped in a Panel. The Panel visibility is set to hidden to start with, and then .Show() is called upon it. The Progress Bar inside...
  6. Hi Vlad,

    Thanks for that. Perfect. The solution appeared to be the delay=100


    Cheers


    Steve
  7. Hi Vlad/Geoffery

    I have the following ComboBox


    <ext:ComboBox
    ID="createSelector"
    HideLabel="true"
    EmptyText="Create a new..."
    runat="server"
  8. *Hi Vlad,

    *Perfect. Thank you!


    Steve
  9. Hi Vlad/Geoffrey

    I'm having an issue with a Combobox which I hope you can help with.

    I have the following store


    <ext:Store
    ID="dealPercentageStore"
    runat="server"
  10. Sorry Vladimir, I uploaded the incorrect second image. Take a look at this one. You can plainly see that the Data object is not a Record Object, it's a simple array. This is the record which was...
  11. Hi Vladimir,

    It appears that AddRecord does not add a real Record object to the store. Here's the process.

    I have a JsonStore.

    Populate this from a DataTable on Form Load.

    I have two...
  12. Hi,

    I'm dynamically adding a record to the Store using the new C# AddRecord function IDictionary<string, string> recordData = new Dictionary<string, string>();


    recordData.Add("id", highId);...
  13. Hi Vladimir,

    It does indeed do what I though, and simply increment the ID. So if I have two records already (1002, 1003), the third new record I add will overwrite the existing 1002.

    To get...
  14. At what point do you guys get fed up of me finding bugs :)

    Thanks Vladmir, appreciate the quick response (to all my queries).


    Steve
  15. Excellent, thank you Vladmir. I will test shortly.

    Just to confirm, assume I have two records in the Store already (id = 1002,1003).


    On adding a new record, the id is automatically set to...
  16. Hi,

    I'm using #{AjaxMethods} in my user controls, and this works create where it is the only element of the Handler= method.


    <Listeners>
    <Click Handler="#{AjaxMethods}.editLocation();"...
  17. Hi again :)

    I have a formpanel which is used in conjunction with a ComboBox to select and load records from a store. All is good.



    <ext:Store
    ID="addressStore"
    runat="server"
    ...
  18. You know, I really should have known that. I've got too used to the Ext Panel nesting tricks :)

    Thanks again Vladimir, another quick solution!


    Cheers


    Steve
  19. Hi

    I've got a problem getting a User Control (Coolite-based Panels) to auto size when placed on a Page using a ColumnLayout.

    On the main page (using the Control) I've got:


    <ext:Panel...
  20. Vladimir to the rescue again :)

    Thanks very much, it works perfectly. Can be closed.


    Steve
  21. Hi Vlad,

    I only have the code above, so I guess in answer to your question, no.


    However, the code works if you select an existing list member, or if you type the name (Type Ahead) and chose...
  22. Hi

    I have a ComboBox which is initalised with a store at page load. I've also set ForceSelection to false so that the user can enter a new value.


    <ext:ComboBox
    ID="companyCombo"
    ...
  23. Vlad/Geoff,

    Great job again! I can confirm that this is now working as expected. For the sake of interest, can you tell me which files InitScript should be processing (I know I can look in the...
  24. Hi Vlad,

    Sample website (broken) on it's way to the support email now. Let me know if you have a problem receiving it.


    Cheers


    Steve
  25. Hi guys,


    I'm having a real problem with the configuration of my site under II7. I'm running SVN 0.8.0 from Monday of this week.


    I have the following web.config settings :
Results 1 to 25 of 55
Page 1 of 3 1 2 3