Search Type: Posts; User: slngr
Search: Search took 0.02 seconds.
-
8 Feb 2012 4:21 AM
- Replies
- 3
- Views
- 1,092
Hi Padmaja,
here is the code of my DataView. Hope I can help you with that:
Ext.define('App.view.HomeDataView', {
extend: 'Ext.DataView',
xtype: 'home_dataview',
... -
9 Jan 2012 10:33 AM
- Replies
- 3
- Views
- 963
But if I want to have 2 instances if one DataView how can I access each one? Is there a possibility to give the push() function an id of the view?
Can I then query for this specific id? -
8 Jan 2012 10:48 AM
Jump to post Thread: Ext.DataView does not render data by slngr
- Replies
- 1
- Views
- 460
The real problem was the following one - please provide an answer there:
http://www.sencha.com/forum/showthread.php?172934-Ext.NavigationView-getting-reference-of-pushed-view-to-reopen-it -
8 Jan 2012 10:47 AM
- Replies
- 1
- Views
- 508
The real error is this one - please provide an answer:
http://www.sencha.com/forum/showthread.php?172934-Ext.NavigationView-getting-reference-of-pushed-view-to-reopen-it -
8 Jan 2012 10:02 AM
- Replies
- 3
- Views
- 963
Hey,
I got an image view with several images on it, that I push via a button on stack of Ext.NavigationView - if I reopen it via the button another instance of that view is pushed on the stack. So... -
8 Jan 2012 9:56 AM
- Replies
- 10
- Views
- 3,053
I got the same issue, need to destroy an popped item!
-
8 Jan 2012 6:53 AM
Jump to post Thread: Ext.DataView does not render data by slngr
- Replies
- 1
- Views
- 460
Hey,
my DataView doesn't render my data and I don't know why. Here is the declaration of my DataView:
Ext.define('App.view.PicalikeResults', {
extend: 'Ext.DataView',
xtype:... -
8 Jan 2012 3:54 AM
- Replies
- 1
- Views
- 508
Hello,
I got some problem. I got a store with JSON data in it - in this example images. Then I want to dynamically reload the store with other images, do it like this:
store.url = foo;... -
8 Jan 2012 3:16 AM
Jump to post Thread: Store.read() doesn't work! by slngr
- Replies
- 1
- Views
- 301
Allright, seems that read() doesn't work any more - tried load() and I get new data :)
-
8 Jan 2012 2:42 AM
Jump to post Thread: Store.read() doesn't work! by slngr
- Replies
- 1
- Views
- 301
Hi there,
I want to dynamically change my proxy url and load the new store items on the view. For that I got two url's that response with a json file. Here is my code with store read - it changes... -
6 Jan 2012 3:29 AM
Jump to post Thread: How to get active Item? by slngr
- Replies
- 1
- Views
- 1,092
Hi there,
maybe I was a little bit stupid tonight, but is there a function to get the active item in ST2?
Tried isActiveItem() in adaption to setActiveItem() but it didn't get any results :(
... -
3 Jan 2012 1:29 AM
Jump to post Thread: Pop or Slide animation for overlay by slngr
- Replies
- 1
- Views
- 838
Hi there,
I looked at several examples for e.g. pop or slide animation for an overlay. Every example I want to adapt didn't work. Also read that animations in ST2 are not stable at the moment.
... -
31 Dec 2011 5:48 AM
- Replies
- 1
- Views
- 770
Hello,
my Ext.Toolbar title isn't centered with 2 buttons on it, if I declare it like this:
...
xtype: 'toolbar',
title: 'test',
items: [
... -
29 Dec 2011 9:46 AM
Jump to post Thread: Theming BackButton without SCSS by slngr
- Replies
- 7
- Views
- 1,145
Well, because I'm not that professionell in that whole CSS things, can I override the encoded image with my standard CSS parameters I gave the button?
-
29 Dec 2011 9:10 AM
Jump to post Thread: Theming BackButton without SCSS by slngr
- Replies
- 7
- Views
- 1,145
Hi there,
I want to theme my buttons with css. Because there's a crazy deadline I've no time to learn the SCSS approach. In addition my webapp is just a prototype, so I only have to theme two... -
29 Dec 2011 8:52 AM
- Replies
- 8
- Views
- 1,323
Where can I find the xtype of the specific backButton or how can I access it via some function? Looked in the documentation but found nothing there. I must say I don't really understand the...
-
29 Dec 2011 7:23 AM
- Replies
- 8
- Views
- 1,323
Hello,
I want to show an button on the NavigationBar of the NavigationView only on one pushed view. To realize that I use the following functions - but I'm wondering if this is the right way to do... -
29 Dec 2011 5:50 AM
- Replies
- 1
- Views
- 811
Hello,
I try to build an overlay like e.g. in the kiva example app. For testing I copied the detail.js from kiva app, which contains the Ext.Sheet definition to build up an overlay. But I dont... -
28 Dec 2011 2:52 AM
- Replies
- 3
- Views
- 622
The following code gets it working for me - just check if your json is valid too:
initialize: function() {
// Build up store and initialize it
... -
27 Dec 2011 10:05 AM
- Replies
- 2
- Views
- 1,065
Hi there,
I got a DataView with an itemTpl in it (e.g. images). I've got 9 images to display, but don't want to have a scrollable area in one carousel card. I just want 3 image on every card, so... -
27 Dec 2011 3:28 AM
- Replies
- 3
- Views
- 622
Nevermind - fixed the problem myself! Thx anyways :)
-
27 Dec 2011 2:49 AM
- Replies
- 3
- Views
- 622
Hello there,
I have got a problem with the DataView and a test.json file. I want to load the json file via the proxy and save the data in the fields declared in the store section of the DataView.... -
23 Dec 2011 12:28 PM
- Replies
- 7
- Views
- 1,510
Thank you this worked like a charm! Is there any guide or rule I can follow to know what should be realized in config object and what in initialize?
Want to wish you a merry christmas tomorrow for... -
23 Dec 2011 12:16 PM
- Replies
- 7
- Views
- 1,510
With the following solution no event is catched - tried some other events, even on other views - am I doing something elementary wrong? Never get an event like tap / itemtap / show etc.
... -
23 Dec 2011 11:21 AM
- Replies
- 7
- Views
- 1,510
Hi,
I build up a DataView with some html, e.g. images, in it. The DataView is used in a carousel.
Now I want to realize that if a user taps on an image a new view is pushed on the stack of...
Results 1 to 25 of 68
