Search Type: Posts; User: blakdronzer
Search: Search took 0.01 seconds.
-
11 Mar 2012 2:17 AM
- Replies
- 7
- Views
- 3,439
Hi,
I downloaded the sencha SDK 2 for windows and tried running all ...
sencha create app / sencha generate app / sencha app create ..
none gives any results. Looked around in forum but did not... -
30 Jan 2012 2:20 AM
- Replies
- 2
- Views
- 376
Well... i will recommend you to refer the stuff using xtype rather than to id .. so you ref in the controller can be
refs: { login: { xtype: 'login', ... -
19 Jan 2012 6:42 PM
Jump to post Thread: is such a ui possible by blakdronzer
- Replies
- 4
- Views
- 555
Gee thanx, will surely look onto the same!! :) GREAT to have u on the forum!!
-
19 Jan 2012 3:08 AM
Jump to post Thread: is such a ui possible by blakdronzer
- Replies
- 4
- Views
- 555
30828
Is there a possibility to have a feature like this where say we have a plain list or nested list and on click of 1 of the element, it opens up with the nesting in same page instead of another... -
17 Jan 2012 12:43 AM
- Replies
- 7
- Views
- 738
Hi Essex,
Here,
i have attached the code.. it is working absolutely fine.. there is a possibility of u not getting the list working at all for json for a reason .. u might be not loading the... -
15 Jan 2012 8:01 PM
- Replies
- 6
- Views
- 1,085
Well i belive you need to control the same effect with series of events where on tap, u fade it out and when mouse moves on the top of the panel or the user again taps the pannel, it shows back or so...
-
15 Jan 2012 7:00 PM
Jump to post Thread: DateView as a sub item by blakdronzer
- Replies
- 7
- Views
- 832
Hi Cyberwombat,
Recently, i too was mingling around the code for one of the post where he wanted a list and docked icons. There, i too noticed that if i added list without specifying the width /... -
15 Jan 2012 6:36 PM
- Replies
- 7
- Views
- 738
Hi essex,
It seems you need to restructure your nested list of array / json.
the structure that may be possible for your solution will be like the following
[ [ { "items" : {
"text" :... -
14 Jan 2012 1:09 PM
- Replies
- 9
- Views
- 1,046
Hi cyberwombat,
Maybe the code below will help you on the same as how i managed to handle the creation / deletion of the views. This did help me and may help u too
... -
14 Jan 2012 12:48 PM
- Replies
- 3
- Views
- 675
Hi there,
May be this should throw some light to you.
http://www.sencha.com/learn/taking-sencha-touch-apps-offline/ -
14 Jan 2012 12:32 PM
Jump to post Thread: Docked tool bar + List by blakdronzer
- Replies
- 1
- Views
- 338
Code below should help you ..
The code is purely from the example of sencha touch 2 .. of showing icons. Added your scrollable list to the same.
Ext.require([
'Ext.data.Store',
... -
14 Jan 2012 11:45 AM
- Replies
- 3
- Views
- 946
May be he following link will help you on the same
http://www.sencha.com/forum/showthread.php?110792-Add-support-for-mouse-scrolling-(for-development) -
14 Jan 2012 11:38 AM
- Replies
- 9
- Views
- 1,314
Well as what i see in your code, storebutton is a classname and not any element / component
... this.control({ 'storebutton': { click : this.storeButtonClick ... -
14 Jan 2012 11:33 AM
- Replies
- 2
- Views
- 842
To my knowledge, there is nothing wrong in the way u define the same but then the concern is how you refer to the same.
In a controller when u set the view .. instead of
views : [
... -
14 Jan 2012 11:17 AM
- Replies
- 2
- Views
- 362
This should throw some light as how to use the ComponentQuery
var cnt = btn.up('container[fullscreen=true]'),
two = cnt.down('container[which=two]');
The doc has better explaination and... -
13 Jan 2012 6:59 AM
- Replies
- 4
- Views
- 2,377
By default, don't sencha library manage the pinch zoom by any means of configuration.
Is there any possibility of some code / sample / link where we can refer to the same? -
12 Jan 2012 5:45 PM
- Replies
- 4
- Views
- 2,377
Hi there,
I am looking for enabling pinch zoom feature for HTML content that i am going to display. Is there a possibility for the same? If so, how can i work around the same as i didnt find much... -
11 Jan 2012 12:37 PM
Jump to post Thread: session edit by blakdronzer
- Replies
- 5
- Views
- 571
You can try using sessionStorage.setItem("Key", "SomeValue");
and retrieve the same using sessionStorage.getItem("Key");
Atleast i used it 4 storing string / numeric values. .. checkout if this... -
11 Jan 2012 12:19 PM
Jump to post Thread: Correct phonegap MVC method by blakdronzer
- Replies
- 8
- Views
- 1,665
Well what i may suggest in this case is that u connect the android phone with the pc .. and connect it with adp and do a adp logcat to see all the logs that may be down there in the console.. or a...
-
11 Jan 2012 12:11 PM
- Replies
- 2
- Views
- 417
You can probably use
controller = this.getController('NameOfController')
and make a call to the method of the controller with whatever parameters that needs 2 be passed along with the same.!!
... -
11 Jan 2012 11:51 AM
- Replies
- 7
- Views
- 1,041
Thanks Mitchell .. for the quick update. I really appreciate and admire your reply .. but just in that case wanted to understand that if in case we don't use the refs for retrieving the forms, then...
-
11 Jan 2012 11:00 AM
- Replies
- 7
- Views
- 1,041
Hi Mitchell..
I agree with your solution but just a noob question .. as how should one re-create instance of the form and add it..
should it be Ext.create('Form') and add that to the viewport? or... -
11 Jan 2012 10:09 AM
- Replies
- 2
- Views
- 613
Hi Mitchell,
Thanks for the update. I followed the process / procedure of adding false with the remove function that will remove the element but will not destroy it from memory. It works well but... -
11 Jan 2012 2:35 AM
- Replies
- 2
- Views
- 613
Hi there,
I got a lot of knowabouts from the forum about handling elements without ID and stuff.. I am not an expert.. just refered to 1 of a sample sencha touch 2 mvc app and there i found a... -
10 Jan 2012 2:38 AM
- Replies
- 1
- Views
- 886
Hi there,
i was just refering to a pattern of sencha touch 2 implementation example. https://github.com/tomalex0/SenchaTouch_v2_MVC
Here i noticed that the user have had described the existence...
Results 1 to 25 of 27
