Search Type: Posts; User: tino7_03
Search: Search took 0.04 seconds.
-
24 Nov 2012 11:22 AM
- Replies
- 4
- Views
- 439
I've changed my code (without "()"), but the problem is present again...
I've also used your example
Ext.Msg.alert('Hello', 'Hi');
but no message on display.... -
24 Nov 2012 11:15 AM
- Replies
- 3
- Views
- 299
If i don't use ui="round" the problem is not present. The problem is with ui="round" only...
-
24 Nov 2012 3:56 AM
- Replies
- 3
- Views
- 299
If I create a native app for iOS the last list item was as in this image
40299 -
24 Nov 2012 12:29 AM
- Replies
- 2
- Views
- 423
This function works in Chrome and doesn't works in iOS:
getData: function(url,methodName,args,fnSuccessCallback,scope,timeout,waitMsgCmp,fnErrCallback) {
... -
24 Nov 2012 12:24 AM
- Replies
- 4
- Views
- 439
I'm using this function in my app:
alertPopup: function(msg, caption, fnCallback) {
if(caption===undefined||caption===null){
caption="Messaggio";
}
... -
21 Nov 2012 12:35 PM
- Replies
- 2
- Views
- 423
I have used Ext.data.JsonP in my sencha 2.1.0 app and it works until I use it in browser. I'm using Sencha Architect and after iOS packaging when I try my app on device (or simulator) no data are...
-
21 Nov 2012 12:26 PM
- Replies
- 4
- Views
- 439
I have used Ext.Msg.alert in my sencha 2.1.0 app and it works until I use it in browser. I'm using Sencha Architect and after iOS packaging when I try my app on device (or simulator) no messagges...
-
28 Feb 2012 7:28 AM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
Yes, my component extend mitchell simoens component. I apply to it filter feature only...
-
28 Feb 2012 7:26 AM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
You can find a little image here:
http://www.sencha.com/forum/showthread.php?173163-Ext.ux.touch.grid.FilterRow-plugin&highlight=plugin -
27 Feb 2012 12:44 PM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
This week is very hard for me and it's a problem for me to have time for change the grid code. I'm very happy for yor discovery about datepicker an i will try to work on it in ma week end, but if you...
-
23 Feb 2012 12:05 PM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
Actually my android device is broken and I'm waiting for to have it again. I have not idea about the problem. Can you try it on android 3.0?
You can also try to disable component filtering and,... -
15 Feb 2012 3:09 PM
- Replies
- 3
- Views
- 737
I cannot solve this problem... I have seen that the problem is because construct method cannot call the setter and getter creation. Is it normal for all component of for this only?
Thanks... -
15 Feb 2012 3:03 PM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
The night is long and one hour less of sleep is a good investment if it give me the opportunity of solve the B3 issue with my component... :)
The problem was not in CSS i think, because I don't use... -
15 Feb 2012 12:55 PM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
Thanks for your post and again for your help in past also.
Sorry but I have not time until next week to work about this issue. I'm not using beta 3 at the moment but next week I will look all. -
12 Feb 2012 11:38 AM
- Replies
- 3
- Views
- 737
I'm trying to develop a component for display a store dynamically because. I have a store not always equal I cannot use a static grid structure...
I need really help, please... I'm working to this... -
11 Feb 2012 6:11 AM
- Replies
- 3
- Views
- 737
I'm trying to define "config" section in constructor method of a my extended 'MyRecordItem' class.
But if I set the "config" block under costructor method using "Ext.apply" the ComponentView doesn't... -
10 Feb 2012 4:03 AM
Jump to post Thread: Ext.ux.touch.grid by tino7_03
- Replies
- 253
- Views
- 48,903
thanks for your answer.
I will try with 'after list refreshed' option. -
10 Feb 2012 2:46 AM
Jump to post Thread: Ext.ux.touch.grid by tino7_03
- Replies
- 253
- Views
- 48,903
Hi Mitchell,
as yow know, my ext.ux.gp.grid component inherits from your very useful component. Now I'd like add a button inside a column, but your component use XTemplate and the under dataview is... -
9 Feb 2012 11:10 PM
- Replies
- 8
- Views
- 974
Using 'Ext.data.JsonP' it's all ok.
thanks -
9 Feb 2012 12:33 PM
Jump to post Thread: Ext.ux.gp.Menu by tino7_03
- Replies
- 2
- Views
- 383
Thanks for your help about how I can optimize my code!
About ActionSheet I think it is not the same, because it is possible show my menu also like a button menu using showBy...
Thanks again -
9 Feb 2012 7:13 AM
Jump to post Thread: Ext.ux.touch.grid by tino7_03
- Replies
- 253
- Views
- 48,903
In MVC app I'm using paging feature and I'm listening 'itemtaphold' event from a controller.
'gpm-view-customers [xtype=touchgridpanel]' : {
itemtaphold :... -
9 Feb 2012 4:19 AM
Jump to post Thread: Ext.gp.Grid by tino7_03
- Replies
- 27
- Views
- 2,007
I have changed in GitHub repo the component namespace from Ext.gp.Grid to Ext.ux.gp.Grid for to respect the usually namespaces roules
-
9 Feb 2012 4:16 AM
Jump to post Thread: Ext.ux.gp.Menu by tino7_03
- Replies
- 2
- Views
- 383
I have published in GitHub a new component. It can show a menu sized by items count.
I hope it is useful.
GitHub link: https://github.com/faustopracek/Ext.ux.gp.Menu
31532
31533 -
9 Feb 2012 1:06 AM
Jump to post Thread: [BETA1] Ext.util.JSONP.request by tino7_03
- Replies
- 5
- Views
- 998
Ops.... Syntax Error!!!!
Thanks -
8 Feb 2012 11:59 PM
Jump to post Thread: [PRx] to [BETA1] src folder by tino7_03
- Replies
- 1
- Views
- 426
Before BETA1 I copied the sencha-touch-all-debug.js file and resources folder only in in my project. Now I must copy all src folder also.
If I don't copy it I receive this error (for example):...
Results 1 to 25 of 102
