Search Type: Posts; User: devtig
Search: Search took 0.03 seconds.
-
11 Mar 2013 12:29 AM
- Replies
- 4
- Views
- 282
I have seen myself trying to look for this a couple of times in menu Edit -> Project Settings -> Framework. If you would just go for the simple solution, you would put the text right there:
"To... -
10 Mar 2013 11:44 PM
Jump to post Thread: Clarify : getCmp vs Up/down by devtig
- Replies
- 16
- Views
- 1,535
Your post is poetic and adds value to the discussion. If you would add a link to a nice tutorial then it would add actual value for newbies.
-
19 Feb 2013 11:49 PM
- Replies
- 4
- Views
- 759
Thanks evant, it works! (4.1.1).
This bit is now in my ext-overrides.js until 4.2. The blue code is the bugfixer.
Ext.view.BoundList.override({
refresh: function(){
var me =... -
19 Feb 2013 1:15 PM
- Replies
- 4
- Views
- 759
Great news. Mind sharing a snippet of the fix, so that I can apply it in my client's project using 4.1.1?
-
19 Feb 2013 12:35 PM
- Replies
- 11
- Views
- 5,385
I got a ExtJS 4 version of Animal's findInvalid
Ext.form.Basic.prototype.findInvalid = function() {
var me = this,
invalid;
Ext.suspendLayouts();
invalid =... -
19 Feb 2013 9:48 AM
- Replies
- 4
- Views
- 759
Ext version tested:
Ext 4.1.3
Ext 4.1.1
Browser versions tested against:
IE6 (6.0.2800) on Win2000
IE6 (6.0.2900) on WinXP
DOCTYPE tested against: -
15 Dec 2012 12:26 PM
Jump to post Thread: Different languages/Translations by devtig
- Replies
- 55
- Views
- 6,988
Yes, I agree. I still use Localizer with projects I create with Sencha Architect today.
-
15 Dec 2012 12:10 PM
Jump to post Thread: Different languages/Translations by devtig
- Replies
- 55
- Views
- 6,988
The namespace pollution alone is not a valid argument to use Localizer. He might as well use Ext.translations.titleName="Título español";
-
4 Dec 2012 12:30 PM
Jump to post Thread: KPI Gauge by devtig
- Replies
- 21
- Views
- 6,894
Works great in ExtJS 4.1.1. Thanks!
-
21 Nov 2012 10:20 AM
- Replies
- 14
- Views
- 38,226
You're posting in the wrong forum. This is ancient Ext JS 1.x forum. And your query is about: Javascript GetObject LDAP. Google that.
-
21 Nov 2012 12:31 AM
Jump to post Thread: Ext.ux.window.Notification by devtig
- Replies
- 100
- Views
- 34,382
I think replacing all instances of me.hide() with me.close() in the code is the way to improve it (I haven't tried it). The default closeAction of a window is destroy. So, when you close() a window,...
-
15 Nov 2012 3:14 AM
- Replies
- 7
- Views
- 2,916
I think I understand what's happening. ExtJS devs probably intended to only suppress select en deselect events with suppressEvent=true. I _thought_ it would also suppress selectionchange event, but...
-
14 Nov 2012 11:03 AM
- Replies
- 1
- Views
- 582
You're wondering why your cross-domain iframed web app using cookies works everywhere, except in Safari? By default Safari only allows cookies from sites you navigate to directly. So, you're out of...
-
2 Nov 2012 8:51 AM
Jump to post Thread: Ext.ux.window.Notification by devtig
- Replies
- 100
- Views
- 34,382
What do you mean with rearrange?
-
24 Sep 2012 5:07 AM
- Replies
- 3
- Views
- 498
I would help with updating the Dutch locale file in general. Is there git or a repository for the locale files? Or... how may I help? I would also need a locale file template to see what needs...
-
11 Sep 2012 1:09 AM
- Replies
- 3
- Views
- 498
In 4.1.1. the translations for model validation messages are missing in all localization files. For Dutch, you would need to add to locale/ext-lang-nl.js
... -
10 Sep 2012 10:24 PM
- Replies
- 4
- Views
- 9,087
Hi Tobiu, why do you do the form.loadRecord(customer)? Isn't the form still populated with the entered values?
-
4 Sep 2012 10:17 PM
- Replies
- 10
- Views
- 3,219
Thanks.
-
3 Sep 2012 10:39 PM
Jump to post Thread: Extjs 4 - Red Theme by devtig
- Replies
- 3
- Views
- 4,829
Link is not working (anymore). Instead go to https://market.sencha.com/ and click Themes.
-
3 Sep 2012 10:23 PM
Jump to post Thread: [4.1] Loading mask by devtig
- Replies
- 30
- Views
- 7,282
I'm not sure if the Sencha devs are subscribed to threads with a bug marked as Fixed. In that case they won't hear us.
-
31 Aug 2012 6:07 AM
- Replies
- 7
- Views
- 2,916
You guys only fixed it for select method. suppressEvent is ignored with selectAll.
I just tested it in 4.1.1.
Use this override until it's fixed by the Sencha devs. It's a copy paste of the... -
23 Aug 2012 3:11 AM
Jump to post Thread: [4.1] Loading mask by devtig
- Replies
- 30
- Views
- 7,282
I'm using Ext JS 4.1.1. and it appears to me now that grids that use a store with buffered set to true do show the Loading mask just fine, but the mask is not removed when there are no results. But...
-
12 Aug 2012 11:11 PM
Jump to post Thread: Ext.ux.window.Notification by devtig
- Replies
- 100
- Views
- 34,382
Hi Erik, thanks for your effort. So, I only need to download this to have your improvements?
http://www.eirik.net/Ext/ux/window/Notification.js -
10 Jul 2012 11:10 PM
- Replies
- 2
- Views
- 1,422
For ExtJS 4 the solution is to add a cls indentWrappedText to a Radio, Checkbox, RadioGroup or CheckboxGroup.
Add this style:
.indentWrappedText input.x-form-radio, .indentWrappedText... -
20 Jun 2012 1:16 AM
- Replies
- 1
- Views
- 376
Ext version tested:
Ext 4.1.0
Browser versions tested against:
IE6
IE8
FF13
Safari 5
Chrome
Results 1 to 25 of 107
