Search Type: Posts; User: Prozaxx
Search: Search took 0.04 seconds.
-
29 Nov 2012 5:40 AM
Jump to post Thread: Using singleton by Prozaxx
- Replies
- 1
- Views
- 288
I got this to work. I moved all the global variables and functions in app.js. However I got the same error.
To fix this I has to set the urls of the store from the controllers.
... -
28 Nov 2012 5:58 AM
Jump to post Thread: Using singleton by Prozaxx
- Replies
- 1
- Views
- 288
Hi,
I have a singleton that is defined like this:
Ext.define('App.User',{ singleton: true,
requires: [],
config:
{
baseUrl: "....."
},
setCredentials:... -
15 Nov 2012 5:18 AM
Jump to post Thread: List not scrolling by Prozaxx
- Replies
- 2
- Views
- 311
Thank you for answering. I have tried that, but it did not help. The list is shown in the same way. I think I should also mention that my panel is part of a navigation view. This is how it is defined...
-
15 Nov 2012 1:53 AM
Jump to post Thread: List not scrolling by Prozaxx
- Replies
- 2
- Views
- 311
Hello,
I am trying to use an indexBar on a grouped list that is an item in a Panel. The problem is that when i set indexBar: true , the list will not scroll anymore, at all. I can only click on the... -
6 Nov 2012 8:50 AM
- Replies
- 43
- Views
- 18,032
Oh my gosh, thank you so much!! This is now working.
I've been looking at it all day and lost all hope of making it work. Thank you so much -
6 Nov 2012 8:11 AM
- Replies
- 43
- Views
- 18,032
I have added the pdf folder containing pdf.js and compatibility.js as a global library to my project. I am also using chromium if that helps.
The weird thing is that when I Ctrl + click on PDFJS... -
6 Nov 2012 7:45 AM
- Replies
- 43
- Views
- 18,032
I am trying to use this but I get an error :
Uncaught ReferenceError: PDFJS is not defined
I have added everything from lib to my project and I cant seem to make it work. I am using Intelij... -
24 Oct 2012 7:07 AM
Jump to post Thread: Fieldset values not changing by Prozaxx
- Replies
- 3
- Views
- 291
Alright. This is now working. Destroying the view did the trick. I called Ext.Viewport.getActiveItem().destroy(); before changing to another view :)
-
23 Oct 2012 6:29 AM
Jump to post Thread: Fieldset values not changing by Prozaxx
- Replies
- 3
- Views
- 291
Thanks for answering. I am not destroying it . I checked the sencha documentation and I didn't see any way to do that. Could please point me in the right direction?
The problem with adding the... -
23 Oct 2012 5:14 AM
Jump to post Thread: Fieldset values not changing by Prozaxx
- Replies
- 3
- Views
- 291
Hi,
I've ran into a problem. I have a panel which holds a fieldset that consists of an emailfield and passwordfield. When the application is first started i can input values ok. The problem is that... -
22 Oct 2012 6:37 AM
Jump to post Thread: View not showing by Prozaxx
- Replies
- 1
- Views
- 196
Hi,
I am really new to Sencha and I am trying to do something like this:
When the application starts a login screen shows up, if credentials are ok, it changes the current view using ...
Results 1 to 11 of 11
