Search Type: Posts; User: acorotchi
Search: Search took 0.02 seconds.
-
26 Apr 2013 5:15 AM
- Replies
- 3
- Views
- 199
But that it is exactly what I do, and feels like it doesn't work.
i tried to use both scenarios in app.js:
1)
..... -
24 Apr 2013 12:57 PM
- Replies
- 3
- Views
- 199
Hi guys, I am using a "config" for some global variables used several times in the app.
it is a singleton object like this :
Ext.define('APP.util.Config', { singleton : true, alias... -
16 Dec 2012 6:45 PM
- Replies
- 5
- Views
- 1,659
Hi guys, I used this class as well for my app config, but when I upgrade my sencha I have issue when I try to build production and I have not idea what is the issue :
TypeError: Object #<Object>... -
18 Nov 2012 6:32 AM
- Replies
- 16
- Views
- 1,774
For me as well the new Sencha CMD did not update my $PATH, so I had to do it manually.
I your case as ell feels like you have just the SenchaSdkTools and not the CMD one, which needs to be... -
13 Nov 2012 10:53 AM
- Replies
- 16
- Views
- 1,774
I agree, it maybe as well because MAC OS versi, I am using Mountain Lion, and the $PATH variable is in ".bash_profile" and not just ".profile". Anyways your suggestion works like a magic and...
-
13 Nov 2012 10:33 AM
- Replies
- 16
- Views
- 1,774
Yay, that works, thanks again ! Weird why Sencha Cmd v3.0.0 did not add in ".bash_profile" var by itself when I tried to install. But manually adding works too. Thanks!
-
13 Nov 2012 8:11 AM
- Replies
- 16
- Views
- 1,774
I am using Mac OS, Thanks for your help !
-
13 Nov 2012 8:04 AM
- Replies
- 16
- Views
- 1,774
How can I do it ? Is it a command in terminal.
You mean if 'sencha' command is pointed to the dir "/bin/Sencha/Cmd/3.0.0.250/sencha" , how can I check this info ?
Thanks! -
12 Nov 2012 7:01 PM
- Replies
- 16
- Views
- 1,774
I have the same issue as well
I am using Mac OS 10.8 and I am trying to use Sencha Cmd 3.0.0 for sencha 2.1.0.
I have tried few steps to deal with and not successe :
For sencha 2.0.1 I... -
6 Nov 2012 8:25 AM
- Replies
- 43
- Views
- 18,150
You will need to include the 'pdf.js' and 'compatibility' as well in your application,
You can include in "index.html" like a
<script src="{link to the script}" ...
But I suggest to use... -
6 Nov 2012 8:07 AM
- Replies
- 43
- Views
- 18,150
How do you include the PDF.JS in your app ? Fells like it cannot find it.
-
29 Oct 2012 11:06 AM
- Replies
- 43
- Views
- 18,150
Hi guys,
Have someone figured out how to fix production issue, I do have as well this issue ,
I have the same issue like "Morphew", when in normal and testing mode works fine but when I try... -
19 Apr 2012 6:18 AM
- Replies
- 1
- Views
- 808
Hi guys,
There is an example where I can make a carousel which shows not 1 item but multiple items per slide .
ex: I have 30 items (same type of data) and I want to split by 3 items to show... -
13 Apr 2012 9:01 AM
- Replies
- 2
- Views
- 399
I tried even this with the same result:
controller:
.....
var closeButton = {
iconCls: 'close', -
13 Apr 2012 7:45 AM
- Replies
- 2
- Views
- 399
Hi guys, I try to insert a new item and I want to be the first one, but all the time it appears at the very end.
ex my controller:
......
extend: 'Ext.app.Controller', -
10 Apr 2012 9:05 AM
- Replies
- 2
- Views
- 1,098
Ohh man, I am so stupid .. Thanks man
-
10 Apr 2012 7:26 AM
- Replies
- 2
- Views
- 1,098
Hi guys, I am pretty new in Sencha and my question is :
How can I Set Active container by pressing an list items.
I want to switch a viewport by taping an item, it should be pretty easy
...
Results 1 to 17 of 17
