Search Type: Posts; User: Lloyd K
Search: Search took 0.03 seconds.
-
28 Oct 2010 4:56 AM
- Replies
- 6
- Views
- 4,092
The Flash part needs to stay for a while yet for backwards support of older browsers etc.
-
8 Oct 2010 2:13 AM
- Replies
- 2
- Views
- 785
No, a loadmask is just a div your script will still run, still take long and still be unresponsive.
-
24 Sep 2010 7:59 AM
- Replies
- 8
- Views
- 1,277
I'm unsure what the issue is? You just include miframe.js or miframe-debug.js and create an Ext.ux.ManagedIFramePanel and voila. Oh and here's the docs:
http://uxdocs.theactivegroup.com/ -
20 Sep 2010 2:45 AM
- Replies
- 2
- Views
- 524
Look at the Ext.MessageBox documentation, the callback function is supplied with the button that was clicked, for example:
Ext.MessageBox.show({
...
buttons: Ext.MessageBox.OKCANCEL,... -
16 Sep 2010 7:35 AM
- Replies
- 406
- Views
- 143,640
Yes sorry I did resolve this issue, I've attached the copy I've modified and work with as I simply don't recall what I've changed (or why) thesedays.
-
13 Sep 2010 9:20 AM
- Replies
- 1
- Views
- 965
If I have a SplitButton like this:
var split_button = new Ext.SplitButton({
enableToggle: true,
toggleGroup: "test",
allowDepress: false,
text: "Test"
}); -
26 Jul 2010 12:48 AM
- Replies
- 32
- Views
- 1,767
Why are you doing this with the dom element? You need to do it with the actual grid object, also give your grid a proper ref so you don't need such a long path.
... -
30 Jun 2010 8:24 AM
- Replies
- 406
- Views
- 143,640
I'm curious, I started using this and it's working except when I highlight the boxes it stays highlighted and doesn't not revert to the lighter blue colour, any reason why? I'm using Ext 3.2 but so...
-
30 Jun 2010 1:06 AM
Jump to post Thread: Less space on fieldLabel by Lloyd K
- Replies
- 2
- Views
- 719
You can set labelWidth on both form and fieldset (and fieldsets inside forms) to whatever size you want, this is not the default however it's a fixed size.
-
24 Jun 2010 8:55 AM
- Replies
- 8
- Views
- 1,261
You might want to try ext-all-debug.js so that the <o> in o.getItemId is expanded and we can better see the issue there.
-
11 Jun 2010 1:26 AM
- Replies
- 1
- Views
- 740
How do you make it non-editable, readOnly? Ideally you should use disabled then use the select event of the combo to call enable() and disable() on the field you want.
Of course, a combo is a bit... -
27 May 2010 6:11 AM
Jump to post Thread: Office 2010 - New concept! by Lloyd K
- Replies
- 13
- Views
- 3,770
I hate the new Office toolbar system though and the way it all works :(
-
27 May 2010 6:10 AM
Jump to post Thread: the????? by Lloyd K
- Replies
- 2
- Views
- 870
Documentation typo :P
-
26 May 2010 8:03 AM
Jump to post Thread: Office 2010 - New concept! by Lloyd K
- Replies
- 13
- Views
- 3,770
You can make an approximation already, as the above post says look at the toolbar examples :)
-
26 May 2010 5:43 AM
- Replies
- 6
- Views
- 1,070
Yes, infact it's more than advisable. Of course, it depends how your application is built on how best to split it up.
I beleive Saki has some articles on writing big applications and I'm sure the... -
23 May 2010 8:33 AM
Jump to post Thread: Shadowbox does not cover flash by Lloyd K
- Replies
- 1
- Views
- 579
What is Ext.ux.ExtBox? Given it's an ux you should pass it by the developer of it first?
-
14 Apr 2010 1:58 AM
Jump to post Thread: Forum Software Upgrade by Lloyd K
- Replies
- 162
- Views
- 20,320
Although I like change I much prefer the old layout, there's a lot missing in this new layout or is hard to get to, as well as certain information being too small or too big.
What I miss from the... -
13 Apr 2010 9:12 AM
- Replies
- 8
- Views
- 3,262
As well as combining CSS, gzipping and using sprites we also spread ExtJS and other core assets across multiple domains for parallel loading as described here:
... -
31 Mar 2010 7:25 AM
Jump to post Thread: Tree D&D by Lloyd K
- Replies
- 1
- Views
- 706
Am I missing something here? How do you drag-&-drop between two tree's but not have the target assume control of the sources nodes. In otherwords, it does a copy and not a move. So far I have to use...
-
24 Mar 2010 2:26 AM
- Replies
- 3
- Views
- 965
If the panel is split with other panels in a border layout then there is:
collapseMode: "mini"
I'm not sure about panels elsewhere though :/ -
24 Mar 2010 2:23 AM
Jump to post Thread: Extended Windw by Lloyd K
- Replies
- 1
- Views
- 507
Show some code?
-
23 Mar 2010 4:03 AM
Jump to post Thread: Ext.Direct .NET Router by Lloyd K
- Replies
- 238
- Views
- 90,332
Ahh yeh I tried that but didn't yet fix it. Thanks for the heads up.
-
17 Mar 2010 3:59 AM
- Replies
- 2
- Views
- 745
Currently we have objects that are included in language files which we can reference, for example:
English:
MyApp.Locale.Shared.Buttons = {
yes: "Yes",
no: "No"
}; -
16 Mar 2010 9:34 AM
- Replies
- 11
- Views
- 1,685
Yep branch works fine. Glad I finally solved that one I thought I was going mad. Thanks for your patience and input.
-
16 Mar 2010 9:24 AM
- Replies
- 11
- Views
- 1,685
Ahh now I'm pulling from trunk and not branch, perhaps that's where it's going wrong.
Results 1 to 25 of 103
