Search Type: Posts; User: dwb
Search: Search took 0.03 seconds.
-
25 Apr 2013 12:40 PM
Jump to post Thread: Panel Header Background Gradation by dwb
- Replies
- 1
- Views
- 78
Hello,
While investigating my own issue (I am the original poster), I discovered that the following works... well, sort-of works.
The effect I was attempting to create looks like this in... -
25 Apr 2013 8:45 AM
Jump to post Thread: Panel Header Background Gradation by dwb
- Replies
- 1
- Views
- 78
Hello,
I'm extending the "Ext-theme-gray" theme using SCSS and Sencha Cmd. I'm trying to achieve a panel gradation similar to the "Ext-theme-classic".
Following the "Themeing" documentation,... -
23 Apr 2013 9:28 AM
- Replies
- 3
- Views
- 237
Versions Used:
Sencha Command Version = 3.1.0.239
ExtJS Version = 4.2.0.663
Mac OS X = 10.7.5
Error Description:
Using the Theming Instructions (from Ext JS 4.2.0 Sencha Docs) setup... -
11 Dec 2012 11:14 AM
- Replies
- 1
- Views
- 157
[4.1.0] All Browser - Using layout configuration 'minWidth' only works when the panel's layout is configuration is 'border'.
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.0
Browser... -
28 Nov 2012 3:32 PM
- Replies
- 1
- Views
- 267
Greetings,
I'm onboard with ExtJs 4.1.1a and Sencha Command 3.0.0.250.
Using the Sencha Command tool, I was able to quickly build my custom CSS and auto-generated themed images (sencha theme... -
27 Nov 2012 2:08 PM
- Replies
- 1
- Views
- 212
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.3
OS Platform:
Platform: Mac OS X 10.7.5, VMware Fusion 5.0.2 running IE in modes 9, 8, 7.
Browser versions tested against: -
26 Nov 2012 1:32 PM
- Replies
- 2
- Views
- 254
Once Auto-Generated 'app.scss' file looks like this:
-----------------------------------------
@import 'compass';
@import 'ext4/default/all';
// Your custom code goes here... <<<< WRONG!... -
26 Nov 2012 1:11 PM
- Replies
- 2
- Views
- 254
After using the new sencha command to generate an ExtJs 4x file/directory structure, the 'app.scss' is born and looks like this:
-
18 Oct 2012 10:54 AM
- Replies
- 1
- Views
- 428
REQUIRED INFORMATION
Ext version tested:
Build: 0
major: 4
minor: 1
patch: 1
Browser versions tested against: -
30 Jul 2012 8:22 AM
- Replies
- 0
- Views
- 402
Hello All,
I'm having difficulties understanding and successfully operating Sencha's Slice & SASS correctly.
After creating a custom theme configuration using my-ext-theme.scss, I've used... -
1 Jun 2012 10:56 AM
Jump to post Thread: JSON TREESTORE by dwb
- Replies
- 0
- Views
- 307
Hello Senchanites,I'm trying to populate a tree panel with only a part of the data from a particular node in a Json response object. I've seen others whom have 'sort of' accomplished this feat, but,...
-
15 May 2012 2:34 PM
Jump to post Thread: Grid Cell with Ext Component by dwb
- Replies
- 1
- Views
- 319
Hello,
Is it possible to render Ext Components (not the standard HTML components) within a grid cell?
I'm trying to render an Ext Combo Box (as an editor) and an Ext Checkbox (reflects true or... -
20 Apr 2012 7:56 AM
Jump to post Thread: xtemplate? by dwb
- Replies
- 21
- Views
- 2,717
Hello,
Does Architect 2 have an XTemplate object? I don't see it in the Toolbars list of objects. I could hand-code my template, but, I don't know were in Architect to employ this code.
... -
5 Apr 2012 8:30 AM
Jump to post Thread: Treepanel with Editable Grid? by dwb
- Replies
- 1
- Views
- 542
Hello,
I've arranged a treepanel (backed by a treestore) with additional gridcolumns that are editable. Everything initiates fine. The problem happens when I attempt to edit the gridcell... -
23 Mar 2012 9:06 AM
- Replies
- 5
- Views
- 1,480
Hey Gang,
I'm experiencing a similar problem with treepanel nodes. The user can add folder nodes to the tree panel treepanel via a toolbar button. Nodes are added and the treepanel's depth adjust... -
21 Mar 2012 8:01 AM
- Replies
- 1
- Views
- 421
Hi All,
It appears to me that it is IMPOSIBLE to make a copy of a treestore from a "master" treestore.
The reason I require this is because I have a treepanel that needs to filter out ALL leaf... -
12 Mar 2012 12:45 PM
Jump to post Thread: Deleting Combo Box Record(s) by dwb
- Replies
- 5
- Views
- 413
Ah, I see...
I made another attempt but I'm still getting identical results.
This is what my controller is calling now:
bpComboStore.remove(bpComboStore.getAt(0));
bpComboStore.sync(); -
12 Mar 2012 12:23 PM
Jump to post Thread: Deleting Combo Box Record(s) by dwb
- Replies
- 5
- Views
- 413
Thanks for the tip!
I've done this only to discover that NO records are being deleted.
So, instead of using my var (comboRecVal) I've substituted 0 (zero). Thus, I've hard coded that the first... -
12 Mar 2012 8:25 AM
Jump to post Thread: Deleting Combo Box Record(s) by dwb
- Replies
- 5
- Views
- 413
Hello - I'm having a heck of a time deleting a record from a combo box. The combo box is simple, it's contains 2 static (locally assigned) items (records). Below is combo-box and store code:
... -
8 Mar 2012 4:40 PM
- Replies
- 2
- Views
- 1,150
Thanks for the hint!
-
7 Mar 2012 2:28 PM
- Replies
- 2
- Views
- 1,150
Hello,
I'm having a bit of trouble with a treepanel, more directly the problem concerns dragging & dropping nodes. What I want to do is to let the user drag leafs to the folders only. I wish to... -
1 Mar 2012 10:42 AM
- Replies
- 4
- Views
- 680
Got it, thanks for clearing this up!
-
28 Feb 2012 4:12 PM
- Replies
- 1
- Views
- 819
Hi,
I'm working with a tree panel that has the drag & drop plugin configured in it's view.
When a user clicks a button, I've successfully added a new, "non-leaf" type node to my root node using... -
28 Feb 2012 8:40 AM
- Replies
- 2
- Views
- 598
Hi vietits,
Thanks for the valent effort. I've introduced the changes your've shown me and now I'm receiving a different error: Cannot read property 'length' of undefined. Looks like Ext is... -
27 Feb 2012 3:45 PM
- Replies
- 2
- Views
- 598
Hello,
I've got a tree panel and I'm adding leaf nodes to it from the panel's controller.
Controller Code:
addEventRule: function(){
var content = Ext.getCmp('BillingPlanTreeCtn');...
Results 1 to 25 of 52
