Search Type: Posts; User: rh_it
Search: Search took 0.02 seconds.
-
22 Apr 2013 11:54 PM
- Replies
- 8
- Views
- 2,421
Hello, I set the
Window closeAction as destroy
FieldContainer (has no property like destroy)
Grid closeAction as destroy.
I tried to set all of them as hide but something broke up the... -
22 Apr 2013 7:16 AM
- Replies
- 8
- Views
- 2,421
Exactly I got the same error. I have a grid placed in a Window, when I click the button to open it works well, but If I close and retry to open it a second time doesn't work. The console log show...
-
4 Apr 2013 4:28 AM
- Replies
- 6
- Views
- 240
Maybe I fixed it up! As you said I uninstalled the SDK-Tools, then the most important thing, I put the entire ext-4.2.0.663 folder under C:\inetpub\wwwroot\ext-4.2.0.663.
-
4 Apr 2013 4:06 AM
- Replies
- 6
- Views
- 240
Mmh, what do you mean? The guide says to download and install both of them:
1)Download and install Sencha Cmd (SenchaCmd-3.1.0.256-windows.exe)
2)Download the appropriate version of the Ext JS SDK... -
4 Apr 2013 3:49 AM
- Replies
- 6
- Views
- 240
Thanks a lot but It is the exactly the executable I downloaded and installed:
SenchaCmd-3.1.0.256-windows.exe (38.600kb) -
4 Apr 2013 2:03 AM
- Replies
- 6
- Views
- 240
Hello everyone, I'm trying to follow the tutorial guide Introduciton to Sencha Cmd - Ext JS 4.2.0, well I got a problem in System Setup (page 2) ...I spent most of the time during this morning to...
-
15 Mar 2013 8:14 AM
- Replies
- 10
- Views
- 414
hi there, what do you mean with " for developers working on large projects and in multi-person teams.", It seems to be the same, there's no any CVS, Team-Syncronize, Share Project options...
Am I... -
14 Mar 2013 7:48 AM
- Replies
- 10
- Views
- 414
42401
-
14 Mar 2013 7:30 AM
- Replies
- 10
- Views
- 414
Nice, I'll take a look on it, maybe I'll put all the stuff on VM before. Then next week will be avaible the autoupdate, correct?
-
14 Mar 2013 7:18 AM
- Replies
- 10
- Views
- 414
That's sounds good. thank you Aaron, when are you plan to release the Architect 2.2? I still using the 2.1.0 and I can't wait to put hands on the upcoming version 2.2 :) Hope you'll solve all your...
-
13 Mar 2013 11:57 PM
- Replies
- 10
- Views
- 414
絶対必要なんです~
-
12 Mar 2013 1:03 AM
- Replies
- 10
- Views
- 414
Hello everyone. Tonight I had a dream. I dreamed a new release of Architect Designer with two features:
1) "Find duplicate ID" under the menu Edit:
That's because yesterday I spent the all day on... -
13 Feb 2013 8:06 AM
Jump to post Thread: Theming in SASS by rh_it
- Replies
- 1
- Views
- 231
Hello everyone, I'm trying to theming extjs with SASS, everything works fine but I don't know how could I customize panel tools icons referred in tools\tool-sprites.gif and panel\tool-sprites.gif,...
-
24 Oct 2012 3:25 AM
Jump to post Thread: iframe problems by rh_it
- Replies
- 1
- Views
- 388
I found a work-around it might save somebody...
If add in the IE9 set the compatible mode to IE8 it fix-up this kinda problem
I just declared:
<meta http-equiv="X-UA-Compatible" content="IE=8"... -
24 Oct 2012 1:40 AM
Jump to post Thread: iframe problems by rh_it
- Replies
- 1
- Views
- 388
Hello I have a peculiar problem about calling my application in an iframe from an another application with IE9 and Ext 4.2.1., I try to explain:
It happen when I close a window that I open before... -
11 Oct 2012 11:47 PM
- Replies
- 5
- Views
- 1,033
Oh brilliant Aaron, thanks a lot! It would be very useful for a developer indent variables after equal signs.
-
4 Oct 2012 7:50 AM
- Replies
- 1
- Views
- 376
Hello everybody, unfortunately the SummaryType doesn't allows to easily add a customized function because displays only:
39145
But I noticed that to add a custom function to SummaryType you... -
1 Oct 2012 4:23 AM
- Replies
- 1
- Views
- 360
Hello can I set a custom summaryType in Architect? Because it shows me just the principal types like sum, min, max, average, ecc. How can I override the main summary type methods? Or edit directly...
-
30 Sep 2012 11:16 PM
- Replies
- 5
- Views
- 1,033
nope, If I want to indent a single code line
For example:
var dummy = "1234";
and after the variable i use the tab it insert the tabspaces at the begin of the... -
28 Sep 2012 12:53 AM
- Replies
- 5
- Views
- 1,033
hello everybody I noticed that the indent code doesn't work well. Or maybe do I something wrong, does anybody confirm me that?
When I try to indent with tabspace, for example after the equals sign,... -
13 Sep 2012 12:31 AM
Jump to post Thread: Theming SASS - Chrome / IE9 by rh_it
- Replies
- 1
- Views
- 243
Hi everybody, I got a problem with customizing themes with SASS, I tryed to set a new $base-color and it worked fine with Chrome, FF, Opera, Safari ecc, but it doesn't with IE9, what should I do?...
-
11 Oct 2011 7:47 AM
Jump to post Thread: Problem with CRUD actions by rh_it
- Replies
- 1
- Views
- 602
I solved by myself, it was just a misstype!
I post here what I did, It may help somebody else...
var store = Ext.create('Ext.data.Store', {
groupField: 'project',
model: 'myItems',... -
11 Oct 2011 3:38 AM
- Replies
- 10
- Views
- 2,303
its very simple, you just have to add this property to your textfield, for ex.:
{
xtype: 'textfield',
fieldLabel: 'Targa',
width: 650, -
11 Oct 2011 1:52 AM
Jump to post Thread: Problem with CRUD actions by rh_it
- Replies
- 1
- Views
- 602
Hello I got a little problem, how can I call a CRUD action "update" from my button? Is it possible? I tried many ways but theres nothing to do... here it is the code I wrote...
the Store
... -
3 Aug 2011 12:30 AM
- Replies
- 6
- Views
- 1,891
Hiya beckdawg, I'm trying to nest two grids with the rowexpander plugin, how did you solved, If is it possible can you show the code where the row call the nested grid?
Results 1 to 25 of 36
