Search Type: Posts; User: ilija139
Search: Search took 0.03 seconds.
-
26 Dec 2012 1:53 PM
- Replies
- 26
- Views
- 5,858
As a workaround you can copy the missing images from the default theme.
-
7 Aug 2012 1:17 AM
- Replies
- 16
- Views
- 8,522
Today I'm starting to work on a project where Drag & Drop is required and you published this yesterday! :D
Looking forward to try it out.
Thanks! -
27 Jun 2012 1:13 AM
- Replies
- 7
- Views
- 746
Last time I checked it was resolved. One workaround I found while it wasn't was to set the hidden property to true initially in the configuration and then when you want to show and animate the panel...
-
4 Apr 2012 6:30 AM
- Replies
- 1
- Views
- 1,198
Actually it works, it just didn't output to the iWebInspector console for some reason. Never mind.
-
3 Apr 2012 1:56 PM
- Replies
- 1
- Views
- 1,198
I know how to add events with the Sencha Touch framework but I need to add it directly like this
document.getElementById("main").addEventListener("touchstart", function(){console.log('hi'););
... -
11 Mar 2012 1:30 PM
Jump to post Thread: Problem with ComboBox in IE (9) by ilija139
- Replies
- 4
- Views
- 465
This is the sencha Touch 2 forum not ext2
-
9 Mar 2012 3:58 AM
- Replies
- 6
- Views
- 849
REQUIRED INFORMATION
Sencha Touch version tested:
Sencha Touch 2.0.0
Browser versions tested against:
Chrome 18
Operating System: -
8 Mar 2012 11:27 AM
- Replies
- 6
- Views
- 849
Exactly, thanks!
-
8 Mar 2012 11:22 AM
- Replies
- 6
- Views
- 849
I agree that is best to use CSS, but then why is the property there in the first place :)
-
8 Mar 2012 1:55 AM
- Replies
- 6
- Views
- 849
Is this by design?
{
xtype:'component',
padding: '10em' //this does nothing
//padding: '10px' //this sets the padding to 10px
} -
5 Mar 2012 12:46 PM
- Replies
- 8
- Views
- 1,108
That was quick. Thanks!
-
5 Mar 2012 5:34 AM
- Replies
- 8
- Views
- 1,108
Exactly.
-
5 Mar 2012 4:14 AM
- Replies
- 8
- Views
- 1,108
I've find out that the bug happens after you apply filters to the store that is linked to the dataview. I have attached working code to reproduce the bug.
Ext version tested:
Sencha Touch... -
4 Mar 2012 3:39 AM
- Replies
- 8
- Views
- 1,108
this.getRecord() sometimes returns wrong record in RC1 and RC2. It works properly in beta3. For example:
....
actionButton: { cls : 'action-button',
docked :... -
29 Feb 2012 8:57 AM
Jump to post Thread: Ext.List - Slow performance by ilija139
- Replies
- 7
- Views
- 1,063
Why don't you lazy load your list? You can use the list paging (http://docs.sencha.com/touch/2-0/#!/api/Ext.plugin.ListPaging) plugin to load for example 20 items at a time.
I don't think there is... -
16 Feb 2012 3:53 AM
- Replies
- 1
- Views
- 388
I figured it out myself. In all-classes.js are all the classes (duh!) you use but it's not compressed and minified.
And the example was build by putting the sencha touch classes needed in the... -
16 Feb 2012 3:36 AM
- Replies
- 1
- Views
- 388
Also I want to know how the DataView example application (https://github.com/senchalabs/component-dataview-example) was built to only require the app-all.js file. It says:
"You can run this... -
15 Feb 2012 1:32 PM
- Replies
- 1
- Views
- 724
When I use a overlay I can see that the -webkit-transform property is being animated. I want to know what is the proper way to set this property. I want to display a picture as overlay that will...
-
15 Feb 2012 9:44 AM
- Replies
- 7
- Views
- 746
The issue is resolved in Beta3
-
14 Feb 2012 7:11 AM
- Replies
- 11
- Views
- 1,058
Have you tried giving it a name like this:
hasMany: {model:'MyApp.model.SfbResource', name:'sfbresources'} -
14 Feb 2012 7:05 AM
- Replies
- 11
- Views
- 1,058
You can even call:
store.getAt(index).sfbresources()
http://docs.sencha.com/touch/2-0/#!/guide/models -
14 Feb 2012 7:02 AM
- Replies
- 3
- Views
- 522
That will disable all selection. I want to disable a selection after some number of selections has been made, i.e. to limit the number of selected items.
-
14 Feb 2012 4:52 AM
- Replies
- 3
- Views
- 522
Also I'm trying to call getCount( ) on the list object with no success.
-
14 Feb 2012 4:41 AM
- Replies
- 3
- Views
- 522
I have tried using the following code
listeners:{
select:function(){ return false; }
}
but it doesn't work, even though the function gets called. And according to the... -
14 Feb 2012 12:22 AM
- Replies
- 4
- Views
- 873
That solved both issues, thanks!
Results 1 to 25 of 36
