Search Type: Posts; User: chitgoks
Search: Search took 0.02 seconds.
-
9 Oct 2012 7:28 AM
- Replies
- 2
- Views
- 277
hi. yes you are right. i forgot to post a comment about this. i made it work
i wrote a short post about this. click the LINK [ here ] -
5 Oct 2012 5:36 PM
- Replies
- 41
- Views
- 16,170
sencha cmd 3, formerly sdk tools is already out. thats the fix. you need to update to sencha touch 2.1
-
4 Oct 2012 4:25 AM
- Replies
- 2
- Views
- 277
39136
based on the image, my login form consists of Ext.Panel as the parent container. I did not set this to full screen, hence you see the black background border.
my issue is how to add... -
1 Oct 2012 4:54 AM
- Replies
- 41
- Views
- 16,170
hi rbahumi, i did not have that error. it was probably a quote from some other member that i replied to.
what is stbuild.msi for? -
30 Sep 2012 7:31 PM
Jump to post Thread: build/test for android by chitgoks
- Replies
- 5
- Views
- 708
nope. still same with 2.0.1.1
-
30 Sep 2012 7:29 PM
- Replies
- 4
- Views
- 1,013
still the same with 2.0.1.1
-
30 Sep 2012 7:04 PM
- Replies
- 41
- Views
- 16,170
yes, you are right. this looks to be the only solution for now. but sencha team needs to fix this problem.
barely anybody would read the whole line to determine that the problem is the android-7... -
30 Sep 2012 7:00 PM
- Replies
- 41
- Views
- 16,170
this is an error in the android emulator. make sure you specify an MiB size to act as your internal storage.
-
27 Sep 2012 6:20 AM
- Replies
- 8
- Views
- 1,340
ok thanks. my requirement was to get all buttons so i could clear them whenever it changes view. i did it like this
var navbar = this.getNavigationBar();
var butt = navbar.query('button'); -
26 Sep 2012 6:20 PM
Jump to post Thread: Activate Listener fires twice by chitgoks
- Replies
- 7
- Views
- 3,345
i also encountered this with Ext.dataview.List
-
26 Sep 2012 5:33 PM
- Replies
- 8
- Views
- 1,340
mitch, looking at the api, there is no xtype for Ext.navigation.Bar. so there is no way to use Ext.ComponentQuery.query for that.
but using the query() did help once i got the reference of the... -
26 Sep 2012 5:04 AM
- Replies
- 8
- Views
- 1,340
hi mitch. just wondering. if i do
'navigationbar button'
will that give me an array of buttons in the navigation bar? -
26 Sep 2012 4:32 AM
- Replies
- 2
- Views
- 395
ill see if i wont be able to do anything in the next few days. i dont want to go back all over because i just started all over to using Ext.navigation.View
-
26 Sep 2012 2:28 AM
- Replies
- 2
- Views
- 395
adding button to an Ext.navigation.View navigation bar
var navbar = this.getNavigationBar();
navbar.add({ .....});
but removing buttons ... anyone got ideas? getDockedItems() always... -
24 Sep 2012 6:04 PM
- Replies
- 3
- Views
- 556
i think i found the problem. when i set the variable and used the this reference, it was inside an Ajax request so the variables were never set once it got out
-
23 Sep 2012 4:54 AM
- Replies
- 3
- Views
- 556
oops. this is not the real code. i just typed what i remembered. and yes i did call this.callParent() in initialize().
the panel.add is this.add() i will change the code -
21 Sep 2012 2:13 AM
- Replies
- 3
- Views
- 556
any ideas on thiS?
i have a variable, say
Ext.define('MyPanel', {
extend: 'Ext.Panel',
config: { -
20 Sep 2012 11:10 PM
Jump to post Thread: progress bar dialog? by chitgoks
- Replies
- 1
- Views
- 610
Which component in sencha touch 2 can make a progress dialog with a progress bar in it?
-
19 Sep 2012 6:59 AM
- Replies
- 2
- Views
- 305
yes. but i want to select it programmatically once i get the user's data.
ill give setValue() a try. thanks
the setValueField doesnt work. that's only used to indiciate which field/property is... -
19 Sep 2012 6:34 AM
- Replies
- 2
- Views
- 305
hi, any idea how to do this?
i thought setData would do it but it looks like this overwrite's the select's contents.
there is not even a setSelectedItem(int row) or something -
13 Sep 2012 1:16 AM
Jump to post Thread: how to do dynamic items: [ ] by chitgoks
- Replies
- 2
- Views
- 329
thank you haduki! this worked!
-
13 Sep 2012 12:05 AM
Jump to post Thread: how to do dynamic items: [ ] by chitgoks
- Replies
- 2
- Views
- 329
my view class looks something like this
Ext.define('tmp.view.Myclass, {
extends: 'Ext.Panel',
config: {
items: [
{
html: 'part 1', -
11 Sep 2012 7:29 PM
- Replies
- 1
- Views
- 596
in my existing code, this works
var list = Ext.create('Ext.List', {
...,
itemTpl: '<div>{id}</div>',
...
}); -
11 Sep 2012 2:12 PM
- Replies
- 2
- Views
- 660
i also plan to do that. i just wanted to see how it works if i load it locally through a declared variable with xml string.
i managed to solve it now. the only thing lacking in my model class is... -
11 Sep 2012 6:59 AM
- Replies
- 2
- Views
- 326
hi! i thought only the views and controllers are needed to be declared in app.js. thanks!
Results 1 to 25 of 30
