Search Type: Posts; User: elmasse
Search: Search took 0.02 seconds.
-
9 May 2012 8:43 PM
Jump to post Thread: Offline app with Server closed by elmasse
- Replies
- 1
- Views
- 365
Make sure that your server is setting MIME type correctly for you cache manifest file.
It has to be served as:
text/cache-manifest -
23 Mar 2012 2:24 PM
Jump to post Thread: i18n Experiment with css content by elmasse
- Replies
- 3
- Views
- 1,856
Hi guys!
I have a simple experiment for doing internationalization. In this example I'm using css content properties to not reload the app when a lang changes. It works pretty nice but I'm not... -
23 Mar 2012 2:20 PM
Jump to post Thread: Ext.ux.Cover for ST2 by elmasse
- Replies
- 7
- Views
- 2,115
This is an implementation of Coverflow for SenchaTouch 2 based on DataView.
Check it out at here
Or download code from github repo at http://github.com/elmasse/Ext.ux.Cover -
22 Mar 2012 6:05 PM
Jump to post Thread: Post request on other domain by elmasse
- Replies
- 7
- Views
- 1,061
Try Phonegap, AFAIK you don't have cross domain issues executing inside a WebView. But, I didn't try it myself.
-
20 Mar 2012 1:03 PM
Jump to post Thread: Phonega and Sencha 2 by elmasse
- Replies
- 9
- Views
- 790
PhoneGap 1.5 has changed its namespace to Cordova, so I think it is something that ST2 needs to change to detect it. AFAIK they have a detection for PhoneGap namespace
-
20 Mar 2012 12:51 PM
Jump to post Thread: Sencha Touch 2 GA deploy url? by elmasse
- Replies
- 1
- Views
- 387
Can you guys post where is the online version for GA available?
I've been using http://dev.sencha.com/deploy/sencha-touch-2-rc/builds/sencha-touch-all-debug.js for RC version. I have tried this... -
20 Mar 2012 12:39 PM
- Replies
- 37
- Views
- 18,528
Ext.ux.Cover doesn't set the height/width or the component in the screen, what you need to do is to specify the layout on cover's container. If take a look on the example, in case you run it on a...
-
15 Mar 2012 8:09 AM
- Replies
- 37
- Views
- 18,528
@a.premkumar
It already gets size automatically. The example has some height and width just for demo purposes, mainly cause I don't do the profile detection so I'm setting up those values to get... -
15 Feb 2012 12:53 PM
- Replies
- 37
- Views
- 18,528
I'm working on the issue you mentioned earlier in your post. Regarding keyboard nav this is not supported since this extension is only for SenchaTouch and there you wouldn't like to use keyboard.
-
13 Feb 2012 12:48 PM
- Replies
- 37
- Views
- 18,528
@hotaguitar
I've been debuging a bit the cover and I found a little issue when you use a store with proxy and you dont set up autoLoad true. It is fixed right now on the github repository.
... -
19 Jan 2012 4:42 AM
- Replies
- 14
- Views
- 7,257
Guys,
Thank you all for the feedback on this component. I will be working on some issues mentioned here (like loading language non-country specific bundles, offline, and so on)
What I wanted... -
18 Jan 2012 4:01 PM
Jump to post Thread: Button text config option by elmasse
- Replies
- 4
- Views
- 589
Same thing occurs with Select fields when setting text values.
items:[{
xtype:'fieldset',
title: 'title',
items:[{
xtype: 'selectfield',
options:[{ -
17 Jan 2012 9:21 AM
Jump to post Thread: Button text config option by elmasse
- Replies
- 4
- Views
- 589
That's exactly what I wanted to hear - or read.
Thank you Mitchell! -
17 Jan 2012 7:09 AM
Jump to post Thread: Button text config option by elmasse
- Replies
- 4
- Views
- 589
Guys,
I'm not sure if this is a bug or a feature requirement or it's maybe just me trying to do some weird things :P
Anyway, the problem is that I wanted to set text config option from button to... -
29 Dec 2011 12:12 PM
- Replies
- 3
- Views
- 848
Are you trying to display the html code inside a text area? Or do you want to display an editable version in textarea? if you want a content editable then you will need a frame with contenteditable...
-
27 Dec 2011 4:37 PM
- Replies
- 37
- Views
- 18,528
JP,
You cannot use item for Ext.ux.Cover. This is an implementation based on Ext.DataView so you will need a template and a Store to display information as it were a List but with a coverflow like... -
23 Dec 2011 3:58 PM
- Replies
- 37
- Views
- 18,528
@seb123
Try creating different cover instances for your panels. You should not have same instances on different containers.
Sorry for the late response. Please feel free to contact me by mail... -
15 Dec 2011 11:17 AM
Jump to post Thread: HTML5 offline mode + AJAX = bug by elmasse
- Replies
- 1
- Views
- 1,353
Have you tried to add noCache: false parameter in Ext.Ajax call?
-
18 Oct 2011 9:59 AM
- Replies
- 37
- Views
- 18,528
Fizo,
Try this code. You had an extra comma in data definition, I have also removed code from demo so it will be cleaner.
Ext.regModel('Flow', {
fields : [ 'menu', 'description' ]
}); -
17 Oct 2011 8:56 AM
- Replies
- 4
- Views
- 1,691
Painted should work.. I guess
-
17 Oct 2011 6:25 AM
- Replies
- 37
- Views
- 18,528
Guys,
I have created a new branch on github for SenchaTouch 2 version of Ext.ux.Cover.
Check it out at https://github.com/elmasse/Ext.ux.Cover/tree/sencha-touch-2
Any comments are more than... -
21 Sep 2011 3:19 PM
- Replies
- 37
- Views
- 18,528
That's not yet implemented. But I will add it to my list :)
-
30 Aug 2011 4:39 AM
- Replies
- 37
- Views
- 18,528
Glad you like it Markus!
Thanks for the feedback!
Best,
Max -
9 Aug 2011 9:23 AM
- Replies
- 37
- Views
- 18,528
JP,
Glad you like it! I guess it is completely possible to take this into, maybe, a Layout to do what you say. -
9 Aug 2011 9:20 AM
- Replies
- 37
- Views
- 18,528
Many many thanks for your help on this. I think that what you mentioned about the z-index issues is the same issue I'm experiencing on Chrome 12 for Mac OSX. Do not know the root cause yet, but if...
Results 1 to 25 of 62
