Search Type: Posts; User: xyrer
Search: Search took 0.02 seconds.
-
23 Mar 2012 2:56 PM
Jump to post Thread: free position layout by xyrer
- Replies
- 1
- Views
- 493
I was wondering what kind of layout to use if I want to position elements at free will and move them around, or is there a way to put xtype elements inside a canvas, any docs or examples around?
-
7 Feb 2012 8:50 AM
Jump to post Thread: Ext.Label in ToolBar by xyrer
- Replies
- 4
- Views
- 508
tried in beta 1 and it doesn't happen
-
26 Jan 2012 12:58 PM
Jump to post Thread: Android tabbar flickering by xyrer
- Replies
- 11
- Views
- 1,814
Oh, I saw it got fixed on top of the thread. I can provide an apk, as essentially it is a zip file, it can be opened and all code (not very good one, I'm not very experienced) is available in...
-
25 Jan 2012 1:58 PM
Jump to post Thread: Android tabbar flickering by xyrer
- Replies
- 11
- Views
- 1,814
Pretty cool to see this got fixed :D, but very sad to know we can't access the fix yet (:|
-
23 Jan 2012 3:28 PM
Jump to post Thread: Rotation animation by xyrer
- Replies
- 7
- Views
- 1,246
Weird, neither the ipad or the honeycomb samsung tablet does it either, I wonder what was used on that video :s.
I will try to make sense of it. thanks. -
23 Jan 2012 3:18 PM
Jump to post Thread: Rotation animation by xyrer
- Replies
- 7
- Views
- 1,246
Well, I was just trying to emulate what is shown in the video about the new 2.0 performance, but to my surprise, not even the kitchensink, as is stated in that article, does the animation shown in...
-
23 Jan 2012 3:14 PM
Jump to post Thread: Android tabbar flickering by xyrer
- Replies
- 11
- Views
- 1,814
android 2.3.7, phonegap 1.2, motorola defy.
It doesn't happen when the data is not loaded in the list. -
23 Jan 2012 3:04 PM
Jump to post Thread: Rotation animation by xyrer
- Replies
- 7
- Views
- 1,246
even the whole app?
-
23 Jan 2012 2:53 PM
Jump to post Thread: Rotation animation by xyrer
- Replies
- 7
- Views
- 1,246
Hi, I was checking the Korea Herald example and being in the process of determining the correct approach for a future mobile app, I was wondering how is that rotation animation done? when I make a...
-
23 Jan 2012 1:56 PM
Jump to post Thread: Android Native Packaging issues by xyrer
- Replies
- 2
- Views
- 717
On another aspect of it, how did you manage to make the packaging work? I keep getting errors about it not finding the icon
-
23 Jan 2012 11:57 AM
Jump to post Thread: Android tabbar flickering by xyrer
- Replies
- 11
- Views
- 1,814
This problem persist as of today with pr3, happens to me when I load remote data into a list and then change tabs, compiled with phonegap 1.2 for android.
-
23 Jan 2012 11:50 AM
- Replies
- 11
- Views
- 1,867
sooo..... no answer to this? I've been hitting this wall for a while and can't find any info related to this problem
-
12 Dec 2011 1:18 PM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
An error came up on line 10 of that Application.js saying: ReferenceError: Left side of assignment is not a reference. and I can't quite understand the deep implications of that code so I get lost...
-
12 Dec 2011 12:46 PM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
that goes inside the launch: function of the application? cause I put it outside and it gives me an error, and I put it inside and it does nothing noticeable, I keep getting "ReferenceError: Can't...
-
12 Dec 2011 12:23 PM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
Oh, so that explains it, well, I guess it can't be helped as PR3 is still in heavy development.
At least I know what's the problem thanks to your extensive help, you have been very patient and... -
12 Dec 2011 12:03 PM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
yes, I know that, in my case...
Ext.application({
name: 'Dinero',
launch: function() {
I did: -
12 Dec 2011 11:28 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
Already tried that
-
12 Dec 2011 10:18 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
And how is it done? I haven't seen any docs or examples about it.
-
12 Dec 2011 9:39 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
well, nowhere in the docs or examples it says I have to put the store into the namespace, but if that's my mistake, then please tell me how to do it and what should I have read for future reference :)
-
12 Dec 2011 9:32 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
here's the real code:
Ext.Loader.setConfig({ enabled: true
});
Ext.require('Ext.data.Store');
Ext.application({
name: 'Dinero',
launch: function() { -
12 Dec 2011 9:23 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
That's where I got more confused, because I have
Ext.application({
name: 'MyApp',
launch: function() {
.....
var Articles_Store = Ext.create('Ext.data.Store',{
... -
12 Dec 2011 9:08 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
in ST 1.1 I made my model and store:
Ext.regModel('Article',{
fields: [
{name:'Headline',type:'string'},
{name:'Summary',type:'string'},
... -
12 Dec 2011 8:15 AM
Jump to post Thread: reading xml attributes by xyrer
- Replies
- 0
- Views
- 400
Seeing as sencha touch 2.0 has implemented the extjs 4 way of doing things, I looked in the forum for the way to read xml items with attributes in them and I found this:...
-
12 Dec 2011 8:12 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
So there's no way to watch an expression... I need to know the value of a store AFTER it has been loaded and in "Watch Expressions" panel I could see every aspect of it, every item on the array, etc,...
-
12 Dec 2011 7:51 AM
Jump to post Thread: how to debug now by xyrer
- Replies
- 24
- Views
- 2,287
that variable is just an example, but if it was a more elaborate object and I want to see it in the debugger, what is the scope, or the way to add it to the "Watch Expressions" panel in safari or...
Results 1 to 25 of 33
