Search Type: Posts; User: Cougar84
Search: Search took 0.02 seconds.
-
14 Sep 2012 4:49 AM
Jump to post Thread: [CLOSED]Big icons & big buttons by Cougar84
- Replies
- 14
- Views
- 4,301
But what is the best way to have Big icons on a Button?
And can we have an example? -
14 Sep 2012 1:39 AM
Jump to post Thread: [CLOSED]Big icons & big buttons by Cougar84
- Replies
- 14
- Views
- 4,301
Why it's not possible to have an icon of the size that I want!!!!
Why I have to trick the code with this complex workaround to have a simple 64x64 icon or 128x128 in a button!
This is crazy!!!... -
14 Sep 2012 12:16 AM
Jump to post Thread: [CLOSED]Big icons & big buttons by Cougar84
- Replies
- 14
- Views
- 4,301
Please give us an example for dummies ...:((
-
27 Jun 2012 12:44 AM
Jump to post Thread: Ext.each Array error by Cougar84
- Replies
- 1
- Views
- 261
Sorry my fault ...
-
27 Jun 2012 12:38 AM
Jump to post Thread: Ext.each Array error by Cougar84
- Replies
- 1
- Views
- 261
I've this problem
readOnlyFields: ["datefield[name'DataLav']", "textfield[name='TitLav']", "textareafield[name'DesLav']", "textfield[name='Ore']"],
setResp: function () {
... -
24 May 2012 6:15 AM
- Replies
- 7
- Views
- 920
PROBLEM SOLVED!!!!!!!!!!
The problem is not the combo, but of the store!!
This because when you type in the combo a filter is applied to the store and never cleaned ...
When you load a new... -
24 May 2012 4:49 AM
- Replies
- 7
- Views
- 920
No way ...
-
24 May 2012 3:52 AM
- Replies
- 7
- Views
- 920
I've the same problem ... how can we fix that?
-
24 May 2012 1:29 AM
Jump to post Thread: Form Values to Store by Cougar84
- Replies
- 2
- Views
- 387
To future Memory:
First:
form.loadRecord(record);
edit the values -
24 May 2012 12:00 AM
Jump to post Thread: Form Values to Store by Cougar84
- Replies
- 2
- Views
- 387
Let me explain ...
I've a grid ...
I select an element and I click Edit ...
It's open a window with a form and I put the row values in the form with:
var record =... -
2 May 2012 2:27 AM
Jump to post Thread: Multiview and single store by Cougar84
- Replies
- 4
- Views
- 656
Thats work ... but you loose the reference in the controller.
this.getBlaBlaBlaStore() ...
You have to put the ref by yourself on the component that use the store ... -
1 May 2012 11:48 PM
Jump to post Thread: Multiview and single store by Cougar84
- Replies
- 4
- Views
- 656
But How if the view is the same?????
That is my problem ...
Controller "Pippo"
Call View "Pluto" --> Store "Ciccio"
Recall another instance of the View "Pluto" --> Store "Ciccio"
How can I... -
27 Apr 2012 4:55 AM
Jump to post Thread: Multiview and single store by Cougar84
- Replies
- 4
- Views
- 656
Hi there,
I've a question about Stores & Views ...
I'm trying to make a big application with a lot of view and stores and controllers.
Here's my question:
I usually create a controller when a... -
17 Apr 2012 5:40 AM
Jump to post Thread: Refresh Label Text by Cougar84
- Replies
- 3
- Views
- 823
I'm using the Localization example but there to change the current labels it refresh the page ...
-
17 Apr 2012 1:04 AM
Jump to post Thread: Refresh Label Text by Cougar84
- Replies
- 3
- Views
- 823
Hi,
I've a question about how to refresh Labels text of an entire form with one instruction ...
For example, this is my panel:
Ext.create("Ext.panel.Panel", {
items: [{
name:... -
16 Mar 2012 7:10 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
newTab = pannello.add(Ext.widget('panel', {
title: 'New Tab ',
html: 'Html '
}))
nothing too ...
I think isn't the way to add the panel, but something else ... -
16 Mar 2012 5:13 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
I've also tried this:
newTab = pannello.add( {
xtype: 'panel',
html: 'test'
}); -
16 Mar 2012 3:29 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
The insert don't give me any error ...
it creates the tab with the right title and the right properties, but no item is rendered inside ...
Inspecting DOM of the newTab element after insert is... -
16 Mar 2012 3:20 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
I've removed the layout but the insert still fail ... :(
-
16 Mar 2012 3:09 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
This openSoc function is called by click event of a button ...
openSoc: function() {
var store = this.down('combo[name="cboAzienda"]').getStore();
// Riferimento al... -
16 Mar 2012 2:57 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
You're example works ...
but I've tried to put a normal panel instead centerpanel on my example:
newTab.add({
xtype: 'panel',
html: 'prova'
}); -
16 Mar 2012 2:28 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
"Is the xtype recognized? What is the centerpanel?"
Of course is recognized ... it's used in another tab ...
it's a panel widget extended ...
"You could try just to add a normal panel first.... -
16 Mar 2012 1:04 AM
Jump to post Thread: tabpanel insert empty panel by Cougar84
- Replies
- 15
- Views
- 1,395
I've a strange situation with a Ext.tab.Panel ...
I'm try to insert a panel into a Tab Panel, but the tab is created, but it's empty ... totally empty ... no items inside ... it's 2 days I work on... -
25 Nov 2011 7:26 AM
Jump to post Thread: displayfield value alignment by Cougar84
- Replies
- 2
- Views
- 1,760
style & cls coding doesn't work ... I've the same problem too ...
-
10 Nov 2011 1:22 AM
Jump to post Thread: Extjs 4 Multilanguage by Cougar84
- Replies
- 6
- Views
- 4,517
The last one fit perfectly for me!
Thank you for the fast answer!
Results 1 to 25 of 30
