Search Type: Posts; User: MichaelOstrovsky

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. "After updating app" - i meant after upgrading to 4.2 from 4.1. the structure of the themes had changed and it's unclear how to organize or re-organize it now.
    for example, i was importing default...
  2. Joining to the question.
    After updating app from 4.1.1 ( the latest public release ), nothing works and i'm still trying to figure out what to do , without any success.
    Docs are messed and...
  3. I found a temporary workaround - just set docked item's height manually after it's rendered.
    for example, here's a patch to fix panel/window header which height has been set directly in css :


    ...
  4. Replies
    6
    Views
    285
    Yes, along with hundreds of container , component, and base members interfering )
    'Merge' is for example to give an option to see such private abstract classes as one with their subclass. for...
  5. Replies
    6
    Views
    285
    Makes sense actually )

    It would be great however to somehow "merge" them in the doc ( e.g. see Panel&AbstractPanel as one )..

    Thanks!
  6. Replies
    6
    Views
    285
    Sure, this is why abstract classes usually used for. I asked specifically about several of the main ext classes.
    Honestly, I don't see anyone extending AbstractComponent or AbstractElement ( instead...
  7. Replies
    2
    Views
    1,063
    I've combined all the resources i could find , and it seems to work so far :
    http://www.sencha.com/forum/showthread.php?254427-Full-screen-mode-methods&p=931397&viewfull=1

    This methods, however,...
  8. Replies
    1
    Views
    1,865
    Hello. I've made an attempt to provide cross-browser solution to controlling full-screen mode.
    Following is the solution so far ( combining all resources i could find and personal touches ).
    ...
  9. Replies
    6
    Views
    285
    Just curious, what's the point in the abstract classes which have only one subclass (AbstractComponent, AbstractPanel, AbstractElement etc) ?
    Is it just for convenience ?

    Actually it wouldn't...
  10. Check out my rework for emptyText , which intended to solve this and several other emptyText issues ( like ie password field , and focused emptytext state ) :...
  11. Implementation of emptyText

    * tested with textfield and combobox , on form and vbox layouts, on IE9,FF,Chrome
    * does not relay on html5 placeholder or "placeholder hacks" that quirks field's...
  12. Automatically add the ui of the (modal) window to the mask element.
    Tested on Ext 4.1.1



    // allow customizing window's modal mask
    Ext.define('patches.ExtZIndexManager',{
    ...
  13. http://www.sencha.com/forum/showthread.php?125545
  14. Replies
    1
    Views
    905
    Hello.
    I wonder what's the difference between those two component configuration options.
    From the doc it seems they serve the same purpose - to add class to root element of component.

    Thanks
  15. when entering sencha web-application from iphone , the first thing that appears is the last page from the previous visit to that application.

    any way to avoid that ?

    and why is that happening ?...
  16. Replies
    3
    Views
    746
    Too bad.
    Our app shows video , and it's very annoying that in the middle of watching, the device cicks you off :(
    maybe some hack with focuses or something , so iPhone ( and/or android ) will...
  17. Replies
    3
    Views
    746
    any way to disable device-lock from sencha web-app ?

    thanks
  18. The config has resolved the problem :)
    Thank you very much for the fast and helpful support, Jacky.
  19. The problem is on iPhone 3G and iPhone 3GS ( although on 3GS is slight better ). anyway , we unfortunately can't ask users to upgrade their devices if they want to use our application :)

    To be...
  20. Thank you Jacky , but by our tests, "native" textbox behaves much faster and stable than "Ext.form.Text" component:



    Ext.setup({
    onReady:testTextBox
    });


    function testTextBox(){
  21. Hello

    We encountered an issue about very slow and unstable responsiveness to tapping on Ext.form.Text.
    It happens on our own in-development app , and reproduced on kitchen sink , on several...
  22. any plans to adding resizing functionality to boxlayout items ( like the borderlayout ) ?
    i.e hbox - resizing widths , vbox - resizing heights ?

    any tips on how to do it ?

    Thanks.
  23. i'm trying to make text inside button unselectable in IE8. below is a part of button's extension:


    onRender:function(){
    var tpl;

    if(!neo.Button.buttonTemplate){...
  24. Is it possible to render components into iframe ( without loading any scripts there ) just like it was some Ext.Container or so ?
    i'm sure there is an answer but i cannot find it for a long time.
    ...
  25. Replies
    4
    Views
    980
    We have a serious problem securing our code.
    while there are javascript obfuscators like stunnix out there , their output can be de-obfuscated with many tools ( like http://www.gosu.pl/decoder/ )....
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4