Search Type: Posts; User: JFFortierQc
Search: Search took 0.02 seconds.
-
10 Nov 2012 8:02 PM
- Replies
- 1
- Views
- 308
Hi
I created a Carousel from scratch. So I manage completely my items. There is many reasons, but for now, this is not the problem.
We can add over 500 items to the carousel Class. The Carousel... -
8 May 2012 5:58 PM
Jump to post Thread: LocalStorage over Model by JFFortierQc
- Replies
- 1
- Views
- 308
Hi
I'm new to LocalStorage and I'm trying to make it work within a Model. Is that possible or it needs to be with a Store only?
Ext.define("MyApp.model.configs.UserProfil", {extend:... -
5 Apr 2012 4:35 PM
Jump to post Thread: Ext.Loader in production? by JFFortierQc
- Replies
- 1
- Views
- 360
Hi
I know that in documentation it says that Ext.Loader must be used in Debug only, not in production. Actually in production we use the models:[], views:[], to load JS files. But it works only for... -
4 Apr 2012 12:18 PM
- Replies
- 5
- Views
- 710
Ok
Human mistake
configs: {}
instead of
config: {}
Don't tell anyone =D> -
3 Apr 2012 7:26 PM
- Replies
- 5
- Views
- 710
What am I doing wrong?
In Sencha Touch 1, it was possible to call a Store like that this.tvProviders(); where tvProviders is the name in the hasMany properties. In Sencha Touch 1, that did return a... -
3 Apr 2012 6:26 AM
- Replies
- 3
- Views
- 665
Ok
Thanks for this update.
One question then. Is there any method that we can use that is triggered at start on a Model? Can we use constructor in this case?
An init method or any kind of... -
2 Apr 2012 8:09 PM
- Replies
- 3
- Views
- 665
I red a tutorial that said that all Class use now Ext.define. In this tutorial they said that initComponent have been replace by initialize. More interesting, it said that all Class have it now. You...
-
2 Apr 2012 7:51 PM
- Replies
- 1
- Views
- 195
My mistake
Forget about this post.=; -
2 Apr 2012 7:44 PM
- Replies
- 1
- Views
- 195
I have this error message when I create a new instance of my model and ty to call a method on it.
MyModelClassName : Can not call MyMethodName until Class has Initialized
var a =... -
2 Apr 2012 6:12 PM
- Replies
- 2
- Views
- 475
Ok
I found that usign sencha-touch-all.js fix my missing files error.
Seams that Model.js and Observable.js exist only in the sencha-touch-all.js.
Well, Model a Class the we normally extend in... -
2 Apr 2012 6:09 PM
- Replies
- 4
- Views
- 3,260
Seams like if we want to do
Ext.define("AnyCustomClass", {extend: "Ext.data.Model", ...
or even
Ext.define("AnyCustomClass", {"Ext.mixin.Observable",, ...
We need to use the... -
2 Apr 2012 5:57 PM
- Replies
- 2
- Views
- 475
May be this can help, I took my folder and move it to the desktop to have folder hierarchy without space (%20) in folder name. The error message change in that case. I get these one :
... -
2 Apr 2012 5:49 PM
- Replies
- 2
- Views
- 475
Hi
When I test my app in safari, I get these error. What did I do wrong an why these message?
GET... -
2 Apr 2012 9:21 AM
- Replies
- 2
- Views
- 417
SoI can do something like this :
var tempItem = this.get("myItemName");
tempItem.doSomething();
And I don't need to set it back after like that
this.set("myItemName", tempItem);
Same... -
1 Apr 2012 6:41 PM
- Replies
- 2
- Views
- 417
Hi
Simple question, but important. In a Model Class, when we use the set and get methods to manage data in fields, does the get return a copy or a reference of the variable?
We manage some custom... -
13 Jan 2012 12:04 PM
- Replies
- 2
- Views
- 1,198
I just did the test over the web. I upload the code and Yes it does exactly the same. So in this case the mix white Sencha Touch and PhoneGap is not the problem.
-
13 Jan 2012 8:50 AM
- Replies
- 0
- Views
- 987
Hi
We face a problem using Sencha Touch and PhoneGap over Android 2.x where the Keyboard don't hide when you click outside the textfield (pure HTML textfield input type="text"). There is a works... -
12 Jan 2012 5:48 PM
- Replies
- 2
- Views
- 2,550
We actually work on a project for iOS and Android. On iOS the document.getElementById("myFieldName").blur(); works great. But on some Android platform their is a bug. Sometimes it works, sometimes no.
-
12 Jan 2012 4:02 PM
- Replies
- 2
- Views
- 1,198
Hi
We are developing an application on Android and iPhone using Sencha Touch and PhoneGap. We face the same problem over Mobile and Tablet. The problem is simple. Anytime if we have an alert... -
3 Jan 2012 9:24 AM
- Replies
- 1
- Views
- 535
Hi
I need to create a panel that is over all, just like a Sheet. I actually use a Panel with a layout: auto and I can't figure out how to do this.
I tried to set the style: "overflow:hidden;... -
28 Dec 2011 8:16 PM
Jump to post Thread: Panel overflow ??? by JFFortierQc
- Replies
- 2
- Views
- 726
Hummm
Sorry. The problem is different. Well its the inverse. When I move the hbox panel, its like only the view part move. I mean, before I start the animation, I can change the brwoser size to view... -
28 Dec 2011 7:26 PM
Jump to post Thread: Panel overflow ??? by JFFortierQc
- Replies
- 2
- Views
- 726
Hi
I have a Panel of the layout type has card, I set scroll:false and fullscreen: true. This Panel has one child which is another Panel of the layout type hbox. The hbox Panel contain a lot of... -
28 Dec 2011 2:53 PM
- Replies
- 1
- Views
- 585
Hi
I need to update an object CSS after I add a new item in the Panel.
In the following code, I keep a copy of my first item and I need to update its css after another item is added. Actualy, I can... -
28 Dec 2011 11:24 AM
- Replies
- 2
- Views
- 617
Don't really know how to extend Carousel. There is a lots of methods that I would need to override and for now I need a little of them only. I think that I can simply create something custom for now,...
-
27 Dec 2011 8:58 PM
- Replies
- 2
- Views
- 617
Hi
I need to create a king of carousel, but having 2 elements displayed at time. I decided to build it, but can't figure out how to display 2 elements and being able to move it.
If I use the...
Results 1 to 25 of 48
