Search Results

Type: Posts; User: watteeuw

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks. Is working ok.
  2. Maybe I misinterpreted the behavior of BeforeSelect event, but wouldn't the Select event never fired if I return false from BeforeSelect?
    Tested with 3.1.0


    <ext:ComboBox runat="server"...
  3. Even is a little out of topic, is good to know
    that even Microsoft doesn't support too well scaling in his own software.
    Look into an Excel at 150% (checkboxes into filters)
  4. Seems they tried to fix it in 4.2 but still not working:
    * EXTJSIV-7085*HtmlEditor: clicking on down arrow on forecolor or backcolor button deselects text in IE

    The only change in code is...
  5. I was too pessimist. Just received my book !!
  6. Yes, I keep you updated.
    Book is probably delayed because of wheather :)
    Or maybe I should select the package with luck included. Joking !
  7. If someone knows more about ExtJs/Net and VS2012 please share.

    I couldn't make it working. Tried references, setting in options/JS, but except a simple list with already used properties/variables...
  8. I set the param only to see if is passed to handler.

    Just for the others which have same problem:
    Form Data is in context.Request.Form of type System.Collections.Specialized.NameValueCollection
  9. Please light me with Form Submitting:
    Submit function:

    function submit(formPanel) {
    var a = Ext.encode(formPanel.getForm().getValues());
    ...
  10. I'm seeing that the licence includes now a copy of Ext.NET Web Application Development book.
    http://www.ext.net/store/
    Is this applied also for already bought ver.2 licences with premium support ? ...
  11. I found this because after installing VS 2012 with latest IIS, my application stopped working when serving static files (stupid compression errror showed in logs) .
    The problem was, in fact, that...
  12. Any reason, except mistake, the mimeMap setting is reversed in example's Web.config ?


    <staticContent>
    <mimeMap fileExtension=".json" mimeType="application/x-woff" />
    <mimeMap...
  13. Not an isue, but an alternative for others which are looking for such option:
    The idea is to show something like ShortName(LongName) in picker list, but to display only ShortName in edit field.

    I...
  14. Hi Daniil,

    Fix works, at least for me ! Checked with svn update

    regards
  15. Indeed DateColumn solved the store display but still have the error into handler when try to Deserialize the data.
    Using last build 4373.
    Which is your value in handler for js variable when you...
  16. See in attached image the grid records (UTC format instead of column specified format)
    but also in handler the string passed on inserting operation:
    Data: [{"dt":"2012-09-26UTC11:47:08"}]...
  17. Sorry I'm interfering in this topic, but since the last few updates from SVN (v.2.1) the default Date format (Json serialized) starts to be UTC format
    (yyyy-MM-ddUTCHH:mm:ss) instead of Json format...
  18. Seems you are filling the ID "manually" in AddTest script

    Try remove IDProperty="ID" from store.
    Otherwise seems that the store considers the record as complete and the insert to database is not...
  19. Tried to Render the Group but no success. I saw a meesage on ExtJs forum saying is not possible.

    Switched to container and tried this, but didn't find the wining combination, yet:

    <Viewport>
    ...
  20. Is possible to change columns number of the ButtonGroup in a resize event ?


    Thanks
  21. Yes, indeed, Chrome is working but not my buggy IE9 !
  22. Please check the example (swich to Editor Panel):
    https://examples2.ext.net/#/Editor/Basic/Overview/

    Can you change the font color or to highlight a text ?
  23. Please check the example (swich to Editor Panel):
    https://examples2.ext.net/#/Editor/Basic/Overview/

    Do you succeed to change font color or to highlight a text ?
Results 1 to 25 of 30
Page 1 of 2 1 2