Search Type: Posts; User: ronan quillevere
Search: Search took 0.01 seconds.
-
19 Apr 2013 5:23 AM
- Replies
- 0
- Views
- 275
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0.1-GPL»
Browser versions and OS
(and desktop environment, if applicable)
«Chrome 26, Windows 7»
«Firefox 20, Windows 7» -
19 Apr 2013 4:06 AM
- Replies
- 0
- Views
- 149
Required Information
Version(s) of Ext GWT
«Ext GWT 3.0.1-GPL»
Browser versions and OS
(and desktop environment, if applicable)
«Chrome 26, Windows 7»
«Firefox 20, Windows 7» -
11 Oct 2012 6:56 AM
- Replies
- 12
- Views
- 2,398
Hello,
I faced the same problem: not able to focus a searchfield on safari mobile iOS (5) with ST 2.0.1
Here is a link to the example to test (working on chrome : may need a refresh the first... -
11 Oct 2012 4:14 AM
Jump to post Thread: Sliding Side Menu by ronan quillevere
- Replies
- 202
- Views
- 44,709
How do you do it ? With sass ? in a separate css ?
Maybe your css is included before the app.css
Maybe you css style is overriden by a deeper style. Give us some more detail. -
8 Oct 2012 7:40 AM
Jump to post Thread: i18n basics by ronan quillevere
- Replies
- 1
- Views
- 600
Check out that question on stack overflow it might help. My understanding is that ST does not provide i18n features (yet)
http://stackoverflow.com/questions/7318396/sencha-touch-i18n-basics -
1 Oct 2012 1:16 AM
Jump to post Thread: Sliding Side Menu by ronan quillevere
- Replies
- 202
- Views
- 44,709
I think you should use css to add an icon to your list. Just specify a different class for each item of your list depending on some values of your store with a template (if your are using a store to...
-
26 Sep 2012 6:34 AM
- Replies
- 1
- Views
- 1,040
The input type "file" is now supported in Safari mobile (since iOS 6). Has anyone been playing with this new feature to integrate it in a ST app ? I would be really interested to see that.
If you... -
10 Sep 2012 1:52 AM
- Replies
- 9
- Views
- 1,958
Thanks for the code it saved me some time :) ! I used it this way : I extended the classic TextArea and created a new xtype then I used that xtype in my form.
... -
24 Aug 2012 1:57 AM
- Replies
- 1
- Views
- 501
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0.1
Browser versions tested against: -
22 Aug 2012 11:35 PM
Jump to post Thread: Sliding Side Menu by ronan quillevere
- Replies
- 202
- Views
- 44,709
Here you go, this is the app.scss, do not hesitate to change the colors and show me what yours looks like !
@import 'sencha-touch/default/all'; -
22 Aug 2012 6:10 AM
Jump to post Thread: Sliding Side Menu by ronan quillevere
- Replies
- 202
- Views
- 44,709
Thanks for this great component.
I just wanted to show some theming I did with it to make it look a litte bit more sexy.
38150
If anyone else can share their themes it would be nice to... -
22 Aug 2012 5:51 AM
- Replies
- 3
- Views
- 1,333
I was doing it before the
@import 'sencha-touch/default/all';
It worked for other variables but not for this one. If I put it after it works. Thanks for your answer :). I will have a closer... -
21 Aug 2012 7:54 AM
- Replies
- 2
- Views
- 602
Sorry for the duplicate, I searched quickly for this topic before posting using the sencha search tool but I did not find a bug on that. The search tool should be improved. This would save you some...
-
21 Aug 2012 7:27 AM
- Replies
- 2
- Views
- 602
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.0.1
Browser versions tested against:
Chrome 21.0.1180.79 m -
21 Aug 2012 4:59 AM
Jump to post Thread: Compass/Sass setup by ronan quillevere
- Replies
- 3
- Views
- 1,898
Here is a simple tutorial to setup sass and compass on windows 7 we just wrote. Hope it can help.
http://one2teamdev.blogspot.fr/2012/08/sass-for-sencha-touch-2-windows-7.html -
21 Aug 2012 4:56 AM
- Replies
- 24
- Views
- 31,946
We made up a very simple tutorial to setup sass and compass on windows 7. Maybe It can help someone here.
http://one2teamdev.blogspot.fr/2012/08/sass-for-sencha-touch-2-windows-7.html -
20 Aug 2012 9:33 AM
- Replies
- 3
- Views
- 1,333
Hello I am trying to override the $form-label-background-color variable to white but I cannot make it work. Here is the beginning of my app.scss file.
$form-bg-color: white; // works ok... -
9 Aug 2012 12:11 AM
- Replies
- 5
- Views
- 690
the fooid workaround works
data[idProperty] returns 'undefined' so we do no enter in the cache part of the code
id = data[idProperty];
if (id || id === 0) {
cached = ... -
8 Aug 2012 10:18 AM
- Replies
- 5
- Views
- 690
Yes this may be a good workaround. I will try to see if it works.
Anyway I declared an id field with the right mapping in my code to avoid the pb.
But I think that you should probably check... -
8 Aug 2012 10:09 AM
- Replies
- 5
- Views
- 690
As I said, in my JSON I have the following, but I do not want to use it so I did not declared an id field in my model
"id":{"$t":"/ddnz/nz/42134"}
so the id is mapped to an object
so... -
8 Aug 2012 8:18 AM
- Replies
- 5
- Views
- 690
REQUIRED INFORMATION
Sorry I did not put the version in the title seems I cannot change it afterward
Ext version tested:
Sencha Touch 2.0.1
Browser versions tested against:
Chrome... -
2 Aug 2012 12:09 AM
- Replies
- 5
- Views
- 825
I use the following trick to do that
var link = document.createElement('a');
link.setAttribute('id', 'link_to_remove');
link.setAttribute('href', YOUR HREF);
... -
1 Aug 2012 7:43 AM
- Replies
- 4
- Views
- 714
Sorry I missed the method in the doc thx for pointing it out !
-
1 Aug 2012 7:12 AM
- Replies
- 4
- Views
- 714
How do you set your listener ? I do not know how to do it.
To solve this I extended proxy.Ajax and override the action methods to set the headers. -
1 Aug 2012 2:01 AM
- Replies
- 4
- Views
- 714
I think it would be nice to have an easy way to set different headers depending on the action perform CREATE / READ / UPDATE / DESTROY
For example we want to use a different values for our...
Results 1 to 25 of 29
