Letting Ext assign the unique "id" - great! Referencing items/components via the "itemId" works great!
But, some of the Ext components demand that you assign a hard "id". I'm speaking directly...
Type: Posts; User: dwb
Letting Ext assign the unique "id" - great! Referencing items/components via the "itemId" works great!
But, some of the Ext components demand that you assign a hard "id". I'm speaking directly...
Hello,
Following forum suggestions for this same problem, I've install the latest JDK... My results were different; compile error remain.
I'm using:
OS X: 10.7.5
EXTJS: Ext.versions -...
Hello 4.2 Sass Theming Pros,
Here are more "Strange Theming Warnings" that happen for me. Please keep in mind that I see these warnings just by building a workspace and creating a new theme - but,...
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...
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,...
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...
[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...
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...
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:
Once Auto-Generated 'app.scss' file looks like this:
-----------------------------------------
@import 'compass';
@import 'ext4/default/all';
// Your custom code goes here... <<<< WRONG!...
After using the new sencha command to generate an ExtJs 4x file/directory structure, the 'app.scss' is born and looks like this:
REQUIRED INFORMATION
Ext version tested:
Build: 0
major: 4
minor: 1
patch: 1
Browser versions tested against:
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...
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,...
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...
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.
...
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...
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...
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...
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();
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...
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:
...
Thanks for the hint!
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...
Got it, thanks for clearing this up!