Search Type: Posts; User: Surykat
Search: Search took 0.01 seconds.
-
15 Apr 2013 2:26 AM
- Replies
- 9
- Views
- 425
Any solution for that?
-
8 Apr 2013 11:14 AM
- Replies
- 7
- Views
- 711
+1 :(
It's a problem with webkit-mask-position.
In my case, adding following code in my custom css helps:
.x-button-forward:before, .x-button-forward:after, .x-toolbar... -
5 Jan 2012 9:36 AM
Jump to post Thread: Manipulating store items in list by Surykat
- Replies
- 2
- Views
- 716
The error is not during record removing (both methods works), but when I want to operate at record after removal.
For example, I have list:
-- Item 1
-- Item 2
-- Item 3
I click Item 3 and... -
5 Jan 2012 2:08 AM
Jump to post Thread: Manipulating store items in list by Surykat
- Replies
- 2
- Views
- 716
I had problem with manipulation of data in store which is binded to my list. I'm loading items from store and I'm adding new items, deleting etc.
When I add couple of items and deleting them from... -
2 Jan 2012 5:35 AM
Jump to post Thread: Ext.ux.touch.grid by Surykat
- Replies
- 253
- Views
- 49,332
Ok, I understand that, but I gave xtype to gridpanel component. Load every js file during index load, and put xtype: 'gridpanel' to my panel component. Does it require any special removing or...
-
2 Jan 2012 5:03 AM
Jump to post Thread: Ext.ux.touch.grid by Surykat
- Replies
- 253
- Views
- 49,332
After re-adding. I got viewport with components (grid view and others), at first time everithing works great. I switch my active viewport and try to re-create the same viewport and got error then.
-
2 Jan 2012 4:44 AM
Jump to post Thread: Ext.ux.touch.grid by Surykat
- Replies
- 253
- Views
- 49,332
Great component!
But i got a problem with applying features during re-open view with gridview component. The console throw me an error:
Uncaught Error: [Ext.create] Invalid class name or... -
2 Jan 2012 12:42 AM
Jump to post Thread: Infinite Scrolling and Paging? by Surykat
- Replies
- 5
- Views
- 2,252
Any further moves during development of those incredible functionality? In my opinion, this performance thing should be implemented in sencha itself..
I'm waiting for any optimalization. I'm now... -
19 Dec 2011 11:13 AM
- Replies
- 18
- Views
- 3,411
I have done everything like it is in phonegap specification, but it's still not working. I'm doing my best to find a MAC to build my app in SDK Tools, because for example - KitchenSink app build run...
-
19 Dec 2011 12:23 AM
- Replies
- 1
- Views
- 924
When I set readOnly property to true in my selectfields or datepickerfields, this settings seems to not working. Tested at Google Chrome. Only setting to 'disabled: true' makes the field not...
-
14 Dec 2011 2:20 AM
- Replies
- 18
- Views
- 3,411
I have the same problem ;/ and I'm running out of ideas to reduce that...
Everythings works fine until I have updated my Android version at my tablet. It fails in loading first file by the... -
13 Dec 2011 2:04 AM
- Replies
- 1
- Views
- 397
I have HTC Flyer, where I am testing my application written in Sencha Touch (actually PR2). After software update it seems to not recognize properly an MVC structure - in debug console I can see...
-
12 Dec 2011 11:53 PM
- Replies
- 6
- Views
- 1,534
After doing filtering at list with no records = with emptyText displayed, console return an error:
Uncaught TypeError: Cannot set property 'innerHTML' of undefined
from 65166 line of debug... -
12 Dec 2011 2:29 AM
Jump to post Thread: [PR3] Textfield events not firing by Surykat
- Replies
- 4
- Views
- 778
I have couple of texfields inside my application, which I am dynamically filling when they are shown to user.
When I change my library to PR3 this events (and rest of event for textfields) are not... -
29 Nov 2011 6:00 AM
- Replies
- 4
- Views
- 1,402
Maybe You have IIS or another server running on default 80 port. You need to edit an apache configuration file and set for example default port to :88 (I have that configuration). Now You need to...
-
29 Nov 2011 5:32 AM
- Replies
- 4
- Views
- 1,402
What kind of problems You have? I'm running my apps at WAMP server, it is kindly similiar to Xampp and I have no trouble at all...
-
29 Nov 2011 1:02 AM
- Replies
- 7
- Views
- 1,806
I'm still having the same error (ST PR2) during calling a .load() method of my store after making into them some changes. Is bug fixed already or would be in ST2 release (not PR)?
-
28 Nov 2011 12:38 AM
Jump to post Thread: More than one controller class... by Surykat
- Replies
- 2
- Views
- 589
I'm using sencha-touch-all.js. I have never tried building app using SDK Tools, but I would try it after PR3 where I want to test my app. Now I get back to have all control code in one controller....
-
28 Nov 2011 12:19 AM
Jump to post Thread: Blank canvas with phonegap 1.2 by Surykat
- Replies
- 13
- Views
- 2,363
If You are deploying into Android, You need to add second activity in Your AndroidManifest.xml:
<activity android:name="com.phonegap.DroidGap"
android:label="@string/app_name"... -
25 Nov 2011 2:29 AM
Jump to post Thread: More than one controller class... by Surykat
- Replies
- 2
- Views
- 589
Hi!
I'm working on kind a big buisness project which i'm developing in Sencha Touch. Now I'm porting project from ST1.0.0. to ST PR2 and I have couple of thoughts..
I want to have a more than... -
25 Nov 2011 2:06 AM
Jump to post Thread: Images do not show for iconCls by Surykat
- Replies
- 6
- Views
- 812
Look at the code from an example folder on sencha PR2 (tabs2). It is working perfectly for me.
You have a parameter: tabBarPosition: 'top'. I copied Your code and change that to bottom and It... -
25 Nov 2011 1:00 AM
Jump to post Thread: Images do not show for iconCls by Surykat
- Replies
- 6
- Views
- 812
You need to specify a 'UI' property to Your tabbar. It depends on result You want to have.
Sample code:
Ext.define('package.name.view.tabpanel', {
extend: 'Ext.TabPanel',... -
23 Nov 2011 11:32 PM
Jump to post Thread: Pull to Refresh in ST 2.x-pr1 by Surykat
- Replies
- 3
- Views
- 1,428
Could You post some sample code? Couse I'm trying to make it work properly and have a strange result. I created a 1000 element store and binded it to my list (with working PullToRefresh plugin).
... -
23 Nov 2011 4:44 AM
Jump to post Thread: Ext.List performance by Surykat
- Replies
- 7
- Views
- 1,370
Have You guys thought about making the List component more powerfull?
In ST1.0.0 someone have made a BufferedList component. Maybe it is in future plans to make list more optimized for large mount... -
21 Nov 2011 3:21 AM
- Replies
- 12
- Views
- 2,140
I have done mistake in method names. It should be 'setItemTpl' instead of 'setTpl'. But the problem still exists.
The template is changing only at the first view instance.. I rewrite change method...
Results 1 to 25 of 58
