Search Type: Posts; User: wirtsi
Search: Search took 0.02 seconds.
-
17 Aug 2012 4:51 AM
- Replies
- 15
- Views
- 3,555
Btw, this is not fixed in 2.0.2 yet.
The only way to get rid of this bug was to remove
;
Ext.Logger.error("Timeout waiting for window.innerHeight to change", this);
from Ext.viewport.Ios
... -
17 Aug 2012 2:21 AM
- Replies
- 15
- Views
- 3,555
I can confirm this ...
after changing the url of the browser via location.url the app gets stuck at the timeout error (blank screen).
This only happens on iOs, turning the phone to landscape... -
9 Aug 2012 6:57 AM
Jump to post Thread: Sencha SDK Tool breaks application by wirtsi
- Replies
- 14
- Views
- 1,801
Afaik, in this kind of situation it helps to include sencha-touch-debug (obviously) but also all-classes.js instead of app-all.js
Like this you get proper line numbers so you can check where the... -
12 Jul 2012 12:18 AM
- Replies
- 5
- Views
- 1,434
Hi ...
bit more of a RFE instead of a bug ... but what really bugs me, is that I can't query components that have multiple attributes. For example
{
xtype:'container',
cls:... -
11 Jul 2012 6:33 AM
- Replies
- 4
- Views
- 681
Sweet ... thanks :)
-
9 Jul 2012 4:44 AM
- Replies
- 4
- Views
- 681
Hi
I'm trying to listen for a tap event on a LoadMask container ... but the event doesn't fire, only for a Mask container
So this doesn't work
Ext.Viewport.setMasked({
... -
7 Jun 2012 5:16 AM
Jump to post Thread: How to create scrollable viewport by wirtsi
- Replies
- 1
- Views
- 465
Hi
for a project I need the following setup:
------------
|Header |
------------
|TabPanel|
|. |
|. | -
15 May 2012 7:16 AM
Jump to post Thread: Load XTemplates with Loader by wirtsi
- Replies
- 1
- Views
- 178
Ok, I found the answer in the forums ...
http://www.sencha.com/forum/showthread.php?183022-Best-practices-for-global-definitions-in-MVC-pattern
:) -
15 May 2012 6:18 AM
Jump to post Thread: Load XTemplates with Loader by wirtsi
- Replies
- 1
- Views
- 178
Hi
I have an app that uses XTemplates to display data in quite a few views. I would like to store the template config in a way that I can access it via the class loader system.
So my thoughts... -
11 May 2012 12:47 AM
- Replies
- 6
- Views
- 2,681
@Jacky Nguyen: Thanks for pointing this out ...
The examples given on the docs site did not work for me at all until I added the
this.relayEvents(this.element, ['tap']); line to the view.
... -
14 Mar 2012 8:17 AM
- Replies
- 2
- Views
- 444
Thanks mate
I had exactly the same issue, I would have never thought of changing cellmodel
All the best
wirtsi -
10 Feb 2012 2:38 AM
- Replies
- 6
- Views
- 1,215
Hi Roland
I cannot confirm this behavior with 4.07 (using Bancha)
First delete payload
{"action":"Country","method":"destroy","data":[{"data":{"id":10}}],"type":"rpc","tid":2}
Second... -
31 Jan 2012 1:32 AM
- Replies
- 99
- Views
- 23,191
Hi
i know you guys only just started this, but this a feature that is probably needed sooner or later ;)
How can I display associated data in the grid or the form?
Something like this
... -
17 Jan 2012 12:18 AM
- Replies
- 2
- Views
- 321
Ok, that makes sense ... thanks :)
-
16 Jan 2012 8:00 AM
- Replies
- 2
- Views
- 321
Hi ...
sorry, stupid title but this is what I'm currently trying to grasp.
I want to use Ext4 as the backend for various db tables. Ext doesn't know about the associated models, stores and... -
30 Sep 2011 1:35 AM
Jump to post Thread: Load associated model data by wirtsi
- Replies
- 2
- Views
- 716
Hi
I thought I share the solution ... it is something that should be made more clear in the docs, I only found this out while looking for something completely different.
mykita.models.Frame... -
29 Sep 2011 6:04 AM
Jump to post Thread: No scrolling on HTC Flyer? by wirtsi
- Replies
- 4
- Views
- 1,045
I can confirm this,
no swiping on HTC Flyer (Android 2.3.4), also on the Sencha Touch Demo site ...
wirtsi -
5 Sep 2011 12:18 AM
Jump to post Thread: Load associated model data by wirtsi
- Replies
- 2
- Views
- 716
So even at the danger of talking to myself here ... I think I found a bug:
As with the example given above, I found that all the associated data to MobileCollections lives happily at
data ->... -
2 Sep 2011 6:16 AM
Jump to post Thread: Load associated model data by wirtsi
- Replies
- 2
- Views
- 716
Hi there,
I've been trying to get this to work for days, still can't figure out if it can't be done or if I'm too stupid ...
I have 2 models, MobileCollection and Frame, both are associated 1:n... -
25 Jul 2010 11:19 PM
- Replies
- 4
- Views
- 5,420
Hi
have fun with it :)
With newer versions this override is no longer required ... check out the latest version from svn, this one works with 3.2.1
wirtsi -
22 Jun 2010 11:45 PM
- Replies
- 1
- Views
- 862
Hi guys ...
now that I'm getting the hang of Ext-style Javascript coding, I've noticed something I still know too good from the good old days of PHP coding ... Code Clutter!!!
Pull in some data... -
25 Aug 2009 4:59 AM
- Replies
- 3
- Views
- 3,650
or this one
http://blog.mykita.com/2009/08/introducing-cakext-create-slick-single-page-guis-with-cakephp-and-extjs/ -
24 Aug 2009 2:29 AM
- Replies
- 4
- Views
- 5,420
Hi ...
I have started a new project to bind CakePHP and ExtJS together. CakePHP is really cool for handling all the business logic but things start to get messy if you get into the heavy ajax... -
26 Feb 2009 5:12 AM
- Replies
- 3
- Views
- 789
Thank you so much for the quick reply ...
it did make sense to me :) I only don't quite understand it, because when I'm creating the jsonReader, this.jsonReaderFields should also be in the scope... -
26 Feb 2009 4:17 AM
- Replies
- 3
- Views
- 789
Hi guys ...
I'm currently trying to implement an extended panel for displaying grid data pulled from cake. I got it more ore less sorted out but there is one thing that I haven't quite figured...
Results 1 to 25 of 25
