I am new to phonegap and jqTouch, I am using these for developing Android application. The problem is, the touch event on textfields working fine on iPhone, but not working on Android, nothing happen
i am having some urgent problem with my UPDATE command in PHP. The thing is, whenever i update my data in PHP, it does not flow to the mySQL Database and thus no changes were made even though it stil
I created a game in AS3 using a tutorial written for AS2 but I can\'t get the timer working correctly. The game contains 3 frames, a start screen, game loop, and end screen. the timer starts on frame
I am a objective-c newbie and I was wondering how do you use data obtained from one view in another? For example I ask a user for a text input, and this text input then changes a label when a button i
$sfKeyword = new Zend_Form_SubForm(); // text field $tfKeyword = $sfKeyword->createElement(\'text\', \'keyword\');
I have a text开发者_运维问答field (created using IB) that has an outlet connected to App Delegate.Accessability is enabled.
I have a textfield with antag in htmlText. Everything works fine until the href contains an ampersand in the url (example: \"example.aspx?param1=x¶m2=y\"), then flash stop filling the textFie开
could you please show me the solution to make the input text of password field show/hide when clicking another button?! I\'ve trie开发者_JAVA技巧d to change the inputType property of that textfield, b
Is it possible to override the default focus event on the in-built TextField class? So for example when a textfield gains focus a custom event is triggered rather than the default one? I know we can u
So first of all, when I don\'t assign tabIndex to my textfields, I can tab though them and type in them. But I can\'t determine the order of tabbing of course.