Search Type: Posts; User: jag2000
Search: Search took 0.02 seconds.
-
19 Aug 2012 9:48 PM
Jump to post Thread: Problems with reload associations by jag2000
- Replies
- 2
- Views
- 269
The generated URL of the substores did not match with the RPC Servers URL-Conventions. Another implementation of the Server is no option
-
17 Aug 2012 3:05 AM
- Replies
- 1
- Views
- 408
I have a address list and whant to load the data via AJAX, so I could use a AjaxProxy. After Reloading the page, the store reloads the data from the server, but I think, this haven't to be. My idear...
-
8 Aug 2012 11:20 PM
Jump to post Thread: Little sorting problems by jag2000
- Replies
- 1
- Views
- 256
hi@all
I have a nestedlist and loads the data via ajax/json into it. after loading, the list is not sorted automaticly. i have to call the sort method without params (I defined "sorters" in the... -
8 Aug 2012 4:59 AM
Jump to post Thread: Problems with reload associations by jag2000
- Replies
- 2
- Views
- 269
Hallo to all,
i defined a model "App.model.SettingsModel" with a hasMany "App.model.AddressModel" accotiation. After loading the data via AJAX-login from the server, i do something like the... -
1 Jul 2012 11:56 PM
Jump to post Thread: Problems with Ext.field.Radio by jag2000
- Replies
- 2
- Views
- 261
Hallo@all
I have a little problem with Ext.field.Radio. I try to validate only required and dirty fields. For this task, I created a special "private" method. For text fields, all is fine, but not... -
14 May 2012 3:29 PM
- Replies
- 3
- Views
- 1,006
See my replay at http://www.sencha.com/forum/showthread.php?205144-%28XML%29HttpRequest-or-CORS-%28Cross-Origin-Resource-Sharing-requests%29-support&p=803428#post803428
-
14 May 2012 3:24 PM
- Replies
- 4
- Views
- 1,959
First at all, I only try to call a PHP script via HTTPS at the same server.
My first step was to modify my apache config (C:\xampp\apache\conf\extra\httpd-ssl.conf) like this
...
<Directory... -
27 Apr 2012 7:50 AM
Jump to post Thread: How to documentate by jag2000
- Replies
- 2
- Views
- 516
Tanks... It helps me very much and it is very britty!
-
26 Apr 2012 12:40 AM
Jump to post Thread: Localization by jag2000
- Replies
- 8
- Views
- 795
I do not know how at this moment, but the Ext.MessageBox has a config for buttons and also setButton methods. Perhaps you could define your own buttons with localized labels. Sometimes i look at the...
-
25 Apr 2012 11:34 AM
Jump to post Thread: Localization by jag2000
- Replies
- 8
- Views
- 795
In my projext i have a huge language.js and in it are a long list with constants like this
var STR_MESSAGE_ALERT_TITLE = 'Attention';
var STR_MESSAGE_NOT_ALLOWED_TEXT = 'Your action is not... -
25 Apr 2012 11:20 AM
Jump to post Thread: How to documentate by jag2000
- Replies
- 2
- Views
- 516
Hallo,
I have a huge projekt, created with ST2 and every day it grows and grows, so it is time to create a documentation, but i do not know what is the best practice!? A nice thing could be a... -
23 Apr 2012 1:10 AM
- Replies
- 1
- Views
- 733
Hi at all.
I have a litte registration form and I whant to validate, if the value in the field "password Confirmation" equals the value of the field "password". How could I config my models... -
17 Apr 2012 8:04 AM
- Replies
- 1
- Views
- 458
Hello, I build a litte demo-app with a TabPanel and a bottom tabBarPosition. Every tab has a title and a iconCls. On iPhone, Chrom Desktop and Android 2.x and 3.x all is fine, but at samsung...
-
17 Apr 2012 8:02 AM
- Replies
- 1
- Views
- 416
Hello, I build a litte demo-app with a TabPanel and a bottom tabBarPosition. Every tab has a title and a iconCls. On iPhone, Chrom Desktop and Android 2.x and 3.x all is fine, but at samsung galaxy s...
-
16 Apr 2012 2:09 AM
- Replies
- 1
- Views
- 417
I am trying to get JSON from my local server via HTTP (for general informations) and via HTTPS (for critical user based informations like password etc.). I have several lists with a store and a JSON...
-
15 Apr 2012 11:33 PM
Jump to post Thread: Need help with event handling by jag2000
- Replies
- 3
- Views
- 579
Ok, the stopEvent method was a very good hint. If the inner elements are panels or buttons, the stopEvent method is the solution. The only problem I have is, that the text fields did not have a tap...
-
12 Apr 2012 11:05 AM
Jump to post Thread: Need help with event handling by jag2000
- Replies
- 3
- Views
- 579
Hello, I have a DataView with several Containers (one container for each record) and in the container I have a custom panel with several controls like buttons and so on.
Now, I have a itemtap... -
12 Apr 2012 10:55 AM
- Replies
- 3
- Views
- 454
Hallo, I dot not now, why you need the constructor, but you can use the "initialize" method and then, you have full access to the config and all generated member attributes and setter/getter.
Here... -
7 Apr 2012 3:09 AM
- Replies
- 2
- Views
- 297
Ok, I have a solution, but I do not know how beautyfull it is.
In my controller I have a init-method where I add a load listener to the store. and in the load-method i set the passed store to my... -
7 Apr 2012 2:41 AM
- Replies
- 2
- Views
- 297
Hello, I have a little problem. It is all is working fine, but actualy it is not very britty. I have a dataview with a store that is set to autoload:true. Every time I reload my page, the request...
-
15 Mar 2012 12:20 PM
- Replies
- 4
- Views
- 761
I removed the "layout:'fix'" in the tab and set some height for the elements in my itemContainer and now all is shown. I analysed the dom and searched for my items und manualy set some styles. After...
-
15 Mar 2012 9:52 AM
- Replies
- 4
- Views
- 761
I startet a new project and added only my code with a fixed panel and my list items are visible. here my excerpt (btw. it is a bit different, because in my first post I tryed to make it easyer)
... -
15 Mar 2012 7:47 AM
- Replies
- 4
- Views
- 761
Yes. Standalone all is fine and my component-dataview is shown. only if I push it in a NavigationView my items are not visible
-
15 Mar 2012 7:35 AM
Jump to post Thread: How to set a title of a dataview by jag2000
- Replies
- 2
- Views
- 352
I found a better solution because my second solution was wrong and dit not that what it meant to be. So you can use this:
var myDataView = ...
var myNavigationView = ...... -
15 Mar 2012 3:37 AM
- Replies
- 4
- Views
- 761
Hallo, I have a little Problem. I have a navigationview with a simple list. If I tap on an entry, I create a dataview and push it to the navigation view. The dataview loads my json file, but do not...
Results 1 to 25 of 33
