Search Type: Posts; User: MichaelOstrovsky
Search: Search took 0.02 seconds.
-
17 Mar 2013 8:06 AM
- Replies
- 22
- Views
- 3,920
"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... -
17 Mar 2013 3:31 AM
- Replies
- 22
- Views
- 3,920
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... -
18 Feb 2013 9:42 AM
- Replies
- 1
- Views
- 432
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 :
... -
22 Jan 2013 5:48 AM
Jump to post Thread: Ext abstract classes by MichaelOstrovsky
- 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... -
21 Jan 2013 4:55 PM
Jump to post Thread: Ext abstract classes by MichaelOstrovsky
- 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! -
21 Jan 2013 12:31 PM
Jump to post Thread: Ext abstract classes by MichaelOstrovsky
- 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... -
21 Jan 2013 12:00 PM
Jump to post Thread: Fullscreen mode onload by MichaelOstrovsky
- 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,... -
21 Jan 2013 11:59 AM
Jump to post Thread: Full screen mode methods by MichaelOstrovsky
- 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 ).
... -
18 Jan 2013 4:55 AM
Jump to post Thread: Ext abstract classes by MichaelOstrovsky
- 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... -
14 Jan 2013 7:44 AM
- Replies
- 3
- Views
- 449
Check out my rework for emptyText , which intended to solve this and several other emptyText issues ( like ie password field , and focused emptytext state ) :...
-
13 Jan 2013 11:15 AM
- Replies
- 0
- Views
- 606
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... -
7 Jan 2013 3:31 AM
- Replies
- 1
- Views
- 626
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',{
... -
5 Dec 2012 2:53 AM
Jump to post Thread: Model remote validation by MichaelOstrovsky
- Replies
- 1
- Views
- 590
http://www.sencha.com/forum/showthread.php?125545
-
6 Apr 2012 3:57 AM
Jump to post Thread: componentCls vs cls by MichaelOstrovsky
- 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 -
13 Jan 2011 9:55 AM
- Replies
- 0
- Views
- 460
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 ?... -
13 Jan 2011 8:47 AM
Jump to post Thread: disable lock by MichaelOstrovsky
- 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... -
13 Jan 2011 7:37 AM
Jump to post Thread: disable lock by MichaelOstrovsky
- Replies
- 3
- Views
- 746
any way to disable device-lock from sencha web-app ?
thanks -
19 Dec 2010 6:36 AM
- Replies
- 6
- Views
- 1,314
The config has resolved the problem :)
Thank you very much for the fast and helpful support, Jacky. -
19 Dec 2010 6:25 AM
- Replies
- 6
- Views
- 1,314
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... -
19 Dec 2010 5:58 AM
- Replies
- 6
- Views
- 1,314
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(){ -
19 Dec 2010 2:20 AM
- Replies
- 6
- Views
- 1,314
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... -
13 Sep 2010 7:51 AM
Jump to post Thread: resizing boxlayout items by MichaelOstrovsky
- Replies
- 1
- Views
- 491
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. -
1 Jul 2010 7:19 AM
- Replies
- 0
- Views
- 883
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){... -
23 Jun 2010 2:51 AM
- Replies
- 1,016
- Views
- 302,660
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.
... -
16 Jun 2010 8:49 AM
Jump to post Thread: Securing code by MichaelOstrovsky
- 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
