<?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>İbrahim Çoban &#187; Kol-Ce</title>
	<atom:link href="http://ibrahimcoban.com/index.php/category/kol-ce/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibrahimcoban.com</link>
	<description>Lazarus, Kol-Ce,Delphi ve C#</description>
	<lastBuildDate>Sun, 20 Dec 2009 17:02:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Free Pascal for Iphone :)</title>
		<link>http://ibrahimcoban.com/index.php/free-pascal-for-iphone/</link>
		<comments>http://ibrahimcoban.com/index.php/free-pascal-for-iphone/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 11:37:44 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=109</guid>
		<description><![CDATA[Evet 17 Ocak&#8217; da FPC takımı IPhone ve iPod Touch için pascal kodu derlemeyi içerin bir kit çıkarmıştı. Bunu kullanabilmek  için bir Mac ve Iphone SDK 2.x gerekiyor bu yüzden deneyemedim. Deneyen arkadaşlardan varsa bir görüş bekliyorum.
 Ayrıntılı bilgiye buradan ulaşabilirsiniz.]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/free-pascal-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samsung Omnia i900 Sensor</title>
		<link>http://ibrahimcoban.com/index.php/samsung-omnia-i900-sensor/</link>
		<comments>http://ibrahimcoban.com/index.php/samsung-omnia-i900-sensor/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 19:49:34 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=69</guid>
		<description><![CDATA[Benim gibi bir Omnia&#8217;nız varsa Gsensördenen gelen verilerin  nasıl okunacağını merak etmiş olabilirsiniz. Samsung bunu driver olarak sorunuyor ve ACS1 yoluyla bir driver file oluşturuyormuş.

al := CreateFile(&#8217;ACS1:&#8217;, 0, 0, nil, OPEN_EXISTING, 0, 0); komutuyla bunu bir handle tutturuyoruz ve
DeviceIoControl(al, ACCReadValues, @inbuffer, 0, @outbuffer, sizeof(outbuffer), ref, null) komutuyla da outbuffer değişkenine bunları yazıyoruz. Bu kadar. Aşağıda bununla [...]]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/samsung-omnia-i900-sensor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kol-Ce ve Klavye</title>
		<link>http://ibrahimcoban.com/index.php/kol-ce-ve-klavye/</link>
		<comments>http://ibrahimcoban.com/index.php/kol-ce-ve-klavye/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 15:07:09 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=56</guid>
		<description><![CDATA[Ekran klavyesi Pocket Pc lerin çoğunda normal klavye olmadığı için çok önemlidir.  Yaptığımız projelerde ekran klavyesine kolay ulaşmak için bir unit oluşturdum. Bu unit Free Pascal  ekibi taradından çevirilen SIPApi.h yi kullanıyor. Yani  Pocket pc 2000 den sonrasını destekliyor.


unit klavye;
{$MODE objfpc}{$H+}
interface
uses
&#160; SIPApi;
type
&#160; TPocketKlavye = class
&#160; private
&#160; &#160; FActive: Boolean;
&#160; &#160; procedure SetActive&#40;const AValue: Boolean&#41;;
&#160; public
&#160; &#160; [...]]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/kol-ce-ve-klavye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KOL-Ce ve Sqlite</title>
		<link>http://ibrahimcoban.com/index.php/kol-ce-ve-sqlite/</link>
		<comments>http://ibrahimcoban.com/index.php/kol-ce-ve-sqlite/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:40:39 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=47</guid>
		<description><![CDATA[Sqlite bir çok sisteme port edilmiş durumda ve kullanımı çok yaygın. Özellikle yapısı itibarı ile küçük sistemler için bayağı uygun. Hafızada çok az yer kaplaması ve çok hızlı olması nedeniyle de tercih ediliyor.

Sqlite Wince işletim sistemlerinede port edilmiş durumda. http://sqlite-wince.sourceforge.net/ bu sitede gerekli açıklamar mevcut.  Buradan kaynak kodları indirip derleyebilir yada benim örnek dosyada hem pc [...]]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/kol-ce-ve-sqlite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>KOL-Ce Tam Ekran Yapma</title>
		<link>http://ibrahimcoban.com/index.php/kol-ce-tam-ekran-yapma/</link>
		<comments>http://ibrahimcoban.com/index.php/kol-ce-tam-ekran-yapma/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:19:40 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=38</guid>
		<description><![CDATA[
procedure Tform1.TamEkran;
begin
&#160; SHFullScreen&#40;Form.Handle, SHFS_HIDETASKBAR or SHFS_HIDESTARTICON or SHFS_HIDESIPBUTTON&#41;;
&#160; DestroyWindow&#40;SHFindMenuBar&#40;Form.Handle&#41;&#41;;
&#160; ShowWindow&#40;findwindow&#40;&#8216;HHTaskBar&#8217;, &#8221;&#41;, SW_HIDE&#41;; // burası wince için.
&#160; MoveWindow&#40;Form.Handle, 0, 0, GetSystemMetrics&#40;SM_CXSCREEN&#41;, GetSystemMetrics&#40;SM_CYSCREEN&#41;, True&#41;;
&#160; MoveWindow&#40;Form.Handle, 0, 0, GetSystemMetrics&#40;SM_CXSCREEN&#41;, GetSystemMetrics&#40;SM_CYSCREEN&#41;, True&#41;;
&#160; Form.HasBorder := False;
end;

Kullanmak için formun oluşturulurken şunları yazın..

procedure TForm1.KOLForm1FormCreate&#40;Sender: PObj&#41;;
begin
form.CreateWindow;
TamEkran;
end;

Eğer sistem wince ise taskbar&#8217; ı tekrar göstermemiz gerekiyor..

procedure TForm1.KOLForm1Close&#40;Sender: PObj; var Accept: Boolean&#41;;
begin
if CePlatform=cpWinCE then    ShowWindow&#40;findwindow&#40;&#8216;HHTaskBar&#8217;,&#8221;&#41;,SW_SHOWNORMAL&#41;;
end;
]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/kol-ce-tam-ekran-yapma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KOL-Ce birden fazla form kullanmak.</title>
		<link>http://ibrahimcoban.com/index.php/kol-ce-birden-fazla-form-kullanmak/</link>
		<comments>http://ibrahimcoban.com/index.php/kol-ce-birden-fazla-form-kullanmak/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 16:49:33 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>
		<category><![CDATA[Lazarus]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=32</guid>
		<description><![CDATA[Tekrar Merhaba !
Kol-Ce projelerinde birden fazla form kullanmak için Dosya -&#62; Yeni diyerek File altında Kol Form seçiyoruz. Lazarus otomatik formu oluşturacaktır, Hemen kayıt edilim ve istediğimiz bileşenleri üzerine koyalı.
Oluşturduğumuz formu çağırmak için aşağıdaki yolu izliyoruz.

procedure TForm1.Button2Click&#40;Sender: PObj&#41;;
var
yeni: PForm2;
begin
try
NewForm2&#40;yeni, Applet&#41;;
yeni.form.ShowModal;
finally
yeni.form.free;
end;
end;

Burada dikkat ettiyseniz oluşturulan herhangi bir forma formadi.form.özellik şeklinde ulaşıyoruz.
Bunun nedenlerini ileride antlatmaya çalışacağım.
İlgili dosylar.
Birdenfazlaform]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/kol-ce-birden-fazla-form-kullanmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazarus&#8217;a Kol-Ce Kurulumu</title>
		<link>http://ibrahimcoban.com/index.php/lazarusa-kol-ce-kurulumu/</link>
		<comments>http://ibrahimcoban.com/index.php/lazarusa-kol-ce-kurulumu/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 17:06:49 +0000</pubDate>
		<dc:creator>ibrahim</dc:creator>
				<category><![CDATA[Kol-Ce]]></category>
		<category><![CDATA[Lazarus]]></category>

		<guid isPermaLink="false">http://ibrahimcoban.com/?p=15</guid>
		<description><![CDATA[Lazarus ve KOL-Ce kurulumunda pek ayrıntılı bir şey yok ama yeni başlayanlar için kurulumu anlatmaya çalışacağım. Lazarus ticari bir uygulama olmadığı için her gün bir şeyler ekleniyor bunlardan en dikkat çekici meşhur KOL paketinin lazarusa eklenmesiydi. Artık KOL , KOL-Ce adı altında şimdi Pocket pc ve Wince için derlenebiliyor ve oluşan uygulamalar 40 kb civarında [...]]]></description>
		<wfw:commentRss>http://ibrahimcoban.com/index.php/lazarusa-kol-ce-kurulumu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
