Search Type: Posts; User: ankuravlani
Search: Search took 0.03 seconds.
-
13 Dec 2010 2:13 PM
Jump to post Thread: Card Layout Issue by ankuravlani
- Replies
- 5
- Views
- 759
DO we need to move this to bug???
-
10 Dec 2010 9:47 AM
Jump to post Thread: Card Layout Issue by ankuravlani
- Replies
- 5
- Views
- 759
Thanks for the replies, I have already checked the console there are "NO ERRORS".
And the funniest part, when I do view source, I see the panels getting added, but no ITEMS.
When I remove... -
10 Dec 2010 8:00 AM
Jump to post Thread: Card Layout Issue by ankuravlani
- Replies
- 5
- Views
- 759
Shouldnt this be a bug?
Any help is appreciated. -
9 Dec 2010 12:21 PM
Jump to post Thread: Card Layout Issue by ankuravlani
- Replies
- 5
- Views
- 759
Hi,
I have had been using sencha touch 0.98, I just upgraded to 1.0.1 and corrected all the xtype changes for field.
My complete application is based on cardLayout. Somehow it doesnt seem to... -
3 Nov 2010 2:28 PM
- Replies
- 1
- Views
- 775
Hi,
I have created a panel, which is scrollable vertically. It contains lots of elements like component, button, list and carousel.
Now when i am on carousel and slide it either ways to... -
10 Sep 2010 9:30 AM
- Replies
- 11
- Views
- 2,582
I am using Motorola Droid, firmware version is 2.1-update1.
-
9 Sep 2010 3:17 PM
- Replies
- 11
- Views
- 2,582
I am developing a app for android with sencha touch. I downloaded the latest 0.94 touch release. The picker used to work properly till 0.93 release. Now in 0.94 after making the required...
-
9 Sep 2010 11:22 AM
- Replies
- 11
- Views
- 2,582
I tried with both text and title, but it doesnt show up. Also on android the picker doesnt show up completely it gets hidden below, not sure why. I havent specified any height for the picker.
-
8 Sep 2010 5:49 PM
- Replies
- 11
- Views
- 2,582
HI,
I modified my code and its working now:
sqftPicker = new Ext.Picker({
modal:true,
useTitles: true,
showDoneButton: false,
slots:[{ -
8 Sep 2010 4:43 PM
- Replies
- 11
- Views
- 2,582
Hi,
I was working sencha touch 0.93 beta release and my Ext.Picker functionality was working.
Today I downloaded the latest 0.94 release. My Ext.Picker code is as follows:
sqftPicker... -
30 Aug 2010 3:59 PM
- Replies
- 0
- Views
- 404
Hi,
I am creating a custom picker
pricePicker = new Ext.Picker({
floating: true,
modal:true,
hideOnMaskTap: true,
width:... -
27 Aug 2010 10:34 AM
Jump to post Thread: Map Marker onClick by ankuravlani
- Replies
- 6
- Views
- 5,510
The click event fires on a normal browser (chrome), but on android it doesnt do anything. When i tap on the marker it doesnt do anything. Is there a way the add the tap event for marker?
Thanks,... -
27 Aug 2010 9:55 AM
Jump to post Thread: Map Marker onClick by ankuravlani
- Replies
- 6
- Views
- 5,510
Hi,
I was successfully able implement the Ext.Map with Marker functionality. I have also added the onclick even on the marker,
var infowindow = new google.maps.InfoWindow({
content:... -
26 Aug 2010 10:06 AM
- Replies
- 1
- Views
- 784
Hi,
I am trying to create a carousel of photos, with dynamic data.
this.logger = new Ext.Carousel({
id: 'photoCarousel',
defaults: {
cls: 'card'
},
... -
25 Aug 2010 3:41 PM
- Replies
- 10
- Views
- 2,774
Hi,
I am dynamically adding photos to carousel.
Ext.getCmp("photoCarousel").add({ html:'<img src="img url"/>'});
Ext.getCmp("photoCarousel").add({ html:'<img src="img url"/>'});
... -
23 Aug 2010 2:58 PM
Jump to post Thread: Card Panel Layout Issue by ankuravlani
- Replies
- 1
- Views
- 1,121
Hi,
I am developing a application on Android. At times when the keyboard window doesnt close automatically, I get a panel layout as seen below
22082
But the expected is as below
22083 -
20 Aug 2010 9:11 AM
Jump to post Thread: Panel Fullscreen issue. by ankuravlani
- Replies
- 0
- Views
- 710
HI,
I am creating a panel with top and bottom toolbar. But when i view this in android emulator or android phone i see some empty space on the right hand side. I have also set scrollable to... -
18 Aug 2010 5:38 PM
Jump to post Thread: SetPosition not working by ankuravlani
- Replies
- 0
- Views
- 540
HI,
I am creating a overlay Panel, and modifying its position using setPosition method. But the first time it shows at a default location and the next time when it shows, it picks up the x,y... -
18 Aug 2010 9:16 AM
Jump to post Thread: Overlay with animation by ankuravlani
- Replies
- 2
- Views
- 779
Hi,
I am new to sencha touch. I am trying to create a overlay which slides up and occupies only some part of the screen. For e.g like in Iphone we have options from where we can call, email, etc... -
16 Aug 2010 6:23 PM
Jump to post Thread: Custom Nested List by ankuravlani
- Replies
- 9
- Views
- 1,485
Hey thanks meyerovb and senchatengu,
I am already using cardLayout, and yes putting and if condition in the template (tpl) solved my issue.
I am still a newbee in sencha touch development. ... -
13 Aug 2010 10:06 PM
Jump to post Thread: Custom Nested List by ankuravlani
- Replies
- 9
- Views
- 1,485
I went through the event documentation for List and Store. My idea is, before addition of a row in list, i want to perform some operation, is that possible?
-
13 Aug 2010 3:09 PM
Jump to post Thread: Custom Nested List by ankuravlani
- Replies
- 9
- Views
- 1,485
Hey thanks ,
I got it now, where i was going wrong, thanks for the input.
I am trying to addListeners like beforeadd to the list, somehow its not getting fired
xtype:... -
12 Aug 2010 6:45 AM
Jump to post Thread: Custom Nested List by ankuravlani
- Replies
- 9
- Views
- 1,485
Hey Thanks for the reply,
This is what now i am doing, but somehow my card is not seen in the screen. This is my code, i can see the top bar but the middel panel with card layout doent come up.
... -
11 Aug 2010 10:29 AM
Jump to post Thread: Custom Nested List by ankuravlani
- Replies
- 9
- Views
- 1,485
Hi,
I am trying to create a Custom Nested List, where in the next list data comes dynamically based on User selection. I am not able to created one, can someone please guide me.
Thanks. -
13 Dec 2009 8:25 PM
Jump to post Thread: Tree + sign issue by ankuravlani
- Replies
- 1
- Views
- 585
Hi,
I am loading my tree using Ajax and json response. Is there a way in which I can avoid displaying a plus sign for a folder with no subfolders.
I can set the property leaf:TRUE, but then...
Results 1 to 25 of 42
