Search Type: Posts; User: kodak
Search: Search took 0.03 seconds.
-
12 May 2013 5:19 AM
- Replies
- 5
- Views
- 284
Thanks mitchellsimoens for your answer!
I know there are a lot people asking questions here in the forum every day...
I don´t know exactly where the display problem came from but it´s working... -
9 May 2013 1:24 AM
- Replies
- 5
- Views
- 284
Does anyone has a bugfix for that?
It`s just unusable for me with this display problem :s -
7 May 2013 9:45 AM
- Replies
- 5
- Views
- 284
Hey!
I have the same problem :-/
@mitchellsimoens
What do you mean with 'very low'? I tried a couple of values with the left and top attributes e.g. setting top to -100 but the problem still... -
13 Apr 2013 1:50 AM
- Replies
- 2
- Views
- 260
When I push a new view to my navigationView , a back button gets added...
I need to know which view the user sees when he taps the back button.
I have news -> newsDetails and events ->... -
11 Apr 2013 1:15 AM
- Replies
- 2
- Views
- 260
Hi!
I have a tabpanel with 2 items: news and events and both of them have detail views.
When the user (in the detail view) hits the back button and sees the news/events list again... which action... -
9 Dec 2012 1:03 PM
Jump to post Thread: howto filter store from a list by kodak
- Replies
- 1
- Views
- 170
Hi!
Iam trying to apply several filter which I get from a localStorage store.
I load the store and can apply some filters:
var newsStore = Ext.getStore("cityStore"); -
9 Dec 2012 9:54 AM
Jump to post Thread: disable animations for Android by kodak
- Replies
- 3
- Views
- 464
Hey!
Iam trying and searching for hours now how to disable the transition animations in sencha touch2.
I tried to disable the animations within my tabpanel but it didnt worked...
What is the... -
27 Nov 2012 1:16 PM
- Replies
- 1
- Views
- 226
Hey! I have a problem here...
I have an list and an add button and when the user clicks the add button I would like to show a settings panel. When the user taps on an item, the settings panel sould... -
25 Oct 2012 6:17 AM
Jump to post Thread: Howto create a div in a panel? by kodak
- Replies
- 3
- Views
- 2,979
Thanks for your answers. But I have problems to access the panel body...
Iam trying to use amCharts and this is the call:
chart.write('chartContainer');
Ok, so instead the div chartContainer... -
25 Oct 2012 4:07 AM
Jump to post Thread: Howto create a div in a panel? by kodak
- Replies
- 3
- Views
- 2,979
Hi!
I have a panel and I would like to render 3rd party js into the items of the panel.
But I need to render the js into a div (not class) like this:
<div id='externjs' height='460'... -
8 Oct 2012 4:08 AM
- Replies
- 3
- Views
- 536
Thanks for your help, its working now!
-
5 Oct 2012 9:09 AM
- Replies
- 3
- Views
- 536
Any ideas?
The simple question is: How can I get a formpanel and disable a filed in it from the controller init function? -
4 Oct 2012 12:15 PM
- Replies
- 1
- Views
- 175
I found the problem!
I had to disable private browsing in safari, I think it blocked the HTML5 local storage. -
4 Oct 2012 9:04 AM
- Replies
- 1
- Views
- 175
Hi!
Iam working on an App for a couple of hours and its nearly finished.
Iam testing the app normally on Chrome, Safari (both desktop) and my mobile Safari (iPhone 4s).
Now I have these... -
4 Oct 2012 3:09 AM
- Replies
- 3
- Views
- 536
Hi!
Iam trying to disable some selectfields when the app starts up.
My main Nav is a tabpanel and I have a settings form here:
{
xtype: 'formpanel',
... -
3 Oct 2012 8:47 AM
Jump to post Thread: hide address bar? by kodak
- Replies
- 1
- Views
- 438
Hi!
Iam trying to hide the address bar with Touch in Sencha Architect.
I would like to put this:
Ext.setup({ viewport : {
autoMaximize : true
},
... -
3 Oct 2012 7:57 AM
- Replies
- 4
- Views
- 1,046
Got it woking with a reference on the Panel :
gwiPanel: '#gwiPanel'
and then:
var gwiPanel = me.getGwiPanel();
gwiPanel.setData(...); -
3 Oct 2012 5:41 AM
- Replies
- 4
- Views
- 1,046
I have one other problem with updating the Panel:
I have two buttons in the panel and would like to change the record wenn I click the next button.
The Button:
{
... -
3 Oct 2012 1:59 AM
- Replies
- 4
- Views
- 1,046
Hi!
Iam trying to load data from a store and update a panel with this store so that I can use the records in the panel template.
But I have problems updating the Panel.
Here is my Tabpanel with... -
2 Oct 2012 10:39 AM
Jump to post Thread: adjust label width by kodak
- Replies
- 1
- Views
- 369
I got it... it was strange, I deleted the label and created a new one and it worked.
I used Sencha Architect... -
2 Oct 2012 3:19 AM
Jump to post Thread: adjust label width by kodak
- Replies
- 1
- Views
- 369
Hi!
I have a problem here which seems really simple but I just cant get it to work.
I have a DetailView with a couple of Labels. I fill the Labels with a ajax proxy and all works fine.
But as... -
23 Jun 2012 8:05 AM
- Replies
- 2
- Views
- 451
Perfect, thanks.
-
23 Jun 2012 5:44 AM
- Replies
- 2
- Views
- 451
Hey!
I have I stacked bar chart with three colors: blue, red and grey.
I want to get the color and value of the bar which was clicked.
How can I get this?
Which value do I have to pass to the... -
22 Jun 2012 4:07 AM
Jump to post Thread: Best way to store user data? by kodak
- Replies
- 1
- Views
- 258
Hi!
Iam developing an app that shows events and news.
The user can apply some filter and favorites.
These filter settings should be saved so that they are available next time the user starts... -
21 Jun 2012 9:01 AM
- Replies
- 1
- Views
- 178
Got it working with controller and this code:
var me = this;
if (!me.details) {
details = Ext.create('MyApp.view.newsDetail', {
title: 'Details'
Results 1 to 25 of 36
