<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Avivo Tech Blog &#187; Warnings</title>
	<atom:link href="http://tech.avivo.si/category/warnings/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.avivo.si</link>
	<description>Solving problems</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:46:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Samsung Kies Software for Samsung Galaxy S i9000 Smartphone</title>
		<link>http://tech.avivo.si/2010/10/samsung-kies-software-for-samsung-galaxy-s-i9000-smartphone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samsung-kies-software-for-samsung-galaxy-s-i9000-smartphone</link>
		<comments>http://tech.avivo.si/2010/10/samsung-kies-software-for-samsung-galaxy-s-i9000-smartphone/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 12:57:12 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[Mobile development]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[connecting samung galaxy s with pc]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[installation problems]]></category>
		<category><![CDATA[kies blank screen]]></category>
		<category><![CDATA[kies white screen]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[samsung galaxy s i9000]]></category>
		<category><![CDATA[samsung kies]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[synchronize samsung galaxy s with pc]]></category>
		<category><![CDATA[usb samsung galaxy s problems]]></category>

		<guid isPermaLink="false">http://tech.avivo.si/?p=664</guid>
		<description><![CDATA[Got a new Android phone Samsung Galaxy S i9000 and tried to connect it with a PC. Galaxy S is a good phone, but as good as it is, the Samsung Kies software is bad. There are problems when installing Kies on Windows 7 (64-bit version) and during installation we got a blank screen like [...]]]></description>
			<content:encoded><![CDATA[<p>Got a new Android phone Samsung Galaxy S i9000 and tried to connect it with a PC. Galaxy S is a good phone, but as good as it is, the Samsung Kies software is bad.<br />
There are problems when installing Kies on Windows 7 (64-bit version) and during installation we got a blank screen like this:<br />
<div id="attachment_667" class="wp-caption alignnone" style="width: 673px"><img src="http://tech.avivo.si/wp-content/uploads/2010/10/Installing-Kies-Problems-663x700.jpg" alt="Installing Samsung Kies blank white screen problems" title="Installing Samsung Kies blank screen problems" width="663" height="700" class="size-large wp-image-667" /><p class="wp-caption-text">Installing Samsung Kies blank screen problems</p></div><br />
As you can see during installation we got white modal screen, but Windows 7 helped as because in Taskbar it shows active window preview so we somehow try to guess where to click with mouse button.<br />
We tried to install it 5 times and we finally managed &#8211; the trick is to quickly click on installation screens buttons &#8220;Continue&#8221;, check &#8220;I Agree..&#8221; because you have less than a half second to do this and then you can watch in your Taskbar zoom what is really happening in this white screen.<br />
Finally, here it is installed <img src='http://tech.avivo.si/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<img src="http://tech.avivo.si/wp-content/uploads/2010/10/Samsung-Kies-700x445.jpg" alt="" title="Samsung-Kies" width="700" height="445" class="alignnone size-large wp-image-668" /></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2010/10/samsung-kies-software-for-samsung-galaxy-s-i9000-smartphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WriteableBitmap does not Render()?!</title>
		<link>http://tech.avivo.si/2009/12/writeablebitmap-does-not-render/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=writeablebitmap-does-not-render</link>
		<comments>http://tech.avivo.si/2009/12/writeablebitmap-does-not-render/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:36:32 +0000</pubDate>
		<dc:creator>developer</dc:creator>
				<category><![CDATA[Programming Techniques]]></category>
		<category><![CDATA[Silverlight/WPF]]></category>
		<category><![CDATA[Warnings]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[raster]]></category>
		<category><![CDATA[Render]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WriteableBitmap]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://tech.avivo.si/?p=223</guid>
		<description><![CDATA[We spent quite some time working on a Silverlight deep zoom application. Like in other projects, a problem appears sooner or later. This time with the WriteableBitmap that couldn&#8217;t take screenshot of a basic shape. //Simple ellipse (green circle) Ellipse element = new Ellipse() { Width = 50, Height = 50, Fill = new SolidColorBrush(Colors.Green) [...]]]></description>
			<content:encoded><![CDATA[<p>We spent quite some time working on a Silverlight deep zoom application. Like in other projects, a problem appears sooner or later. This time with the <strong>WriteableBitmap</strong> that couldn&#8217;t take screenshot of a basic shape.</p>
<pre class="c-sharp">//Simple ellipse (green circle)
Ellipse element = new Ellipse()
{
	Width = 50,
	Height = 50,
	Fill = new SolidColorBrush(Colors.Green)
};

//WriteableBitmap current = new WriteableBitmap(50, 50);
//current.Render(element, new MatrixTransform()); //DOES NOT WORK!!! - renders blank transparent image

//But with the constructor works fine
WriteableBitmap bitmap = new WriteableBitmap(element, new MatrixTransform());

//Ellipse captured as raster image painted on a panel's background
Grid grid = new Grid()
{
	Width = 50,
	Height = 50,
	Background = new ImageBrush() { ImageSource = bitmap }
};</pre>
<p>Summary for the Render() method says: <em>&#8220;Renders an element within the bitmap.&#8221;</em><br />
<strong>Render()</strong> method didn&#8217;t output required result but <strong>using constructor instead</strong> of the method did do the job. Input parameters were the same.</p>
<p>Maybe Render() method do something else, maybe it is a problem with Vista 64-bit&#8230;</p>
<p>Anyway, WriteableBitmap is very useful in Silverlight 3, luckily it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/12/writeablebitmap-does-not-render/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: A new settings file for the &#8230; because of the security upgrade of the mailing service your mailbox (&#8230;) settings were changed</title>
		<link>http://tech.avivo.si/2009/10/re-a-new-settings-file-for-the-because-of-the-security-upgrade-of-the-mailing-service-your-mailbox-settings-were-changed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=re-a-new-settings-file-for-the-because-of-the-security-upgrade-of-the-mailing-service-your-mailbox-settings-were-changed</link>
		<comments>http://tech.avivo.si/2009/10/re-a-new-settings-file-for-the-because-of-the-security-upgrade-of-the-mailing-service-your-mailbox-settings-were-changed/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:27:31 +0000</pubDate>
		<dc:creator>Avivo</dc:creator>
				<category><![CDATA[Warnings]]></category>

		<guid isPermaLink="false">http://blog.sweetucan.com/?p=174</guid>
		<description><![CDATA[polikki.eu,A new settings file for the ... because of the security upgrade of the mailing service your mailbox (...) settings were changed,spam,fraud,email missleading]]></description>
			<content:encoded><![CDATA[<p>This is a SPAM, ignore it and don&#8217;t click on that link / it is not what is written.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.avivo.si/2009/10/re-a-new-settings-file-for-the-because-of-the-security-upgrade-of-the-mailing-service-your-mailbox-settings-were-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

