Search Results

Type: Posts; User: nflawson

Search took 0.02 seconds.
  1. Thank you for your help. Actually if you look at Sencha's description of the radioGroup's setValue(value) method they describe value as...



    So passing a singleton to the radioGroup is outside...
  2. Here is my original sample with the removal of the sertValue entry in the store load handler...


    <%@ Control Language="VB" ClassName="Test" CodeFile="Test.ascx.vb" Inherits="Test"...
  3. Thank you,
    Although I was sure I tried 0 and 1 they do work if you use radioGroup.setValue() and pass in the data object. But I am still having issues and I suspect that the 0/1 inputValue setting...
  4. An update...

    If I use...


    #{isBool}.setValue(records[0].data);


    This calls...
  5. Hi, I have a simple control with three radio button groups and a text box (see below). I have a data source that has four fields one of which is called 'notBool' and it contains a true/false string...
  6. I have a Premium licence and I have access to the SVN repositories but it seems I must download the entire source code package to get version 1.7.

    If this is the case a sticky not about access to...
  7. Thread: v1.0 Testing

    by nflawson
    Thank you Vladimir that is a great tip!

    I was completely unaware that the objects are global (it makes sense, of course) and it certainly makes for easier coding.

    Regards,
    Neil
  8. Thread: v1.0 Testing

    by nflawson
    Finally, I can add a store explicitly to the store manager in the load event ...



    <ext:Store ID="XYZData" runat="server">
    <Listeners>
    <Load Fn="function()...
  9. Thread: v1.0 Testing

    by nflawson
    As an update to my message - I can access the store of a gridpanel that is displaying data via the component manager.

    i.e. I can do...



    var store =...
  10. Thread: v1.0 Testing

    by nflawson
    Hi, I am using the preview version and I am having difficulty with the StoreMgr. In places where my store (or stores) are obviously populated when I add a Watch to Ext.StoreMgr the Items count is 0...
Results 1 to 10 of 10