Incredimail emails won't scroll - email

The Incredimail email program seems to have an on-going problem in that emails in preview and main viewing do not scroll on some installations.Has anyone found a cure?

Highlight and while email is Highlighted move mouse pointer down to see all the email

Related

Customize/change keyboard buttons in iOS7, while using PhoneGap/Steroids

I'm part of a team building a mobile web app using AppGyver Steroids (PhoneGap). We are having an issue with the iOS7 keyboard displaying a very faint "Done" button on the keyboard when the user is operating in a text area or an input select. I suspect this is a problem that is actually global in our app, but these are the instances where I have observed them.
I've searched and searched for a solution or how to "customize" the keyboard in order to make this "Done" button more obvious, but I haven't found any solutions yet. Can anyone point me in the direction of how to adjust the "Done" button or any other keyboard/input controls?
Attached are two screenshots showing the issue.
http://i.stack.imgur.com/KeFYM.png
http://i.stack.imgur.com/h11IH.png
Have you seen the issue on github? It's now fixed. They'll be including the option for custom colours in the near future.

Outlook 2013 How to create a new e-mail and default its position

Whenever I create a new e-mail (new message, forward, reply, reply-all, etc.) I want to have it open up in a specific position relevant to my monitor.
If you push the windows key + right arrow button it aligns the selected application to cover the right half of the monitor (windows key + left arrow aligns it with left half of monitor). I want the new e-mail to open up in this position.
But upon a new e-mail prompting it is just a random size that covers a percentage of the screen.
Tried to look online and through Stack Exchange but this could be one of those "too much efficiency problems" my friends tell me I have.
Thanks for the help!
Use Inspector.Left/Top/Width/Height properties to set the inspector position.
Inspector object can be retrieved from MailItem.GetInspector, Application.ActiveInspector, etc.

How to customize a message compose screen in iphone?

Now i'm working in iPhone application, Using Label to set a text like (To:), Textfield for enter the text or number and add a plus button for add a contacts.
When i entered the name in textfield then press a plus button, the contact name display in the textfield but the background image are not visible in the textfield like below i mentioned the picture, Field To: (yuvaraj) contact background image is lightblue.
please any one help me.
Thanks in Advance
You can not customize MFMailComposeViewController to avoid editing. Apple forbids this, and the reason is quite simple: it is the user and not you that must decide exactly what to send, to whom etc. The same applies for the UI controller allowing to send SMS (text) messages. And, of course, Apple does not allows sending an email or SMS without explicit interaction with the user. It is the user that must validate and send the email or SMS message. The validation process include the ability to cancel the message or to change any single property at will, including the "to" recipients. from How to customize MFMailComposeViewController so that i can make the "to" field as non-editable? However you can try with this link http://sugartin.info/2011/10/13/sending-a-mail-useing-gmail/

apprequest box appears in the middle of app (only in IE)

I have an issue with IE. When I call the apprequest the box appears at the middle of the app. and since the app is pretty big (2000px) the user cant say if the box has appears or not (the only way to check it is to scroll down, but if its the first time of the user he will not understand)
Im not sure if you had already this problem. I have not a clue where the problem could be. And the worst thing is that in chrome and ff is working perfectly. This thing is making me crazy.
The only bug I get is some bug from jquery-ui but I deactivated it and the problem with the apprequest box stills there. Maybe is there a way to determine the position of the apprequest-box?
Thanks for the help!

How to mimic the behavior of the iPhone Mail app when entering email addresses?

I was wondering whether any of you may have an idea how to mimic the behavior of the native Mail app on the iPhone, when selecting email contacts in the To/CC lines.
If you note carefully, when touching that line the keyboard opens and you get a cursor, which is like the normal behavior of a UITextField. However, after keying a name and selecting it, the name is added inside a blue bubble. Still fine - one could create the bubble and move the text field. However, if you go back using the backspace key - the blue bubble becomes marked (darker blue), the cursor disappears, but the keyboard stays visible.
Any idea how to accomplish that?
Thanks!
Ariel
Check out the Three20 control library from the Facebook: https://github.com/facebook/three20
Either the TTMessageController, or the TTPickerTextField control are what you want. For using TTPickerTextField there's a good demo here: https://github.com/shayne/TTPickerTextFieldDemo