Search Type: Posts; User: Dragnalith
Search: Search took 0.09 seconds.
-
26 Aug 2011 3:37 PM
Jump to post Thread: Animate an Ext.Element by Dragnalith
- Replies
- 2
- Views
- 646
It's a pity, animate setWidth is pretty interesting. It's true we can use an Ext.Anim, but it complicate the code.
-
26 Aug 2011 1:50 AM
Jump to post Thread: Animate an Ext.Element by Dragnalith
- Replies
- 2
- Views
- 646
According to documentation, the methods setWidth, setHeight, hide(), ... of Ext.Element should take a parameter for animation, but according to the source it seems it doesn't exist. And if I try the...
-
15 Aug 2011 12:14 PM
- Replies
- 9
- Views
- 5,153
I confuse event and listeners sorry. I don't understand why there is not 'tap' listeners in Panel.
-
15 Aug 2011 11:49 AM
- Replies
- 9
- Views
- 5,153
Thanks, I had found it by my side. But I don't understand why you have made that choice.
-
14 Aug 2011 8:13 AM
- Replies
- 9
- Views
- 5,153
I have just noticed there is not any 'tap' or 'click' event on Panel, and in general in Component. I don't understand why because it's useful to know when a user touch a component.
I my case I make... -
10 Aug 2011 2:41 PM
- Replies
- 2
- Views
- 736
I store every instance of my component in myapp.views but I'm not sure it's really useful. I could just have id for accessing my important component everywhere. Subcomponent as toolbar are not store...
-
10 Aug 2011 4:57 AM
- Replies
- 0
- Views
- 272
I'm looking for a way to launch a function a component creation. Maybe with an event 'start' or 'creation', but I haven't found it.<br>
<br>
I'd like to do something like that<br>
<br>
{<br>... -
10 Aug 2011 4:55 AM
- Replies
- 0
- Views
- 239
I'm looking for a way to launch a function a component creation. Maybe with an event 'start' or 'creation', but I haven't found it.
I'd like to do something like that
{
xtype: 'list',
... -
7 Aug 2011 8:32 AM
- Replies
- 2
- Views
- 736
I've used sencha touch for some months now. My project begins to be pretty big, but I still don't know how to organize view files. I've a lots of single component embedded into each other for my main...
-
7 Aug 2011 8:30 AM
- Replies
- 0
- Views
- 307
edit: wrong forum one again, sorry... May a moderator delete this thread ?
-
29 Jul 2011 11:01 AM
- Replies
- 3
- Views
- 1,597
In fact I found the method. It's update([data]) !
Thanks -
28 Jul 2011 7:12 AM
- Replies
- 3
- Views
- 1,597
Hi,
I have a template embedded in a Panel. The data for the template are received by ajax.
If I change data how refresh the template ? I don't find any render() or refresh() methode for a panel.... -
15 Jul 2011 1:59 PM
- Replies
- 8
- Views
- 1,719
the rudiments seems okay (and the syntax too). Even more you didn't need to call load() from the store, so no need to overwrite the initComponent method.
-
14 Jul 2011 1:14 AM
- Replies
- 8
- Views
- 1,719
No way to find what is 'undefined' ?
-
13 Jul 2011 4:20 AM
- Replies
- 10
- Views
- 1,630
I think it comes from the interaction of sencha touch and iOS. You should report the bug.
-
13 Jul 2011 4:17 AM
Jump to post Thread: Hide fieldset items by Dragnalith
- Replies
- 1
- Views
- 1,086
You can use the "hide()" et "show()" method of your fieldset. You put the code on the "tap" listeners of your title fieldset.
-
13 Jul 2011 4:09 AM
Jump to post Thread: Hiding & Showing panels by Dragnalith
- Replies
- 3
- Views
- 904
May I see how you define your panels and their layout ?
-
13 Jul 2011 4:06 AM
- Replies
- 8
- Views
- 1,719
There is problem with coma. Sometimes you had a coma in the last line of your array or object.
I've noticed.
model file : last line of "fields array"
store file : last line of the store... -
13 Jul 2011 3:46 AM
- Replies
- 10
- Views
- 1,630
Does the bar hide itself once you tap anywhere on your app ?
Because I've the same problem. At loading the address does'nt hideout until I do something (like touching the screen). -
11 Jul 2011 6:46 AM
- Replies
- 2
- Views
- 905
Hi,
I wonder how the framework block the safari scrolling when my finger slip on the screen, avoiding in this way to show the url-bar to the user ?
It interests me because if I use an <object> to... -
27 Jun 2011 7:39 PM
- Replies
- 0
- Views
- 877
Hi,
I'd like to customize a list to select item with an On/Off button and send the result. I have two problems, with the documentation I just understand how to add html into a list item but not how... -
24 May 2011 8:23 AM
- Replies
- 4
- Views
- 2,378
Unfortunately, as I've just said in the main post. It's not good because Ext.ux.touch.Rating is for form
-
23 May 2011 3:32 PM
- Replies
- 2
- Views
- 4,142
I use a facebook authentication with sencha touch. I'm not completely satisfy but I make it with the server side flow.
You can had php code in your index.html to check if the user is logged, if he... -
23 May 2011 3:14 PM
- Replies
- 4
- Views
- 2,378
Following my last post, i'm looking for a star-rating plug-in compatible with sencha touch. It's for items of an Ext.List. I've seen there is Ext.ux.touch.Rating but it's for forms. I'd like...
-
21 May 2011 7:21 PM
- Replies
- 2
- Views
- 1,935
Okay thank you. But I don't understand why it is incompatible. Even if it's not supported, jquery should work because it's in a template and not in a sencha-touch component. And there it's clearly...
Results 1 to 25 of 26
