Search Type: Posts; User: PhilChill
Search: Search took 0.03 seconds.
-
11 Jan 2013 5:53 AM
Jump to post Thread: app.json file and tomcat by PhilChill
- Replies
- 2
- Views
- 350
Okay thank you :) another question how can i check if the application used the app.json file and more important that it will not reload everything again. I tried to check it with the google chrome...
-
10 Jan 2013 2:16 AM
Jump to post Thread: app.json file and tomcat by PhilChill
- Replies
- 2
- Views
- 350
Hey guys,
I start to write an app.json file for my sencha touch application. As a guide I used the blog entry http://www.sencha.com/blog/behind-sencha-command-and-the-build-process it is a great... -
11 Dec 2012 12:11 AM
Jump to post Thread: text is not in textareafield by PhilChill
- Replies
- 3
- Views
- 185
yes i'm specify a height
the code for the event focus and blur looks so
focus: function(){ var arrowUpButton = Ext.getCmp('arrowUpButton');
arrowUpButton.hide(true);... -
6 Dec 2012 12:57 AM
Jump to post Thread: text is not in textareafield by PhilChill
- Replies
- 3
- Views
- 185
Hey guys,
i have a problem with a textareafield. My field looks so
40609
but as soon the user tap it and start to write a long text it looks so
40611
Is there some way to prevent that? -
28 Nov 2012 11:48 PM
- Replies
- 3
- Views
- 356
I mean with it when the user close the application complete ....like on an iPhone when the user press the button to return to his dashboard. If the user is doing that the app should close complete...
-
28 Nov 2012 11:43 PM
Jump to post Thread: actionsheet blur event by PhilChill
- Replies
- 3
- Views
- 221
No i want when the user select something what is not in the actionsheet that the actionsheet is hidden. I know that i can check where the user puts his finger but i thought maybe there is an easier...
-
22 Nov 2012 12:54 AM
Jump to post Thread: actionsheet blur event by PhilChill
- Replies
- 3
- Views
- 221
Hey,
is there an event that is like the blur event just for an actionsheet? -
22 Nov 2012 12:27 AM
- Replies
- 3
- Views
- 356
Hey guys,
I have a question is it possible to close the application as soon the user close the application on the mobile device. In my case it would be to redirect the user to the login page when... -
8 Nov 2012 3:46 AM
Jump to post Thread: Sencha Touch 2.1 problem by PhilChill
- Replies
- 4
- Views
- 515
Thanks for the response. But i'm not using a json file currently. In my version i just add the css file to a html file like so
<link rel="stylesheet" href="touch/resources/css/main.css"... -
8 Nov 2012 2:52 AM
Jump to post Thread: Sencha Touch 2.1 problem by PhilChill
- Replies
- 4
- Views
- 515
Hey guys,
I just updated my sencha touch. But when i start it, it is using a very strange layout ( it looks like that it is not loading my own css file). Is that a bug or do i need to change... -
23 Oct 2012 1:41 AM
- Replies
- 2
- Views
- 431
I fixed my error i forgot to destroy a component /:)
-
23 Oct 2012 1:24 AM
- Replies
- 2
- Views
- 431
Hey guys,
I just have two views. The first view has a topbar component, a searchfield and a list. The second view has a topbar and a panel. In the panel is a fieldset and one button.
When i'm... -
22 Oct 2012 11:46 PM
Jump to post Thread: mobile keyboard by PhilChill
- Replies
- 3
- Views
- 668
Okay but is there a possiblity to change the text of the done button to maybe send?
-
12 Oct 2012 4:16 AM
- Replies
- 5
- Views
- 1,381
Yes that was the problem i fixed it now :)
If somebody is interested in the complete code here is it
{ xtype: 'textfield',
id : 'nameTo',
name : 'nameTo',
label: Lg['NAME'], ... -
9 Oct 2012 2:50 AM
- Replies
- 5
- Views
- 1,381
showBy is not working by me
-
9 Oct 2012 1:21 AM
- Replies
- 5
- Views
- 1,381
Hey guys,
I want to use autocomplete with a textfield. I found out a good way is to use a list and to use the focus event of the textfield in addition with an Interval. To get the results for the... -
25 Sep 2012 12:19 AM
Jump to post Thread: scroll Textareafield by PhilChill
- Replies
- 1
- Views
- 319
Hey guys,
I know there are already threads about that topic but i want to know if it is possible now to scroll in a textareafield on the iPhone. If not when it will be possible or has somebody... -
10 Sep 2012 3:11 AM
Jump to post Thread: strange button behavior by PhilChill
- Replies
- 3
- Views
- 427
okay thank you. I tried that but is still the same problem. Here is my code from the topbar.
Ext.define('MobileLogin.view.bars.TopBar', { extend: 'Ext.Container', //'Ext.TitleBar',
alias:... -
10 Sep 2012 12:33 AM
Jump to post Thread: strange button behavior by PhilChill
- Replies
- 3
- Views
- 427
Hey guys,
I have a problem with some buttons in my topbar in detail i have a topbar with two buttons one is on the left side the other on the right side in the middle there is just a text... -
13 Aug 2012 10:43 PM
Jump to post Thread: save user login by PhilChill
- Replies
- 3
- Views
- 578
Thank you. Do you know maybe where i can find an example?
-
13 Aug 2012 1:43 AM
Jump to post Thread: save user login by PhilChill
- Replies
- 3
- Views
- 578
Hey guys,
I'm searching for a way to save the login data of a user. It is so if the user open another application and then is coming back to my applicatin that he needs to login everytime. I was... -
31 Jul 2012 1:50 AM
Jump to post Thread: mobile keyboard by PhilChill
- Replies
- 3
- Views
- 668
Hey guys,
i have a question to the mobile keyboard. I want to remove the top bar (Previous, Next and Done) of the keyboard. To show what i mean i include a screenshot. Some ideas where i can... -
29 Jul 2012 11:59 PM
Jump to post Thread: Missing Tabbar by PhilChill
- Replies
- 5
- Views
- 704
I fixed my problem ;)
var mainCase = this.getMainCase(); var history = mainCase.setActiveItem(3);
Ext.Viewport.animateActiveItem(history, {
type: 'slide',
direction: 'right'
}); -
29 Jul 2012 11:12 PM
Jump to post Thread: Missing Tabbar by PhilChill
- Replies
- 5
- Views
- 704
That you mean with large size? After clicking the back button i show the History Page ( 2nd code block ). The button to go back is in the historyCase class
... -
27 Jul 2012 1:26 AM
Jump to post Thread: Missing Tabbar by PhilChill
- Replies
- 5
- Views
- 704
Okay i let you show some code ;)
This is the code for the tabbar
Ext.define('MobileLogin.view.MainCase', { extend: 'Ext.tab.Panel',
xtype: 'mainCase',
config: {
tabBarPosition: 'bottom',...
Results 1 to 25 of 73
