Search Type: Posts; User: DrunkenBeard
Search: Search took 0.02 seconds.
-
30 Dec 2012 3:13 PM
- Replies
- 5
- Views
- 897
Hi,
The problem is the y coordinate. How do I get the coordinate of an item when it hasn't been rendered yet (the new list component doesn't render an item until you actually scroll to it). -
27 Dec 2012 3:07 AM
- Replies
- 5
- Views
- 897
Hi,
With the way the new List component works how can I scroll to a specific item. The offsetTop method doesn't seem to work (because the item isn't rendered yet) and calculating the offset by... -
22 Nov 2012 3:06 AM
- Replies
- 1
- Views
- 261
Hi,
I'm trying to scroll to an element of a list after it is rendered (there is no tap events involved or any interaction with the user whatsoever, the list should just scroll to a certain element... -
31 Oct 2012 7:59 AM
- Replies
- 1
- Views
- 207
Hi,
I have a very basic absolutely positioned formpanel containing a fieldset and a button. Right now if I don't indicate a height for the formpanel it shows as 0 height. Is there a way to make... -
19 Sep 2012 10:41 PM
Jump to post Thread: Carousel in a carousel by DrunkenBeard
- Replies
- 2
- Views
- 314
Nice! I'm going to try this as soon as I get to work :)
EDIT: Yes, it works. -
19 Sep 2012 11:21 AM
Jump to post Thread: Carousel in a carousel by DrunkenBeard
- Replies
- 2
- Views
- 314
Hi,
I am making an app where a screen has two carousels, one inside the other. My problem right now is that swiping the inner carousel obviously also swipes the outer carousel. I tried listening... -
8 Sep 2012 10:00 AM
- Replies
- 2
- Views
- 498
Hi mitchell,
I figure I should respond with the inserted record? How about batch operations? Should I respond then with an array of records? And if there is only one added record, can I still... -
6 Sep 2012 2:27 AM
- Replies
- 2
- Views
- 498
Hi,
Right now I have a problem with the way Sencha stores work. I have a model that I persist to a remote table. The table has an autoincrement id. When I create a new record and add it, Sencha... -
5 Sep 2012 4:19 AM
Jump to post Thread: Remove xindex from record by DrunkenBeard
- Replies
- 1
- Views
- 254
I'm reposting this in this forum as I had mistakenly posted it in the ExtJS one and just noticed now. Sorry.
Hi,
I load the contents of a list from a store.
{ xtype:... -
5 Sep 2012 2:20 AM
Jump to post Thread: Remove xindex from record by DrunkenBeard
- Replies
- 1
- Views
- 220
Hi,
I load the contents of a list from a store.
{ xtype: 'list',
store: 'Items',
itemTpl: '{name}'
} -
24 May 2012 4:49 AM
Jump to post Thread: Show Live Camera by DrunkenBeard
- Replies
- 5
- Views
- 1,050
I'm not sure accessing the camera through the input tag works in the iPad. I know it works in Android but last time I checked it didn't work in Apple devices.
-
24 May 2012 2:08 AM
Jump to post Thread: Show Live Camera by DrunkenBeard
- Replies
- 5
- Views
- 1,050
Hi there,
I know you can capture a picture using an iDevice camera via Ext.device.Camera, but is it possible to display a live feed of what the camera sees ?
Thanks -
2 May 2012 4:06 AM
Jump to post Thread: Accessing iPad photos by DrunkenBeard
- Replies
- 1
- Views
- 414
Hi there,
Is there any way to access photos stored on the iPad from a Sencha Touch 2 application ? Otherwise, is it possible for Sencha Touch 2 to store photos on the device and access them ?... -
3 Apr 2012 2:08 PM
- Replies
- 4
- Views
- 1,868
Hi there,
Having a little trouble over here with the Beta 2 of the SDKTools. Here's my configuration.json :
{
"applicationName":"Project",
"applicationId":"com.company.Project",... -
31 Jan 2012 10:31 AM
Jump to post Thread: Ext.dispatch replacement? by DrunkenBeard
- Replies
- 22
- Views
- 6,468
Hi,
I'm digging up this thread because I think this is still a problem, at least it is for me. So it has now been stated that the preferred way to trigger a behavior without listening to a... -
9 Jan 2012 4:02 PM
Jump to post Thread: Radar and ItemInfo by DrunkenBeard
- Replies
- 2
- Views
- 894
I mean displaying detailed information when the user clicks on a specific point of the chart.
-
9 Jan 2012 3:11 AM
Jump to post Thread: Radar and ItemInfo by DrunkenBeard
- Replies
- 2
- Views
- 894
Hi there,
How exactly can you render item information for a radar chart ? using item.storeItem returns 'undefined'.
Any help would be appreciated :) -
20 Dec 2011 4:20 AM
Jump to post Thread: Dynamic Multiselect by DrunkenBeard
- Replies
- 2
- Views
- 1,174
Thanks a lot, worked like a charm :)
-
20 Dec 2011 3:38 AM
Jump to post Thread: Dynamic Multiselect by DrunkenBeard
- Replies
- 2
- Views
- 1,174
Hi there,
I have a multiselect list working perfectly, I can select multiple records, no problem. Now I want to select 3 records of that list through code. I'm using the... -
19 Dec 2011 3:47 AM
Jump to post Thread: Native Zoom by DrunkenBeard
- Replies
- 1
- Views
- 1,029
Hi there,
Is there any way to enable native zoom for my Sencha web app on the iPad ? I tried adding the meta tag with user-scalable=yes but I still can't pinch to zoom. In case it's just not... -
16 Dec 2011 2:23 AM
- Replies
- 1
- Views
- 1,144
Hello,
I want to send an Ajax request to a remote PHP script in a different domain. Using a store with a ScriptTagProxy works flawlessly and I can retrieve the data returned by the PHP script. I... -
22 Nov 2011 1:22 AM
Jump to post Thread: TapHold for List Items by DrunkenBeard
- Replies
- 1
- Views
- 794
Hi,
Is there any way to listen to taphold events on list items ? Currently, it appears that I can only listen to doubletap, tap and swipe. Any help would be welcome.
Thanks :) -
18 Nov 2011 4:22 AM
- Replies
- 1
- Views
- 1,088
Hello,
I'm pretty new to Sencha.io, but reading the documentation I thought it could help me in my project. Here's the situation : my app basically allows a manager to do CRUD operations on a... -
2 Nov 2011 5:39 AM
Jump to post Thread: DOM Elements and z-Index by DrunkenBeard
- Replies
- 0
- Views
- 401
Hey there,
I have two superposed divs (using z-index). Both are encapsulated in Ext.Element objects and have a 'tap' listener associated with them. Problem is, the 'tap' event is only triggered on... -
18 Oct 2011 8:01 AM
Jump to post Thread: Ext.dispatch replacement? by DrunkenBeard
- Replies
- 22
- Views
- 6,468
You can use this.getController('ControllerName') inside a view or a controller to get a reference to any other controller and call its methods.
Basically the control method just replaces the...
Results 1 to 25 of 55
