Search Type: Posts; User: olouvignes
Search: Search took 0.02 seconds.
-
16 Nov 2012 10:00 AM
- Replies
- 6
- Views
- 4,283
It looks like it may be possible to ease the SASS -> LESS conversion using SCSS as a bridge (see. http://stackoverflow.com/questions/3872728/converting-sass-to-less) :
II am having a hard time... -
15 Nov 2012 8:40 AM
- Replies
- 132
- Views
- 18,238
You should check out the work from Joe Hewitt : https://github.com/joehewitt/scrollability
Performance was great as I remember (just head to www.scrollability.com).
You just have to implement... -
9 Oct 2012 12:40 AM
- Replies
- 132
- Views
- 18,238
Since going back to ST1 is not an option for me... I found the latest 2.0.3 to be really smooth on an iPhone4S/5, good enough on 3GS/4 (2G/3G are now deprecated since you can't build against armv6...
-
9 Oct 2012 12:30 AM
- Replies
- 132
- Views
- 18,238
Has anyone of you tried the latest 2.1.0-rc to see if things were improved with this release. I'm not sure whether I should retry the 2.1-branch or wait.
-
4 Oct 2012 12:25 PM
Jump to post Thread: Dataview repaint issue by olouvignes
- Replies
- 5
- Views
- 633
That's the main issue that made me rollback to 2.0.3, I do confirm this issue. You should create a bug.
-
29 Sep 2012 1:34 AM
- Replies
- 132
- Views
- 18,238
I did not find theses config in the Ext.dataview.List api docs, do they still apply?
-
27 Sep 2012 4:28 PM
- Replies
- 21
- Views
- 3,345
There is a new cmdv3 beta 181 out there :
http://www.sencha.com/forum/showthread.php?244212-Sencha-Cmd-V3-Beta-3.0.0.181-Now-Available
My former issue was related to the use of dynamic vars in... -
27 Sep 2012 4:18 PM
- Replies
- 1
- Views
- 805
This was caused by the use of dynamic var in the define.
Ext.define(myVar.myNamespace + ".model.User") -
27 Sep 2012 4:06 PM
- Replies
- 1
- Views
- 805
Looks like 181 added new debug info vs. 141, still won't compile correctly, i get :
[DEBUG] Adding implicit dependency on Beelink.app.Application for Ext.viewport.Viewport to file... -
27 Sep 2012 3:31 PM
- Replies
- 21
- Views
- 3,345
Thanks for the tip :
[DEBUG] Adding implicit dependency on Ext.app.Controller for Beelink.model.User to file /Users/olivier/Dropbox/Sites/beelink/mobile/sencha/Beelink/app.js
[DEBUG] ... -
26 Sep 2012 7:48 AM
- Replies
- 132
- Views
- 18,238
Damn, this is so disappointing... This was the one thing that should have been done right in ST2.0, the one and only thing that really matters in the html vs. native... I just can't start to...
-
24 Sep 2012 1:03 AM
- Replies
- 21
- Views
- 3,345
I'm still stuck on this issue even with the rev141 of Sencha Commands :
[ERROR] Exception running app build : JavaException: com.sencha.exceptions.BasicException: null... -
19 Sep 2012 11:48 AM
- Replies
- 16
- Views
- 1,958
Same issue here, custom plugin loading is broken.
I renamed all my extensions classes only to find out that this can't be fixed.
Even using my custom namespace with no specific loader, the build... -
19 Sep 2012 6:01 AM
- Replies
- 4
- Views
- 596
It was used as a mixin twice in some classes :
mixins: ['Ext.ux.form.Editable'],
I did not add it also in requires: [] because it worked (& would be strange to have it twice).
Anyway I tried... -
19 Sep 2012 5:38 AM
- Replies
- 4
- Views
- 596
Exactly, at first I wanted to reuse some classes over several apps. But I understand it is almost useless. So I reverted it in all my app.
However the UX loading bug is currently blocking me, so... -
19 Sep 2012 5:07 AM
- Replies
- 4
- Views
- 596
I'm having issues with the use of global variables to set a dynamic class name :
Ext.define(app.ns + '.model.User' ...
is failing.
Also it fails to load extension files : -
18 Sep 2012 7:21 AM
- Replies
- 4
- Views
- 646
I can confirm this issue, several of my users with 2.3.6 are unable to use my app (no result from Ext.Ajax so it is handled as a "No internet connection error").
It looks like it affects HTTPS... -
13 Sep 2012 8:44 AM
- Replies
- 4
- Views
- 513
Another strange issue :
Using setConfig with :
itemCls: 'card well'
I get in the dom :
38674 -
13 Sep 2012 8:35 AM
- Replies
- 4
- Views
- 513
Ok this is working for me, initialize() was called twice because I called List.setStore() after login.
It was a bug in my Handlebars templates that were somehow badly compiled (probably some npm... -
13 Sep 2012 7:43 AM
- Replies
- 4
- Views
- 513
My app has a few big bugs once updated (after spending an hour to fix the upgrade) to 2.1b3, one is that it seems that some children are initialized several times!
I would gladly write... -
20 Aug 2012 7:22 AM
- Replies
- 2
- Views
- 400
Thank you for trying to reproduce it, in my case I get several glitches (different in chrome & on the device itself), but I'm tweaking visibility by CSS (display:none;), it looks like you are...
-
15 Aug 2012 12:00 PM
- Replies
- 2
- Views
- 400
I have some formpanel in my app that is toggled from a read-only state to an editable state (think iOS native contact edition). When I toggle (css hidden) from a state to the other, the height of the...
-
15 Aug 2012 11:55 AM
- Replies
- 7
- Views
- 1,471
First app I upgraded to 2.1.0b did work well on device with iOS6(b4). I had to fix some layout issues (mainly adding "vbox" & "hbox" when the behavior wasn't the one expected). I'm using Cordova2.0...
-
15 Aug 2012 8:57 AM
- Replies
- 2
- Views
- 433
Had lost my tabbar dock center alignment, had to add this css rule :
.x-layout-box.x-align-center.x-layout-box.x-pack-start {
-webkit-box-pack: center;
box-pack: center;
}
to fix it. -
15 Aug 2012 6:06 AM
- Replies
- 1
- Views
- 800
I have been playing with SenchaTouch 2 since the first developer preview. It has been a great framework to learn and a lot of fun. Today I'm happy to introduce you something I've built this past...
Results 1 to 25 of 119
