Oh, those are bad news,
Well, thanks any way.
Type: Posts; User: Hector.Tafoya
Oh, those are bad news,
Well, thanks any way.
Good Morning,
I have some textfields on my application whose background image has been changed from default white box.
I have noticed that Android phones place this white box again when the...
Good moring,
I have a usability problem on the navigation buttons in my app: Whenever the user touches a button the application changes to another view, however some processing occurs before the...
Well it seems that my problem is not solved at all.
I have one controller with a reference by id, which has an event based on 'painted':
config: {
refs: {
mainNav:...
Oh ok, my problem was that i was overriding the destroy() method without calling the parent.
Thank you for your help :)
Thanks,
But how can I empty the reference so that it 'catches' the new view reference?
Hi all,
I have a question regarding Views in MVC application.
According to documentation i have declared the principal views on the app.js file, and when I want to push a new view I use...
Hi mitchel,
Thanks, the problem is that the formatting occurs when the textfield loses focus or when I use setValue().
Hello,
I want to place a textfield for the user to capture his phone number. As I want a numeric keypad to appear, I was looking to implement a numberfield.
The first problem is that maxLength...
Thank you, that worked really well.
I really don't see much use of comparing dates by reference.
Hello, i have a simple problem, and question:
¿How do you ask if two Date objects are the same?
I am writing simple code that compares two dates created exactly the same:
However after...