Search Type: Posts; User: katamshut
Search: Search took 0.02 seconds.
-
19 Oct 2011 3:43 PM
- Replies
- 0
- Views
- 343
Hi
I worked hours on finding out what I am doing wrong, and then I checked the behavior first time in safari and there it is working fine. So maybe this is a bug and I don't know how to fix this.... -
7 Oct 2011 6:59 AM
- Replies
- 7
- Views
- 2,681
The control (calendar) is not designed by me (see credits in top of file). I just put the calendar and time picker together and added functionality to show data from a store within the calendar.
... -
5 Oct 2011 1:23 AM
- Replies
- 5
- Views
- 1,894
no prob.
If this is working for you then it is ok. I tried to reproduce your problem without luck. but anyways use the chrome debugger. It is very powerful and gives you any information you need.... -
4 Oct 2011 5:37 AM
- Replies
- 5
- Views
- 1,894
you should check what url your browser sends to the server. it is easy to check with chrome (debug mode).
and for your problem try to do like this:
WPApp.stores.DirectoryCategoryListStore =... -
3 Oct 2011 6:36 PM
- Replies
- 7
- Views
- 2,681
bytheway I just updated the sources on the my server because of some found bugs. You should use the latest ux-calendar-picker.js file which is part of the demo I provided.
-
3 Oct 2011 6:10 PM
- Replies
- 7
- Views
- 2,681
the calendar listen by default to the "load" event of the store. you can adjust this (or I have to) to make it listen for any changes. maybe it works when you provide the following init params:
... -
2 Oct 2011 9:02 AM
- Replies
- 0
- Views
- 559
Hi
I face a strange behavior in Iphone 4. I tested with chrome, safari (on PC) and Iphone 4. The behavior in Iphone 4 is diffrent then in the browsers on PC. I have List and want to scroll to the... -
22 Sep 2011 5:45 PM
Jump to post Thread: Is there a TimePicker? by katamshut
- Replies
- 5
- Views
- 4,306
see here: http://www.sencha.com/forum/showthread.php?148169-Ext.ux.form.CalendarTimePicker-DEMO-amp-discussion
-
22 Sep 2011 4:08 PM
- Replies
- 7
- Views
- 2,681
I have created a calendarPicker like Ext.form.DatePicker. The behavior is exactly the same expect that the content is a calendar and a timepicker. So in one field we can select date and time. I found...
-
16 Sep 2011 6:17 AM
- Replies
- 2
- Views
- 1,135
I have exactly the same problem.
Have you found any solution for this?
cheers
katam -
16 Sep 2011 3:10 AM
- Replies
- 4
- Views
- 2,169
mmh, I tried to use it on a but it wasn't working:
Uncaught TypeError: Object #<Object> has no method 'init'
....
{
id: 'info',
name: 'info', -
15 Sep 2011 9:06 AM
- Replies
- 2
- Views
- 820
I solved the problem for me:
http://www.sencha.com/forum/showthread.php?126656-Where-to-trap-Store-Proxy-exception/page2&highlight=call+method+%27add%27+undefined -
15 Sep 2011 8:16 AM
- Replies
- 15
- Views
- 5,415
hi
you can do the following to catch any "success: false":
this.store.load({
scope : this,
callback: function(records, operation, success) {
... -
15 Sep 2011 6:11 AM
- Replies
- 2
- Views
- 820
ok I debuged the code and found the readers class JsonReader which just adds success = false and returns the data...
if (this.successProperty) {
value = this.getSuccess(data);
... -
14 Sep 2011 5:55 PM
- Replies
- 2
- Views
- 820
Hi everybody
I have a problem with my ajaxproxy. It's defined within my store:
proxy: {
type: 'ajax',
url : 'calendarData.php',
reader: {
type: 'json', -
14 Sep 2011 1:12 PM
- Replies
- 4
- Views
- 2,429
thanks ed
see I am just new working with sencha. I did much with jquery in the past but the I wanted to design a small application for me and my friends.. Then I checked out what available... -
13 Sep 2011 3:50 PM
Jump to post Thread: datepicker and return format by katamshut
- Replies
- 9
- Views
- 1,986
I had the same problem. I solved it by a workaround. My application is working within the same timezone so I send my proxy request with extra params:
this.store.proxy.extraParams = {
... -
13 Sep 2011 11:56 AM
- Replies
- 4
- Views
- 2,429
Yes that's what I did meanwhile..
proxy: {
type: 'ajax',
url : 'calendarData.php',
reader: {
type: 'json',
root: 'calendarList'
} -
13 Sep 2011 5:49 AM
- Replies
- 4
- Views
- 2,429
Hi all
I am very new to sencha and like it much but I have some trouble to understand the proxy use. I have defined the following proxy within my store:
proxy: {
type: 'ajax',
...
Results 1 to 19 of 19
