Search Type: Posts; User: accguy
Search: Search took 0.04 seconds.
-
15 Oct 2012 9:21 AM
Jump to post Thread: Can't find variable: Ext by accguy
- Replies
- 20
- Views
- 3,418
I am pretty new to sencha cmd, but, does sencha know where to find your ExtJS SDK?
I had to tell sencha where it was, like:
sencha -sdk /path/to/extjs ...
Notice, use of Single and... -
15 Oct 2012 6:18 AM
- Replies
- 2
- Views
- 716
My Env:
Microsoft Windows 7 Ultimate, 6.1.7601 Service Pack 1 Build 7601
ruby 1.9.3p194 (2012-04-20) [i386-mingw32]
Compass 0.12.2 (Alnilam)
Sencha Cmd v3.0.0.190
ext-4.1.1a
After... -
15 Oct 2012 6:01 AM
Jump to post Thread: Where Is 'Search' For This Forum by accguy
- Replies
- 1
- Views
- 368
After navigating to 'Forum / Ext JS Community Forums 4.x / Sencha Cmd /' I do not see a 'Search' box anywhere. I have to go all the way back up to Forum to see the search box in the...
-
15 Oct 2012 4:05 AM
- Replies
- 6
- Views
- 932
So, the problem was that I was using 2 dashes for the 'sdk' switch:
c:\local\sencha-cmd\bin\Sencha\Cmd\3.0.0.190>sencha --sdk c:\local\sencha-cmd\ext-js\ext-4.1.1a generate app... -
13 Oct 2012 6:53 PM
- Replies
- 6
- Views
- 932
Thanks for the quick reply!
I will try that and post the results. I do, however, remember trying to run the 'sencha' command from another directory and got an error about it being an unknown... -
12 Oct 2012 12:33 PM
- Replies
- 6
- Views
- 932
My Env:
W7 64 bit
C:\local\sencha-cmd\bin\Sencha\Cmd\3.0.0.190>compass -v
Compass 0.12.2 (Alnilam)
Sencha Cmd v3.0.0.190
When I try to generate a new app, I get the following: -
29 Mar 2011 11:39 AM
Jump to post Thread: How do i get at the checkbox? by accguy
- Replies
- 7
- Views
- 1,298
phill54,
Have you figured this one out? I have been banging my head agianst the wall for
a couple of days on this same problem...
For me, if a user double clicks a Grid row, I get the rowId,... -
11 Feb 2011 9:53 AM
Jump to post Thread: Date Picker? by accguy
- Replies
- 13
- Views
- 1,279
Who is telling you not to use VTypes? And why? And, even better, if they so against doing what is know to work, why don't they tell you how to do it without VTypes? If this is a test or something,...
-
8 Feb 2011 7:36 AM
Jump to post Thread: Date Picker? by accguy
- Replies
- 13
- Views
- 1,279
I am not sure if this suggestion helps you, from your response.
The nice thing about the example is that, I believe, it does exactly what you are looking for, make sure that one date comes... -
8 Feb 2011 5:57 AM
Jump to post Thread: Date Picker? by accguy
- Replies
- 13
- Views
- 1,279
Oops... iPads, got to love them :(
http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html
It is from the Advanced Validation example for Ext JS...
Acc -
5 Feb 2011 7:24 PM
Jump to post Thread: How to move a grid's columns? by accguy
- Replies
- 1
- Views
- 393
Have you looked at the moveColumn() method of the grid columnmodel?
acc -
4 Feb 2011 7:41 PM
Jump to post Thread: Respond to event with Ajax by accguy
- Replies
- 5
- Views
- 784
Perhaps mask the viewport, and have the callback of the Ajax request clear the mask if ok, or undo the drop if not.
Acc -
4 Feb 2011 7:30 PM
Jump to post Thread: Date Picker? by accguy
- Replies
- 13
- Views
- 1,279
Have tried this:
http://dev.sencha.com/deploy/dev/exa...dv-vtypes.html
It does exactly what you are trying to do, I think.
Acc -
3 Feb 2011 5:49 PM
Jump to post Thread: DatePicker? by accguy
- Replies
- 2
- Views
- 570
Have tried this:
http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html
Acc -
9 Jul 2010 8:43 PM
- Replies
- 8
- Views
- 1,438
If you are looking for a good JS reference, I recommend O'Reilly's JavaScript, The Definitive Guide. The 6th Edition is in rough cut, but, I have the 5th Ed. Best book on JS programming I have on...
-
7 Jul 2010 11:08 AM
- Replies
- 21
- Views
- 2,850
@Jay: To solve the emptyText problem (despite what I will most likely find out in the future to be your good advice), I put the following in the ComboBox override file:
reset :... -
7 Jul 2010 10:40 AM
- Replies
- 21
- Views
- 2,850
@Jay: BTW, the tirgger spelling issue was the problem with the list loading. Thanks!
-
7 Jul 2010 10:33 AM
- Replies
- 21
- Views
- 2,850
@Jay: If not emptyText, do you simply put in zeroth dummy item? And if so, how do you ensure that it is not treated as a real value? Or, am I just way off?
-
7 Jul 2010 10:30 AM
- Replies
- 21
- Views
- 2,850
@Animal: In the final app the data will probably be restricted to a list of no more than 100 items, however, it will most likely need to be refreshed each time the user clicks the trigger.
... -
7 Jul 2010 9:43 AM
- Replies
- 21
- Views
- 2,850
True, the OP was without clue ;)
-
7 Jul 2010 9:41 AM
- Replies
- 21
- Views
- 2,850
And, due to my lack of understanding with regard to local and remote, I was not able to ask the right questions along the way. Now, I think I have it.
local = load once and keep the data in the... -
7 Jul 2010 9:03 AM
- Replies
- 21
- Views
- 2,850
BTW, if I replace the store with the store below, clicking the trigger does show the list...
store : [
'Server',
... -
7 Jul 2010 8:57 AM
- Replies
- 21
- Views
- 2,850
Thank you both for your help!
@jgarcia: I removed the autoLoad with the same results. I had the mode:remote in there because I was playing with it and it was easier to leave it there and... -
7 Jul 2010 7:32 AM
- Replies
- 21
- Views
- 2,850
Thank you in advance for your help. Below is my question/problem:
When I click the trigger on the combo box (code is below), the list is empty. But, if I type 4 characters (or whatever minChars...
Results 1 to 24 of 24
