<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=66&amp;t=16200&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2016-09-13T22:26:57+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=66&amp;t=16200&amp;mode</id>
<entry>
<author><name><![CDATA[maras52]]></name></author>
<updated>2016-09-13T22:26:57+01:00</updated>
<published>2016-09-13T22:26:57+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168694#p168694</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168694#p168694"/>
<title type="html"><![CDATA[Re: [Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168694#p168694"><![CDATA[
Tak tak, na &quot;fabrycznych&quot; lecę <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><br /><br />Dzięki za pomoc jutro się pobawię, obiema metodami <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><br /><br />-- 13 wrz 2016, o 22:26 --<br /><br />No niestety albo jestem ślepy ale w JVLC ni ma też parametru border <img src="https://forum.atnel.pl/images/smilies/icon_e_sad.gif" alt=":(" title="Smutny" /> ale mniejsza o to przerobiłem apke <img src="https://forum.atnel.pl/images/smilies/icon_e_wink.gif" alt=";)" title="Puszcza oko" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1046">maras52</a> — 13 wrz 2016, o 22:26</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[xbary]]></name></author>
<updated>2016-09-13T22:08:47+01:00</updated>
<published>2016-09-13T22:08:47+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168692#p168692</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168692#p168692"/>
<title type="html"><![CDATA[Re: [Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168692#p168692"><![CDATA[
W standardowej kontrolce TPageControl niema możliwości usunięcia ramki, jedynym wyjściem przy standardzie jest ustawienie stylu na Button wtedy ramka znika. Natomiast w kontrolce TjvPageControl jest ClientBorderWidth i tam już się da ustawić żeby ramki nie było.<br />Jeśli chcesz pozostać na standardowych kontrolkach to rozwiązanie SunRivera jedynie pozostaje <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=447">xbary</a> — 13 wrz 2016, o 22:08</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[SunRiver]]></name></author>
<updated>2016-09-13T21:11:57+01:00</updated>
<published>2016-09-13T21:11:57+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168684#p168684</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168684#p168684"/>
<title type="html"><![CDATA[Re: [Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168684#p168684"><![CDATA[
Nie jestem pewien tu powinien się wypowiedzieć mirek lub xbary  bo ci wiem ze duzo klepią w delfinie <br />ja miałem bardzo długą przerwę <br /><br />ale powinno coś takiego ci zadziałać <br /><br />[syntax=delphi]unit Unit1;<br /><br />interface<br /><br />uses<br />  ...,<br />  CommCtrl;<br /><br />type<br />  TPageControl = class(ComCtrls.TPageControl)<br />  private<br />    procedure TCMAdjustRect(var Msg: TMessage); message TCM_ADJUSTRECT;<br />  end;<br /><br />  TForm1 = class(TForm)<br />    ...<br />  end;<br /><br />...<br /><br />procedure TPageControl.TCMAdjustRect(var Msg: TMessage);<br />begin<br />  inherited;<br />  if Msg.WParam = 0 then<br />    InflateRect(PRect(Msg.LParam)^, 4, 4)<br />  else<br />    InflateRect(PRect(Msg.LParam)^, -4, -4);<br />end;<br /><br />...<br /><br />end.[/syntax]<br /><br />ew możesz użyć tworów 3rd party .... TjvPageControl z JVCL  posiada on osiada ClientBorderWidth<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=58">SunRiver</a> — 13 wrz 2016, o 21:11</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[maras52]]></name></author>
<updated>2016-09-13T20:32:33+01:00</updated>
<published>2016-09-13T20:32:33+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168681#p168681</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168681#p168681"/>
<title type="html"><![CDATA[Re: [Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168681#p168681"><![CDATA[
BorderWidth - nie istnieje, seBorder mam false.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1046">maras52</a> — 13 wrz 2016, o 20:32</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[bar0sh]]></name></author>
<updated>2016-09-13T16:09:58+01:00</updated>
<published>2016-09-13T16:09:58+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168668#p168668</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168668#p168668"/>
<title type="html"><![CDATA[Re: [Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168668#p168668"><![CDATA[
W properties spróbuj BorderWidth ustawic na 0 lub na dole jest jeszcze opcja w Style element -&gt; seBorder ustaw na false<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1287">bar0sh</a> — 13 wrz 2016, o 16:09</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[maras52]]></name></author>
<updated>2016-09-13T15:41:06+01:00</updated>
<published>2016-09-13T15:41:06+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168666#p168666</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168666#p168666"/>
<title type="html"><![CDATA[[Delphi] Usuwanie ramki PageControl'a]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16200&amp;p=168666#p168666"><![CDATA[
Witam<br /><br />Może mnie ktoś nakierować jak usunąć tą ramke :<br /><a href="https://obrazkiforum.atnel.pl/1046/432d29b94c26fd3f3bd2d5fbe4a9fca9.png"  class="postlink"><img src="https://obrazkiforum.atnel.pl/thumb/1046/432d29b94c26fd3f3bd2d5fbe4a9fca9.png" alt="Obrazek" /></a><br /><a href="https://obrazkiforum.atnel.pl/1046/3f3cd3679e6b5281142d2e448ec9758e.png"  class="postlink"><img src="https://obrazkiforum.atnel.pl/thumb/1046/3f3cd3679e6b5281142d2e448ec9758e.png" alt="Obrazek" /></a><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=1046">maras52</a> — 13 wrz 2016, o 15:41</p><hr />
]]></content>
</entry>
</feed>