Cocoa NSWebView, editable and paste

I recently had a problem with an editable webview in my application. The paste or cmd-v was correctly working for a text/plain or text/html clipboardData, but copying an URL from the browser top bar, and pasting it in the webview was not working at all (nothing at all is appearing). Here is how I did: 1. set your webView editable:  [myWebView setEditable:YES]; 2. load your html in the webView: [[myWebView mainFrame] loadHTMLString:yourhtml baseURL:nil]; (yourhtml is your html code …) 3. set the onpaste handler: when the html is really loaded, use this delegate: -(void)webView:(WebView...

read more

Google releases a new update for Inbox 1.2 with iPad support

  Google releases a new update for Inbox 1.2 with iPad support after removing all Sparrow versions from the App Store. Note the French start up Sparrow has been acquired by Google in 2012. This latest update 1.2 is released with bugs fixes and app improvements. But, this app currently requires an invitation for downloading. So you can ask for it by sending an email with your request to inbox@google.com. After installing it, you are able to invite your friends....

read more

Apple ceased all online sales in Russia after increasing prices

      We’ve got an email from Apple.  The company announced that they had increased the price for apps and In-App Purchases on the Russian App Store to account for changes in foreign exchange rates. Apple has also updated the pricing matrix, which is now available in the app’s Pricing section in My Apps on iTunes Connect. Before, the cheapest app was costing about 33 rubles but now the Russian customers will have to pay for it 62 rubles. It’s not the first time when Apple adjusts apps prices.  It also happened in 2012 when the company changed them in several...

read more

Check out Google Drive new update 3.4

  Yesterday Google made a new update of Google Drive 3.4 that includes a new feature for iOS 8 version holders. They will get a possibility to add documents from other apps to their Google Drive storage. But the matter concerns the latest ones that are able to support this new feature. Google has also prepared another surprise for the iOS Google Drive users who will soon share their maps thanks to the tool My Maps. The competitive pressure from the others, like iCloud Drive, Dropbox prompts Google to launch this new update with some improvements.  ...

read more

OpenOffice stuck on restore window at each start

Recently, my OpenOffice was always prompting for a ‘restore file’ window, but the file was not on my system. The restore failed all the time and I couldn’t find a way to avoid that popup. Here is the solution: Close OpenOffice. Open the finder, and in the top menu ‘Go’ hold the Option key (ALT), the Library folder should appear. Open it and navigate to: ‘Saved Application State’ and delete the folder called ‘org.openoffice.script.savedState’ Run OpenOffice, the popup should have...

read more