Search Type: Posts; User: enno
Search: Search took 0.03 seconds.
-
5 Apr 2013 9:27 AM
Jump to post Thread: Problem with Store by enno
- Replies
- 4
- Views
- 172
What i saw your _totalCount was set to null, could it be that your store is not ready at this moment with loading all your data? write in the store:
config: {
....
listeners: {
load: function... -
5 Apr 2013 9:20 AM
- Replies
- 13
- Views
- 496
Nice Try please give me working code for copy and paste.
first suggestion: If your Submit Value is two times called have you looked who called it?
Because i had some behavior on show or painted or... -
5 Apr 2013 8:48 AM
Jump to post Thread: Problem with Store by enno
- Replies
- 4
- Views
- 172
The store have no Entry with the 'id' of Home, if you type in the Command line of your Browser
(Safari Right Click Element Information - > Tab Console)
... -
21 Mar 2013 5:54 AM
Jump to post Thread: List filling by enno
- Replies
- 5
- Views
- 211
An XTemplate is simpler for the first time you can easily make an if statement.
itemTpl: Ext.create("Ext.XTemplate", {
// code here
}),
store....
The docs currently not loading on my... -
20 Mar 2013 9:39 AM
Jump to post Thread: Changing panels within a tab panel? by enno
- Replies
- 5
- Views
- 215
so simple and stupid
could be:
// on success the user is on the loginPanel and you remove it, insert your new view and set the position to active Item
// removes the active panel you... -
20 Mar 2013 4:33 AM
- Replies
- 2
- Views
- 95
Iam using the launch function from the app for it and find all things loaded:
[/URL][/B][/FONT][/COLOR] -
20 Mar 2013 4:29 AM
Jump to post Thread: List filling by enno
- Replies
- 5
- Views
- 211
Us an XTemplate with the if clause
http://docs.sencha.com/touch/2-1/#!/api/Ext.XTemplate
Have you looked at the Dataview?
http://docs.sencha.com/touch/2-1/#!/guide/dataview -
20 Mar 2013 3:48 AM
Jump to post Thread: Closable tab by enno
- Replies
- 2
- Views
- 100
Why not define a close button und give them a number or so and use from the tab Panel:
http://docs.sencha.com/touch/2-1/#!/api/Ext.tab.Panel-method-removeAt -
20 Mar 2013 3:46 AM
Jump to post Thread: List filling by enno
- Replies
- 5
- Views
- 211
---
-
20 Mar 2013 3:43 AM
Jump to post Thread: Changing panels within a tab panel? by enno
- Replies
- 5
- Views
- 215
Why don't you disable the elements and when the login is successfull the user can access it.
So you can use the Navigation View from the Start.
The next thing is you have to get the tabbar and... -
18 Mar 2013 4:31 AM
Jump to post Thread: Access to a Tab Panel by enno
- Replies
- 1
- Views
- 148
use in the refs:
tabBar: 'customtabbar'
because u named your Tabbar widget.customtabbar and the tabbar at the front generates for you the getTabBar() funktion. -
27 Feb 2013 9:46 AM
Jump to post Thread: SenchaTouch Button Action by enno
- Replies
- 3
- Views
- 300
I think too it is the reference in the Controller could be wrong.
In your first example you have not defined the action like in the second this could also be the problem.
The Code of the... -
16 Feb 2013 11:28 AM
Jump to post Thread: Move app from localhost to remote by enno
- Replies
- 4
- Views
- 317
Yesterday it was working for me so i thougt you have fixed it in the time. So i had posted nothing.
-
14 Feb 2013 11:07 AM
Jump to post Thread: simple insertion...but how? by enno
- Replies
- 5
- Views
- 345
Ah OK then,
extend: '...',
myTitle : "",
constructor : function(config, titleText) {
this.myTitle = titleText;
} -
14 Feb 2013 10:07 AM
Jump to post Thread: simple insertion...but how? by enno
- Replies
- 5
- Views
- 345
Use the tap function or create an eventlistener in the controller here an example for the listener both fields are on the panel, you can also use the scope function
listeners: {
change : function... -
14 Feb 2013 9:51 AM
- Replies
- 6
- Views
- 359
Looked a little bit arround and would say to do this use the xmlhttprequest from the browser to do this.
there you can set your request type -
14 Feb 2013 9:48 AM
- Replies
- 3
- Views
- 511
//now add some Searches
store.add({name: n,add: a,mail:e}), <--- use a ; here
//finally, save our Search data to localStorage -
14 Feb 2013 9:43 AM
Jump to post Thread: Loading problem by enno
- Replies
- 7
- Views
- 333
add in PROJECT_FOLDER/.sencha/app/sencha.cfg
skip.sass=1this disbable the compass compiler in the build processhttp://stackoverflow.com/questions/13664736/sencha-cmd-3-0-0-250-build-error -
14 Feb 2013 4:29 AM
Jump to post Thread: Loading problem by enno
- Replies
- 7
- Views
- 333
If you are using sencha touch less 2.01 you need senchaSDK Tools
If you are using the newest sencha touch 2.1 you use the SenchaCmd in the latest version iam using 3.0.2 for it.
Can you provide... -
14 Feb 2013 4:03 AM
- Replies
- 1
- Views
- 168
Hi Brett why not set the title on the initial?
like:
Tabpanel
items: [{
{xtype: 'tab1', title : 'myTitle1'}
}, -
14 Feb 2013 3:51 AM
- Replies
- 6
- Views
- 359
Ok so you will not change the code of the server there is another thing that cames me to mind.
If i click on a link from Google or so to a pdf file on my webview it automatically saves it. why not... -
14 Feb 2013 3:30 AM
Jump to post Thread: Loading problem by enno
- Replies
- 7
- Views
- 333
For your first problem loading all these files:
To prevent it i use the sencha command in an testing build where all needed files where collected and put into one big javascript file. The good thing... -
14 Feb 2013 3:19 AM
- Replies
- 6
- Views
- 359
Why don't you buffer the response in an json array redirect the view to an url with the blob and then the select file dialog should appear.
I haven't tried it, i only catched some plain pdf files... -
13 Feb 2013 9:24 AM
- Replies
- 2
- Views
- 109
First the best thing would be download the sencha Command or use an other Project to have the right files to reference to.
I couldnt find the app.js to initialize the sencha App also iam missing... -
17 Dec 2012 9:49 AM
Jump to post Thread: Geolocation + chrome, dosent work by enno
- Replies
- 10
- Views
- 2,606
I have tested the Geolocation with Chrome a several weeks ago and it works like it have to do, in Chrome and Safari so i think the Google Settings have changed that time.
This Post is also over...
Results 1 to 25 of 36
