Search Results

Type: Posts; User: maxoptimus

Search took 0.01 seconds.
  1. https://docs.google.com/file/d/0B3zoHZSwdZ_wcDRUNUNqMlJycmc/edit

    looks like clear cache not needed;
    not sure maybe it's possible to reproduce in some another ways too
  2. - close example page
    - at FX use tools->clear caches
    - at FX use tools->clear history (Ctrl+Shift+Del) -> check cashe and press 'clear now'

    - use search textbox (i.e. type 'test' remove last...
  3. Open examples first time!!! (or clear caches and history->cache, etc)

    FX show at console errors:

    error: TypeError: g is undefined
    src:...
  4. <View>
    <ext:GridView style="overflow-y:auto;"/>
    </View>
    in such way vertical scroll work correct
  5. this work for me fine

    <View>
    <ext:GridView style="width:100%"/>
    </View>
  6. - add latest version of Newtonsoft.Json.dll; (and fix some errors related to jSON reader, etc; add null in the end if method expected more arguments, etc)
    - under Coolite.Ext.Web AssemblyInfo.cs add...
  7. call .center();
    befor .show();

    JS
    WindowEditor.center();
    WindowEditor.show();

    work fine for me
    ...
  8. it will show info alert message (can be used error, warning, etc)...


    ExtNet.Msg.Show(New MessageBoxConfig() With { _
    .Buttons = MessageBox.Button.OK, _
    ...
Results 1 to 8 of 8