<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>NLDelphi</title>
		<link>http://www.nldelphi.com/forum/</link>
		<description>NLDelphi, de Nederlandse Delphi pagina (Forum)</description>
		<language>nl</language>
		<lastBuildDate>Thu, 17 May 2012 23:35:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>5</ttl>
		<image>
			<url>http://www.nldelphi.com/Forum/images/misc/rss.jpg</url>
			<title>NLDelphi</title>
			<link>http://www.nldelphi.com/forum/</link>
		</image>
		<item>
			<title>flexibele interface voor griddata</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38812&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 20:20:53 GMT</pubDate>
			<description><![CDATA[Beste heren (zijn er nog dames hier eigenlijk?), 
Een ontwerp-probleem. 
 
De basische datainterface die aan mijn grid gelinkt kan worden ziet er zo uit: 
 
  IBaseDataProvider = interface 
    ['{E498587E-581C-48E5-AC2E-8E3DCD725993}'] 
    function GetCellData(x, y: Integer): TCellData; 
  end;]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Beste heren (zijn er nog dames hier eigenlijk?),<br />
Een ontwerp-probleem.<br />
<br />
De basische datainterface die aan mijn grid gelinkt kan worden ziet er zo uit:<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:100px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">IBaseDataProvider <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">interface</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000066;">&#91;</span><span style="color: #ff0000;">'{E498587E-581C-48E5-AC2E-8E3DCD725993}'</span><span style="color: #000066;">&#93;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">function</span> GetCellData<span style="color: #000066;">&#40;</span>x<span style="color: #000066;">,</span> y<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Integer</span><span style="color: #000066;">&#41;</span><span style="color: #000066;">:</span> TCellData;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --><br />
Met een 'truukje' in mijn testprogramma heb ik een custom provider gemaakt die helemaal geen x,y coordinaten heeft. Een soort hexeditor achtige opzet om te testen of het grid dat makkelijk kon laten zien.<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:324px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">type</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; TFileProvider <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #000066;">&#40;</span>TInterfacedObject<span style="color: #000066;">,</span> IBaseDataProvider<span style="color: #000066;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #808080; font-style: italic;">// ...</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">function</span> TFileProvider<span style="color: #000066;">.</span><span style="color: #006600;">GetCellData</span><span style="color: #000066;">&#40;</span>x<span style="color: #000066;">,</span> y<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Integer</span><span style="color: #000066;">&#41;</span><span style="color: #000066;">:</span> TCellData;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">var</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; ix<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">integer</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; b<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Byte</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; C<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Char</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; ix <span style="color: #000066;">:</span><span style="color: #000066;">=</span> CellToIndex<span style="color: #000066;">&#40;</span>x<span style="color: #000066;">,</span> y<span style="color: #000066;">,</span> <span style="color: #0000ff;">20</span><span style="color: #000066;">&#41;</span>; <span style="color: #808080; font-style: italic;">// converteer XY naar index ahv colcount</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">if</span> ix &lt; fFileStream<span style="color: #000066;">.</span><span style="color: #006600;">Size</span> <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fFileStream<span style="color: #000066;">.</span><span style="color: #006600;">Position</span> <span style="color: #000066;">:</span><span style="color: #000066;">=</span> ix;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fFileStream<span style="color: #000066;">.</span><span style="color: #000066;">Read</span><span style="color: #000066;">&#40;</span>b<span style="color: #000066;">,</span> <span style="color: #0000ff;">1</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; C <span style="color: #000066;">:</span><span style="color: #000066;">=</span> <span style="color: #000066; font-weight: bold;">Char</span><span style="color: #000066;">&#40;</span>b<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; Result <span style="color: #000066;">:</span><span style="color: #000066;">=</span> C;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --><br />
Maar eigenlijk wil ik dat niet, omdat de data natuurlijk niet afhankelijk wil zijn van een aantal kolommen.<br />
Ideeen over hoe ik de basische interface xy-onafhankelijk kan maken? En wel zo dat een grid het 'snapt' :)</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Thumbnails</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5969&amp;d=1337285437" rel="Lightbox_320785" id="attachment5969" target="_blank"><img class="thumbnail" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5969&amp;stc=1&amp;thumb=1&amp;d=1337285437" border="0" alt="Klik op plaatje voor grotere versie

Naam:  grid.jpg
Bekeken: N/B
Grootte:  80,9 KB" /></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38812</guid>
		</item>
		<item>
			<title><![CDATA[TImage afgeleide AV't in de objectinspector]]></title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38811&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 18:46:15 GMT</pubDate>
			<description>Goedenavond heren en mogelijke dames, 
 
Ik ben onbekend met het maken of aanpassen van componenten. Nu is het me gelukt een eigen component te maken. Echter gaat het mis wanneer ik de functionaliteit toe wil voegen waar het om gaat, namelijk het hebben van een verschillende afbeelding bij...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Goedenavond heren en mogelijke dames,<br />
<br />
Ik ben onbekend met het maken of aanpassen van componenten. Nu is het me gelukt een eigen component te maken. Echter gaat het mis wanneer ik de functionaliteit toe wil voegen waar het om gaat, namelijk het hebben van een verschillende afbeelding bij MouseEnter en MouseLeave.<br />
<br />
Voor het gemak de complete code, veel is het eigenlijk niet (veel begin en end ja :p). <br />
<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:1012px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">type</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; THoverImage <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #000066;">&#40;</span>TImage<span style="color: #000066;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">private</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; FOnMouseEnter<span style="color: #000066;">:</span> TNotifyEvent;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; FOnMouseLeave<span style="color: #000066;">:</span> TNotifyEvent;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fMouseEnterImage<span style="color: #000066;">:</span> TPicture;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fMouseLeaveImage<span style="color: #000066;">:</span> TPicture;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">procedure</span> CMMouseLeave<span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> Msg<span style="color: #000066;">:</span> TMessage<span style="color: #000066;">&#41;</span>; message CM_MOUSELEAVE;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">procedure</span> CMMouseEnter<span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> Msg<span style="color: #000066;">:</span> TMessage<span style="color: #000066;">&#41;</span>; message CM_MOUSEENTER;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">protected</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">public</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">constructor</span> Create<span style="color: #000066;">&#40;</span>AOwner<span style="color: #000066;">:</span> TComponent<span style="color: #000066;">&#41;</span>; <span style="color: #000000; font-weight: bold;">override</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">destructor</span> Destroy; <span style="color: #000000; font-weight: bold;">override</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">published</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">property</span> OnMouseEnter<span style="color: #000066;">:</span> TNotifyEvent <span style="color: #000066;">read</span> FOnMouseEnter <span style="color: #000066;">write</span> FOnMouseEnter;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">property</span> OnMouseLeave<span style="color: #000066;">:</span> TNotifyEvent <span style="color: #000066;">read</span> FOnMouseLeave <span style="color: #000066;">write</span> FOnMouseLeave;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">property</span> MouseEnterImage<span style="color: #000066;">:</span> TPicture <span style="color: #000066;">read</span> fMouseEnterImage <span style="color: #000066;">write</span> fMouseEnterImage;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">property</span> MouseLeaveImage<span style="color: #000066;">:</span> TPicture <span style="color: #000066;">read</span> fMouseLeaveImage <span style="color: #000066;">write</span> fMouseLeaveImage;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> <span style="color: #000000; font-weight: bold;">Register</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">implementation</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> <span style="color: #000000; font-weight: bold;">Register</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000066;">RegisterComponents</span><span style="color: #000066;">&#40;</span><span style="color: #ff0000;">'Samples'</span><span style="color: #000066;">,</span> <span style="color: #000066;">&#91;</span>THoverImage<span style="color: #000066;">&#93;</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> THoverImage<span style="color: #000066;">.</span><span style="color: #006600;">CMMouseEnter</span><span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> Msg<span style="color: #000066;">:</span> TMessage<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; Picture<span style="color: #000066;">.</span><span style="color: #006600;">Assign</span><span style="color: #000066;">&#40;</span>fMouseEnterImage<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000066;">Assigned</span><span style="color: #000066;">&#40;</span>FOnMouseEnter<span style="color: #000066;">&#41;</span> <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; FOnMouseEnter<span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">Self</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> THoverImage<span style="color: #000066;">.</span><span style="color: #006600;">CMMouseLeave</span><span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">var</span> Msg<span style="color: #000066;">:</span> TMessage<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; Picture<span style="color: #000066;">.</span><span style="color: #006600;">Assign</span><span style="color: #000066;">&#40;</span>fMouseLeaveImage<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000066;">Assigned</span><span style="color: #000066;">&#40;</span>FOnMouseLeave<span style="color: #000066;">&#41;</span> <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; FOnMouseLeave<span style="color: #000066;">&#40;</span><span style="color: #000000; font-weight: bold;">Self</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">constructor</span> THoverImage<span style="color: #000066;">.</span><span style="color: #006600;">Create</span><span style="color: #000066;">&#40;</span>AOwner<span style="color: #000066;">:</span> TComponent<span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">inherited</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; fMouseEnterImage <span style="color: #000066;">:</span><span style="color: #000066;">=</span> TPicture<span style="color: #000066;">.</span><span style="color: #006600;">Create</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; fMouseLeaveImage <span style="color: #000066;">:</span><span style="color: #000066;">=</span> TPicture<span style="color: #000066;">.</span><span style="color: #006600;">Create</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">destructor</span> THoverImage<span style="color: #000066;">.</span><span style="color: #006600;">Destroy</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000066;">Assigned</span><span style="color: #000066;">&#40;</span>fMouseEnterImage<span style="color: #000066;">&#41;</span> <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fMouseEnterImage<span style="color: #000066;">.</span><span style="color: #006600;">Free</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000066;">Assigned</span><span style="color: #000066;">&#40;</span>fMouseLeaveImage<span style="color: #000066;">&#41;</span> <span style="color: #000000; font-weight: bold;">then</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; fMouseLeaveImage<span style="color: #000066;">.</span><span style="color: #006600;">Free</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; </div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">inherited</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --><br />
Wanneer ik mijn component nu op een form drop en een OnMouseEnter image toewijs via de OI, krijg ik harde AV's als ik daarna nog eens probeer de OI aan te raken. Ik vermoed dat het mis gaat op #32 en #40<br />
<br />
Bega ik een groffe zonde of mis ik een kleinigheid?<br />
<br />
PS: de private fields worden later nog nuttiger gebruikt, maar wil het eerst zonder AV's hebben</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Lodewijk</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38811</guid>
		</item>
		<item>
			<title>Extended naar Integer ?</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38810&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 01:07:07 GMT</pubDate>
			<description><![CDATA[Met Delphi XE2  hoe kan ik een 
Extended naar een Integer omzetten? 
 
Heb verschillende combinaties gebruikt, en geen van allen werkt. 
Krijg altijd   "Incompatible Type" 
 
 
Alvast bedankt.]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Met Delphi XE2  hoe kan ik een<br />
Extended naar een Integer omzetten?<br />
<br />
Heb verschillende combinaties gebruikt, en geen van allen werkt.<br />
Krijg altijd   &quot;Incompatible Type&quot;<br />
<br />
<br />
Alvast bedankt.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>organizer</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38810</guid>
		</item>
		<item>
			<title>plaatje in RichEdit</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38809&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 18:27:33 GMT</pubDate>
			<description>Hallo, 
 
Is het mogelijk om in RichEdit een plaatje te plaatsen? 
 
Zo ja met welke code? 
 
Theo</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Is het mogelijk om in RichEdit een plaatje te plaatsen?<br />
<br />
Zo ja met welke code?<br />
<br />
Theo</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Hengelmolen</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38809</guid>
		</item>
		<item>
			<title><![CDATA[idHTTP zit 'vast' als server niet reageert?]]></title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38808&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:41:21 GMT</pubDate>
			<description>Ik ben een beetje aan het experimenteren met idHTTP om informatie naar een server te verzenden. 
Tot nu toe heb ik idHTTP nog nooit gebruikt, maar in principe werkt dit goed: 
 
 
Code: 
--------- 
function PostCommand(URL, Command1, Command2: string): string; 
var lParamList: TStringList; 
begin 
...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik ben een beetje aan het experimenteren met idHTTP om informatie naar een server te verzenden.<br />
Tot nu toe heb ik idHTTP nog nooit gebruikt, maar in principe werkt dit goed:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">function PostCommand(URL, Command1, Command2: string): string;<br />
var lParamList: TStringList;<br />
begin<br />
&nbsp; lParamList := TStringList.Create;<br />
&nbsp; lParamList.Add(Command1);<br />
&nbsp; if Command2 &lt;&gt; '' then lParamList.Add(Command2);<br />
&nbsp; try<br />
&nbsp; &nbsp; Result := Form1.idHTTP1.Post(URL, lParamList);<br />
&nbsp; finally<br />
&nbsp; &nbsp; FreeAndNil(lParamList);<br />
&nbsp; end;<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Alleen... als de server een keer niet beschikbaar is, is het niet mogelijk om een <i>nieuwe</i> poging te doen. Pas als ik de aplicatie dan herstart kan ik weer iets verzenden.<br />
Nu heeft het ongetwijfeld iets met mijn onbekendheid met idHTTP te maken (of de Indy componenten in het algemeen), maar: hoe kan ik deze fouttoestand weer resetten, zodat ik een volgende poging kan doen als de server weer beschikbaar is?<br />
<font size="1">(Waarschijnlijk het het gewoon 'de weet'...)</font></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Ruud123</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38808</guid>
		</item>
		<item>
			<title>PDF aanmaken met Rave</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38807&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 08:23:20 GMT</pubDate>
			<description>Hallo, 
Wij hebben een applicatie die code-based rapporten afdrukt met Rave. Meestal zijn het tabellen met diverse Fixed space fonts. Dit gaat prima.  
 
Ook de preview met rave werkt prima, en toont het rapport zoals het er hoort uit te zien op het scherm. 
 
Maar opslaan in een PDF bestand geeft...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
Wij hebben een applicatie die code-based rapporten afdrukt met Rave. Meestal zijn het tabellen met diverse Fixed space fonts. Dit gaat prima. <br />
<br />
Ook de preview met rave werkt prima, en toont het rapport zoals het er hoort uit te zien op het scherm.<br />
<br />
Maar opslaan in een PDF bestand geeft problemen. Alle tekst en lijntjes zitten in de PDF, maar het font lijkt mij Arial te zijn. Hierdoor lijkt een tabel nergens op.<br />
<br />
EmbedFonts:= True gezet. De eigenschappen van de PDF file opgevraagd in Adobe Reader, en de fonts zitten wel degelijk in het PDF bestand (ze staan bovendien lokaal op de PC).<br />
<br />
Alle waarden van FontEncoding uitgetest (feWinAnsiCoding, feStandardEncoding...). Op enkele details na geeft dit geen verschil.<br />
<br />
Google heeft niets opgeleverd. Blijkbaar heb ik ergens een foute setting.<br />
<br />
Deze speelt zich af in Delphi 7, Rave 5.08 en verschillende versies van Adobe.<br />
<br />
Is er enige suggestie ?<br />
<br />
Alvast Bedankt,<br />
Lieven</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Livinus2</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38807</guid>
		</item>
		<item>
			<title>scrollbar sif_page</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38806&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 20:43:45 GMT</pubDate>
			<description><![CDATA[Met SetScollInfo kun je de grootte van de page zetten, zodat de grootte van dat sleepblokje (hoe noem je zo'n ding. thumb nog wat?) verandert. 
Kun je de page-grootte ook instellen zonder dat dat sleepblokje verandert? 
De scrollbar moet dus wel de pagegrootte "weten" maar niet weergeven.]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Met SetScollInfo kun je de grootte van de page zetten, zodat de grootte van dat sleepblokje (hoe noem je zo'n ding. thumb nog wat?) verandert.<br />
Kun je de page-grootte ook instellen zonder dat dat sleepblokje verandert?<br />
De scrollbar moet dus wel de pagegrootte &quot;weten&quot; maar niet weergeven.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38806</guid>
		</item>
		<item>
			<title>Dbblok</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38805&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 20:30:58 GMT</pubDate>
			<description>Ik ben op zoek naar een componentje of een stukje code Waarbij ik een rechthoekig blokje (gantt) kan plaatsen in een grid. 
Het liefst wil ik deze gekoppeld hebben met 2 datetimevelden uit een tabel. 
De tijden moeten dan met de drag/drop/stretch mogelijkheden meelopen.  
Ik ben op het net wel wat...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik ben op zoek naar een componentje of een stukje code Waarbij ik een rechthoekig blokje (gantt) kan plaatsen in een grid.<br />
Het liefst wil ik deze gekoppeld hebben met 2 datetimevelden uit een tabel.<br />
De tijden moeten dan met de drag/drop/stretch mogelijkheden meelopen. <br />
Ik ben op het net wel wat planningmodule's tegengekomen, maar die zijn vaak zo uitgebreid/complex dat het zijn doel een beetje voorbijschiet.<br />
<br />
Ik ben ook we te porren om hier iets voor te bouwen, met wat hulp van wat mede forumleden.<br />
Wat is een goed uitgangs punt? Een leeg canvas, waar ik alles van scratch af op teken, of kan ik beter een (db)grid nemen ?<br />
Iemand met wat ideeen hierover?<br />
<br />
Peter</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Thumbnails</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5962&amp;d=1337113612" rel="Lightbox_320700" id="attachment5962" target="_blank"><img class="thumbnail" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5962&amp;stc=1&amp;thumb=1&amp;d=1337113612" border="0" alt="Klik op plaatje voor grotere versie

Naam:  dbgantt.png
Bekeken: N/B
Grootte:  8,7 KB" /></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Wok</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38805</guid>
		</item>
		<item>
			<title>Codesigning via IIS - PHP</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38804&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 19:21:47 GMT</pubDate>
			<description>Ik wil via een IIS - PHP webserver een (Delphi) executable aanbieden die on-the-fly van een digitale handtekening (codesign) voorzien wordt. 
 
Suggesties of voorbeelden hiervan zijn welkom ;)</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik wil via een IIS - PHP webserver een (Delphi) executable aanbieden die on-the-fly van een digitale handtekening (codesign) voorzien wordt.<br />
<br />
Suggesties of voorbeelden hiervan zijn welkom ;)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>mrniceguy</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38804</guid>
		</item>
		<item>
			<title>Beste plek voor non visual components</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38803&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 14:46:42 GMT</pubDate>
			<description>Ik moet een memorytable gaan vullen met een csv bestand. Om aan te geven waar deze staat, kan je gebruik maken van TOpenDialog. Deze heb ik nu geplaatst in een datamodule. Maar eigenlijk opent deze een scherm, waarin je kan selecteren waar het desbetreffende bestand staat.  
Staat dat component dan...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik moet een memorytable gaan vullen met een csv bestand. Om aan te geven waar deze staat, kan je gebruik maken van TOpenDialog. Deze heb ik nu geplaatst in een datamodule. Maar eigenlijk opent deze een scherm, waarin je kan selecteren waar het desbetreffende bestand staat. <br />
Staat dat component dan wel op de goede plaats? Er wordt altijd verteld dat je visuele dingen en data gescheiden moet houden.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>jkuiper</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38803</guid>
		</item>
		<item>
			<title>Fout in STR proc; deel 2</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38802&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 11:20:59 GMT</pubDate>
			<description><![CDATA[var x: single; ss: string; 
begin x:=0.01; str(x:4:2,ss) end; 
 
levert voor ss: "0.00" !!! 
Het schijnt alleen voor deze combinatie van getallen voor te komen. 
 
Hoe kan dat?  
 
AANVULLING: Als x = double dan gaat het wel goed!!!!]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>var x: single; ss: string;<br />
begin x:=0.01; str(x:4:2,ss) end;<br />
<br />
levert voor ss: &quot;0.00&quot; !!!<br />
Het schijnt alleen voor deze combinatie van getallen voor te komen.<br />
<br />
Hoe kan dat? <br />
<br />
AANVULLING: Als x = double dan gaat het wel goed!!!!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>FFM</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38802</guid>
		</item>
		<item>
			<title>Afstandbediening via IP adres</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38800&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 11:16:35 GMT</pubDate>
			<description>Ik zou iets willen maken om in een vakantiehuisje op afstand het licht aan en uit te kunnen doen. 
Op de betreffende lokatie is een Internetaansluiting aanwezig en een klein netbook PC-tje. 
Ik zit dus te denken aan het verzenden van een commando naar een IP adres, waarbij aan de ontvangende kant...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik zou iets willen maken om in een vakantiehuisje op afstand het licht aan en uit te kunnen doen.<br />
Op de betreffende lokatie is een Internetaansluiting aanwezig en een klein netbook PC-tje.<br />
Ik zit dus te denken aan het verzenden van een commando naar een IP adres, waarbij aan de ontvangende kant deze boodschap omgezet zal worden in een sturing voor de verlichting.<br />
De koppeling tussen PC en verlichting is geen probleem, maar hoe zou ik de communicatie het beste kunnen aanpakken?<br />
Ik heb weinig ervaring met het communiceren naar IP adressen.<br />
Iemand een goed idee? (Of misschien een duwtje in de goede richting?)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>Ruud123</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38800</guid>
		</item>
		<item>
			<title>Url met authenticatie openen</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38799&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 10:03:12 GMT</pubDate>
			<description>Ik zou graag een url willen openen in de default browser op een systeem. Op die url moet ook direct ingelogd worden. Dit is mogelijk door een gebruikersnaam en wachtwoord in de url te zetten, bijvoorbeeld 
 
   http://john:doe@www.voorbeeld.com 
 
Nadeel daarvan is dat die gegevens dan in de url...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik zou graag een url willen openen in de default browser op een systeem. Op die url moet ook direct ingelogd worden. Dit is mogelijk door een gebruikersnaam en wachtwoord in de url te zetten, bijvoorbeeld<br />
<br />
   <a href="http://john:doe@www.voorbeeld.com" target="_blank">http://john:doe@www.voorbeeld.com</a><br />
<br />
Nadeel daarvan is dat die gegevens dan in de url history worden gezet. Bovendien blokkeert IE deze methode helemaal, tenzij je in de registry wat instellingen omzet, wat ook niet wenselijk is.<br />
<br />
Deze vraag wordt af en toe wel gesteld, maar ik heb er nog geen goed antwoord op kunnen vinden, dus ik doe hier maar een gooi. <br />
<br />
Het idee is om een programmatje of linkje (bij wijze van spreken als een USB-dongle) te kunnen versturen, waarmee iemand naar een afgesloten onderdeel van een website kan. <br />
Het is overigens niet voor een serieuze beveiliging, ik wil in eerste instantie weten of het überhaupt mogelijk is.<br />
<br />
Het hoeft ook niet per se in Delphi. Scripts, .NET een command line opdracht.. Mag allemaal. :)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>GolezTrol</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38799</guid>
		</item>
		<item>
			<title>JSON Array Converten naar JPG</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38798&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 19:03:12 GMT</pubDate>
			<description>hallo, 
 
Ik krijg vanuit een Flash Applicatie een JPG in een JSON Array vertuurd naar mijn REST Service. 
 
Hoe kan ik deze JSON Array weer terug converten naar een JPG file? 
 
Ik heb een functie die van een TbyteDynArray een file kan schrijven maar ik krijg de data van de JSON Array niet naar...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hallo,<br />
<br />
Ik krijg vanuit een Flash Applicatie een JPG in een JSON Array vertuurd naar mijn REST Service.<br />
<br />
Hoe kan ik deze JSON Array weer terug converten naar een JPG file?<br />
<br />
Ik heb een functie die van een TbyteDynArray een file kan schrijven maar ik krijg de data van de JSON Array niet naar een TByteDynArray.<br />
<br />
Hier is de functie <br />
<br />
procedure ByteArrayToFile(const ByteArray : TByteDynArray; const FileName : string );<br />
      var Count : integer;<br />
       F : File of Byte;<br />
       pTemp : Pointer;<br />
      begin<br />
       AssignFile( F, FileName );<br />
       Rewrite(F);<br />
       try<br />
        Count := Length( ByteArray );<br />
        pTemp := @ByteArray[0];<br />
        BlockWrite(F, pTemp^, Count );<br />
       finally<br />
        CloseFile( F );<br />
       end;<br />
      end;<br />
<br />
<br />
Enig iemand hier ervaring mee?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=37">WebDelphi</category>
			<dc:creator>mariovermeulen</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38798</guid>
		</item>
		<item>
			<title>Imagelist geeft geen mooie icons weer en vereist repaint</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38797&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 18:34:35 GMT</pubDate>
			<description>Dames? en heren, 
 
Ik gebruikte de volgende code om een mouseover effect aan een aantal van TImage afgeleide buttons te geven: 
procedure TfrmMain.imgConfigMouseEnter(Sender: TObject); 
begin 
  imgConfig.Picture.LoadFromFile(ExtractFilePath(Application.ExeName) 
                             ...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Dames? en heren,<br />
<br />
Ik gebruikte de volgende code om een mouseover effect aan een aantal van TImage afgeleide buttons te geven:<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:212px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> TfrmMain<span style="color: #000066;">.</span><span style="color: #006600;">imgConfigMouseEnter</span><span style="color: #000066;">&#40;</span>Sender<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">TObject</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; imgConfig<span style="color: #000066;">.</span><span style="color: #006600;">Picture</span><span style="color: #000066;">.</span><span style="color: #006600;">LoadFromFile</span><span style="color: #000066;">&#40;</span><span style="color: #000066;">ExtractFilePath</span><span style="color: #000066;">&#40;</span>Application<span style="color: #000066;">.</span><span style="color: #006600;">ExeName</span><span style="color: #000066;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066;">+</span><span style="color: #ff0000;">'\new-item3.ico'</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> TfrmMain<span style="color: #000066;">.</span><span style="color: #006600;">imgConfigMouseLeave</span><span style="color: #000066;">&#40;</span>Sender<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">TObject</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; imgConfig<span style="color: #000066;">.</span><span style="color: #006600;">Picture</span><span style="color: #000066;">.</span><span style="color: #006600;">LoadFromFile</span><span style="color: #000066;">&#40;</span><span style="color: #000066;">ExtractFilePath</span><span style="color: #000066;">&#40;</span>Application<span style="color: #000066;">.</span><span style="color: #006600;">ExeName</span><span style="color: #000066;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066;">+</span><span style="color: #ff0000;">'\new-item1.ico'</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --><br />
Om dit wat netter te doen (geen constante belasting van de schijf), wil ik die losse .ico bestandjes even in een imagelist proppen en vandaaruit lezen. Dat doe ik met de volgende code:<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:180px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> TfrmMain<span style="color: #000066;">.</span><span style="color: #006600;">imgConfigMouseEnter</span><span style="color: #000066;">&#40;</span>Sender<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">TObject</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; ImageList1<span style="color: #000066;">.</span><span style="color: #006600;">GetBitmap</span><span style="color: #000066;">&#40;</span><span style="color: #0000ff;">2</span><span style="color: #000066;">,</span> imgWebsite<span style="color: #000066;">.</span><span style="color: #006600;">Picture</span><span style="color: #000066;">.</span><span style="color: #006600;">Bitmap</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">procedure</span> TfrmMain<span style="color: #000066;">.</span><span style="color: #006600;">imgConfigMouseLeave</span><span style="color: #000066;">&#40;</span>Sender<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">TObject</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">begin</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; ImageList1<span style="color: #000066;">.</span><span style="color: #006600;">GetBitmap</span><span style="color: #000066;">&#40;</span><span style="color: #0000ff;">1</span><span style="color: #000066;">,</span> imgWebsite<span style="color: #000066;">.</span><span style="color: #006600;">Picture</span><span style="color: #000066;">.</span><span style="color: #006600;">Bitmap</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --><br />
Dit werkt echter niet, in die zin dat bij mouse-enter de afbeelding wel wijzigt, maar bij mouseleave niet (en bij mouseenter dan ook niet meer, echter zie je dit niet omdat die afbeelding er al staat en dus sowieso neit zichtbaar zou wijzigen).<br />
<br />
Nu ben ik erachter dat als ik er een repaint achter plak, het wel werkt. Maar waar komt dit door? <br />
<br />
Tevens worden sommige icons wat pixelig of verandert zwart in wit wanneer ik de imagelist gebruik. Zie bijlage, het rechter icoontje: bij de eerste screenshot is de icon gewoon via de object inspector in de image geladen. Bij de tweede is het na een mouse-enter en vervolgens mouse-leave. Excat hetzelfde icoontje. Als ik een ander icoontje gebruik is het een nog groter drama zoals te zien in screenshot 3 (gelukkig is dat verder niet van toepassing, maar geeft wel aan dat het niet lekker werkt). Heeft dat ook nog een specifieke oorzaak?<br />
<br />
Toevoeging: de height/width van de imagelist is gelijk aan die van mijn icons<br />
Toevoeging: refresh t/m invalidate geprobeerd, allen hetzelfde resultaat</div>


	<br />
	<div style="padding:6px">

	

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Plaatje(s)</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentimage -->
<img class="attach" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5957&amp;stc=1&amp;d=1337020843" border="0" alt="" />&nbsp;
<!-- END TEMPLATE: postbit_attachmentimage --><!-- BEGIN TEMPLATE: postbit_attachmentimage -->
<img class="attach" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5958&amp;stc=1&amp;d=1337020848" border="0" alt="" />&nbsp;
<!-- END TEMPLATE: postbit_attachmentimage --><!-- BEGIN TEMPLATE: postbit_attachmentimage -->
<img class="attach" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5959&amp;stc=1&amp;d=1337020996" border="0" alt="" />&nbsp;
<!-- END TEMPLATE: postbit_attachmentimage -->
			</div>
		</fieldset>
	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Lodewijk</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38797</guid>
		</item>
		<item>
			<title>Reporting D2006</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38796&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 17:51:44 GMT</pubDate>
			<description>Hallo, 
 
Ik wil het volgende doen. 
Er moet een MS Word document geopend worden, waarin de gegevens van een klant worden geimporteerd uit een DB. Dit na selectie van een record uit een lijst. 
Vroeger gebruikte ik Reportbuilder, maar dat was hard-coded in mijn programma, zodat de administratie die...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Ik wil het volgende doen.<br />
Er moet een MS Word document geopend worden, waarin de gegevens van een klant worden geimporteerd uit een DB. Dit na selectie van een record uit een lijst.<br />
Vroeger gebruikte ik Reportbuilder, maar dat was hard-coded in mijn programma, zodat de administratie die het programma gebruikt zelf geen wijzigingen kon doen aan de template.<br />
Dus nu via MSWord, zouden ze zelf de tekst kunnen aanpassen.<br />
<br />
Enig idee hoe ik dit kan realiseren?<br />
<br />
Alvast bedankt<br />
<br />
Lainkes</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>lainkes</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38796</guid>
		</item>
		<item>
			<title>Zoom met webcam werkt niet</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38795&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 17:27:49 GMT</pubDate>
			<description>Hallo, 
 
ik probeer met behulp van IAMCameraControl in te zoom met mijn webcam. 
 
Hiervoor gebruik ik: 
 
 
Code: 
--------- 
procedure TVideoForm.trbZoomChange(Sender: TObject);</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
ik probeer met behulp van IAMCameraControl in te zoom met mijn webcam.<br />
<br />
Hiervoor gebruik ik:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">procedure TVideoForm.trbZoomChange(Sender: TObject);<br />
var<br />
&nbsp; CameraControl: IAMCameraControl;<br />
&nbsp; Minimum, Maximum, Step, Default, Value, Flags: integer;<br />
&nbsp; SetFlag: tagCameraControlFlags;<br />
begin<br />
&nbsp; if Succeeded(VideoSourceFilter.QueryInterface(IID_IAMCameraControl,<br />
&nbsp; &nbsp; &nbsp; CameraControl)) then<br />
&nbsp; begin<br />
&nbsp; &nbsp; if Succeeded(CameraControl.GetRange(CameraControl_Zoom, Minimum, Maximum,<br />
&nbsp; &nbsp; &nbsp; &nbsp; Step, Default, Flags)) then<br />
&nbsp; &nbsp; begin<br />
&nbsp; &nbsp; &nbsp; trbZoom.Min := Minimum;<br />
&nbsp; &nbsp; &nbsp; trbZoom.Max := Maximum;<br />
&nbsp; &nbsp; &nbsp; CameraControl.Set_(CameraControl_Zoom, trbZoom.Position,<br />
&nbsp; &nbsp; &nbsp; &nbsp; CameraControlFlags('2'));<br />
&nbsp; &nbsp; &nbsp; CameraControl.Get(CameraControl_Zoom, Value, SetFlag);<br />
&nbsp; &nbsp; &nbsp; lblZoom.Caption := IntToStr(Value);<br />
&nbsp; &nbsp; end<br />
&nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; lblZoom.Caption := 'Fail Cam Zoom';<br />
&nbsp; end;<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->De caption van lblZoom verandert gewoon van 1 tot en met 5 (Minimum en Maximum). Echter zoomt de camera niet in. <br />
<br />
Iemand een idee wat ik fout doe? <br />
<br />
Alvast bedankt.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Jero</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38795</guid>
		</item>
		<item>
			<title>generic property</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38794&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 11:53:23 GMT</pubDate>
			<description><![CDATA[Waarom kan dit eigenlijk niet? 
 
type 
  tGetter = class 
  public 
    function Get<T>: T; 
  end; 
 
  TTest = class(tGetter) 
  public]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Waarom kan dit eigenlijk niet?<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:196px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">type</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; tGetter <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">class</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">public</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">function</span> Get&lt;T&gt;<span style="color: #000066;">:</span> T;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; TTest <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #000066;">&#40;</span>tGetter<span style="color: #000066;">&#41;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">public</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">property</span> X<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Integer</span> <span style="color: #000066;">read</span> Get&lt;Integer&gt;; <span style="color: #808080; font-style: italic;">// error</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; <span style="color: #000000; font-weight: bold;">end</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38794</guid>
		</item>
		<item>
			<title>Firemonkey - update OSX applicatie</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38793&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 09:35:02 GMT</pubDate>
			<description>Voor update doeleinden heb ik een launcher (Windows/OSX) ontwikkeld die de hoofdapplicatie start (voor starten wordt gecontroleerd op beschikbare updates). 
 
Onder Windows werkt het prima maar onder OSX wordt de hoofdapplicatie niet gestart. 
 
De volgende code wordt hiervoor gebruikt. 
 
Code:...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Voor update doeleinden heb ik een launcher (Windows/OSX) ontwikkeld die de hoofdapplicatie start (voor starten wordt gecontroleerd op beschikbare updates).<br />
<br />
Onder Windows werkt het prima maar onder OSX wordt de hoofdapplicatie niet gestart.<br />
<br />
De volgende code wordt hiervoor gebruikt.<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp;  _system(PAnsiChar('open ' + UTF8String(ExtractFilePath(ParamStr(0))+ 'mainapp')));</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Wie of wie heeft suggesties en/of opmerkingen.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>mrniceguy</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38793</guid>
		</item>
		<item>
			<title>2 Programma ideeën</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38792&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 18:22:41 GMT</pubDate>
			<description>Twee programma ideeën. 
 
1: Rapporten generator 
De gedachte is om een soort rapporten generator te maken. Ik heb geen idee of dat mogelijk is, of dat er een betere manier bestaat. De grote truc moet zijn dat het heel flexibel en eenvoudig in gebruik is. Ik stel met nu voor dat de werking lijkt op...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Twee programma ideeën.<br />
<br />
1: Rapporten generator<br />
De gedachte is om een soort rapporten generator te maken. Ik heb geen idee of dat mogelijk is, of dat er een betere manier bestaat. De grote truc moet zijn dat het heel flexibel en eenvoudig in gebruik is. Ik stel met nu voor dat de werking lijkt op het maken van draaitabellen in Excel.<br />
Je maakt verbinding met een database en leest een bepaalde tabel met gegevens uit. De kolomnamen worden bijvoorbeeld als een knop in een form gezet. Vervolgens sleep je 1 of meerdere kolommen in een bepaald deel van je form en de benodigde sql wordt samengesteld en uitgevoerd. Het resultaat kmt in een grid te staan of zo. <br />
Als dat kan dan wordt de volgende stap om ook een mooie uitdraai te kunnen maken.<br />
<br />
Is dit te doen? Graag tips in de juiste richting<br />
<br />
2: Een gegevens dashboard.<br />
Lijkt veel op bovenstaande . Ik wil eerst een form samenstellen dat allerlei grafieken bevat die gevuld worden met data uit een database. dat deel gaat me wel lukken. Nu het deel dat overeenkomst heeft met bovenstaande. Als volgende stap zou mooi zijn als de gebruiker zelf grafieken kan samenstellen door met drag en drop gegevens op een grafiek los te laten. <br />
<br />
Ook hier graag tips in de goede richting. Ik denk dat beide een mooi project kunnen zijn voor de komende herfst en winter. (Ik ben geen echte programmeur, alleen een hobby programmeur die kleine tooltjes schrijft, dus dit is een hele stap verder denk ik).</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Hansvb</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38792</guid>
		</item>
		<item>
			<title>XE2 ASM vraagje</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38791&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 17:16:14 GMT</pubDate>
			<description>Hallo, 
 
Aangezien dit wel echt een stap te hoog voor mezelf is... 
Kan iemand me zeggen wat er fout is aan het volgend stukje code: 
 
 
Code: 
--------- 
  procedure LocalASM; 
  asm</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Aangezien dit wel echt een stap te hoog voor mezelf is...<br />
Kan iemand me zeggen wat er fout is aan het volgend stukje code:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; procedure LocalASM;<br />
&nbsp; asm<br />
&nbsp; &nbsp; MOV&nbsp; &nbsp;  ESP, EBP<br />
&nbsp; &nbsp; POP&nbsp; &nbsp;  EBP<br />
&nbsp; &nbsp; JMP&nbsp; &nbsp;  [_StringCchCopy]<br />
&nbsp; end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->XE2 64bit compiler error op de POP regel:<br />
Invalid combination of opcode and operands<br />
<br />
Grtn,<br />
Pascal</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>pcoenen</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38791</guid>
		</item>
		<item>
			<title>units xe en xe2</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38790&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 14:25:22 GMT</pubDate>
			<description>Hoe ga ik om met compileren onder XE en XE2? 
Windows is geworden WinApi.WIndows. 
Wat is de slimste manier? 
 
 
Code: 
--------- 
procedure MijnControl.InvalidateRect(R: TRect); 
begin 
  Windows.InvalidateRect(Handle, @R, False);</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hoe ga ik om met compileren onder XE en XE2?<br />
Windows is geworden WinApi.WIndows.<br />
Wat is de slimste manier?<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">procedure MijnControl.InvalidateRect(R: TRect);<br />
begin<br />
&nbsp; Windows.InvalidateRect(Handle, @R, False);<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Ik vind het nogal niet leuk wanneer ik dit soort dingen zou moeten doen:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">procedure MijnControl.InvalidateRect(R: TRect);<br />
begin<br />
&nbsp; {$ifdef XE2}<br />
&nbsp; WinApi.Windows.InvalidateRect(Handle, @R, False);<br />
&nbsp; {$else}<br />
&nbsp; Windows.InvalidateRect(Handle, @R, False);<br />
&nbsp; {$endif}<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->&quot;Windows&quot; doet het nog wel gewoon in XE2 dat wel...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38790</guid>
		</item>
		<item>
			<title>Installatie probleem Abbrevia 5.0</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38789&amp;goto=newpost</link>
			<pubDate>Sun, 13 May 2012 10:50:29 GMT</pubDate>
			<description>hi 
 
ik wil op een andere machine met Delphi 2007 Abbrevia 5.0 installeren. 
Volg de installatie instructie maar krijg het voor geen mogelijkheid voor elkaar, ook niet als je de .dpk gebruik. 
 
Krijg foutmelding zoals in afbeelding..iemand suggusties/tips/trucs 
 
Greetz Peter</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hi<br />
<br />
ik wil op een andere machine met Delphi 2007 Abbrevia 5.0 installeren.<br />
Volg de installatie instructie maar krijg het voor geen mogelijkheid voor elkaar, ook niet als je de .dpk gebruik.<br />
<br />
Krijg foutmelding zoals in afbeelding..iemand suggusties/tips/trucs<br />
<br />
Greetz Peter</div>


	<br />
	<div style="padding:6px">

	

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Plaatje(s)</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentimage -->
<img class="attach" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5952&amp;stc=1&amp;d=1336906217" border="0" alt="" />&nbsp;
<!-- END TEMPLATE: postbit_attachmentimage -->
			</div>
		</fieldset>
	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>mierlp</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38789</guid>
		</item>
		<item>
			<title>String to Hex  probleem</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38788&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 23:16:56 GMT</pubDate>
			<description><![CDATA[Ik gebruik altijd deze functie, maar het werkt ineens niet meer goed met XE2. 
 
 
Code: 
--------- 
function HexToString(H: ansiString): ansiString; 
var I: Integer; 
begin 
Result:= ''; 
for I := 1 to length (H) div 2 do Result:= Result+Char(StrToInt('$'+Copy(H,(I-1)*2+1,2)));]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik gebruik altijd deze functie, maar het werkt ineens niet meer goed met XE2.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">function HexToString(H: ansiString): ansiString;<br />
var I: Integer;<br />
begin<br />
Result:= '';<br />
for I := 1 to length (H) div 2 do Result:= Result+Char(StrToInt('$'+Copy(H,(I-1)*2+1,2)));<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Hij schrijft en leest prima, maar ineens, zit er verschil na het inlezen.<br />
<br />
<br />
Het kan dus zijn dat deze optie niet goed werkt ?<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Var<br />
Teststr : Ansistring;<br />
// Myreg&nbsp; = de Tregistry.<br />
begin<br />
teststr:=HexToString('4151444f434b0a0000000f4b000000310000002e050000ab020000000000000000000000007a020000e3040000<b>1e</b>');<br />
myreg.writeBinaryData('Testing',testStr[1], Length(testStr));<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --><br />
in de registry ziet het er zo uit<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&quot;Docking&quot;=hex:41,51,44,4f,43,4b,0a,00,00,00,0f,4b,00,00,00,31,00,00,00,2e,05,\<br />
&nbsp; 00,00,ab,02,00,00,00,00,00,00,00,00,00,00,00,00,7a,02,00,00,e3,04,00,00,<b>26</b>\</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->D'r is een Hexje  veranderd.  <br />
1e = 26 nu<br />
<br />
Enig idee hoe dat kan?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>organizer</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38788</guid>
		</item>
		<item>
			<title>Datum notatie in een grafiek</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38787&amp;goto=newpost</link>
			<pubDate>Sat, 12 May 2012 18:58:37 GMT</pubDate>
			<description><![CDATA[Met de navolgende regels vul ik een grafiek. 
 
 
Code: 
--------- 
Chart1.Series[0].Addxy(Main_Frm.ADOQuery1.FieldByName('datum').AsDateTime, Main_Frm.ADOQuery1.FieldByName('hoog').Asfloat,  '', clGreen); 
          Chart1.Series[].Addxy(Main_Frm.ADOQuery1.FieldByName('datum').AsDateTime,...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Met de navolgende regels vul ik een grafiek.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Chart1.Series[0].Addxy(Main_Frm.ADOQuery1.FieldByName('datum').AsDateTime, Main_Frm.ADOQuery1.FieldByName('hoog').Asfloat,&nbsp; '', clGreen);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Chart1.Series[].Addxy(Main_Frm.ADOQuery1.FieldByName('datum').AsDateTime, Main_Frm.ADOQuery1.FieldByName('laag').Asfloat,&nbsp; '', clred);</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->De datum gaat fout. In plaats van een datum wordt een getal getoond. Hoe kun je in een grafiek een datumnotatie weergeven op de as?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Hansvb</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38787</guid>
		</item>
		<item>
			<title>Indy goed installeren</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38786&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 21:04:12 GMT</pubDate>
			<description>Wie weet hoe je de laatste versie van Indy goed kan installeren in Delphi2010. 
Ik heb de laatste versie via de Subversion link (http://www.indyproject.org/sockets/download/svn.en.aspx) opgehaald. 
Maar nu nog in mijn delphi .... 
Ook is het gebruik van StoreRevNum.bat + StoreRevnumhooks.bat me...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Wie weet hoe je de laatste versie van Indy goed kan installeren in Delphi2010.<br />
Ik heb de laatste versie via de <a href="http://www.indyproject.org/sockets/download/svn.en.aspx" target="_blank">Subversion link</a> opgehaald.<br />
Maar nu nog in mijn delphi ....<br />
Ook is het gebruik van StoreRevNum.bat + StoreRevnumhooks.bat me niet duidelijk.<br />
<br />
Alsvast bedankt,<br />
Peter</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Wok</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38786</guid>
		</item>
		<item>
			<title>tobject notification</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38782&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 11:52:38 GMT</pubDate>
			<description>TComponent heeft een freenotification, maar ik heb eigenlijk een freenotification van TObject nodig. 
Is dit technisch mogelijk met XE of XE2? 
 
De praktische kant van het probleem: 
Ik heb een grid gemaakt dat data kan laten zien van verschillende soorten objecten zoals TList, TStringList,...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>TComponent heeft een freenotification, maar ik heb eigenlijk een freenotification van TObject nodig.<br />
Is dit technisch mogelijk met XE of XE2?<br />
<br />
De praktische kant van het probleem:<br />
Ik heb een grid gemaakt dat data kan laten zien van verschillende soorten objecten zoals TList, TStringList, TList&lt;T&gt; etc.<br />
Dit werkt voor &quot;onbekende&quot; objecten met RTTI.<br />
<br />
Daarvoor is dus een referentie nodig naar het object dat het grid wil laten zien.<br />
Nu wil ik de gebruiker van het grid niet geforceerd opzadelen met mijn eigen klassen, maar gewoon kunnen zeggen.<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Grid.DataProvider := MijnDing;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->En de rest moet &quot;vanzelf&quot; gaan.<br />
Twee dingen zijn er eigenlijk nodig:<br />
- een freenotification<br />
- een change notification (die zit er in de meeste lists wel, maar het grid component mag natuurlijk geen events stelen).<br />
<br />
Tips, truuks, ideeen welkom :)</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38782</guid>
		</item>
		<item>
			<title>Update programma via POP3 met Delphi</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38780&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 08:37:59 GMT</pubDate>
			<description>Hallo, 
 
Ik ben bezig een programma samen te stellen die je kan updaten door middel van codes. 
Deze codes heb ik zelf bedacht en hebben een bepaalde functie. 
Nu wilde ik graag weten hoe je met delphi deze codes uit een POP3 mail kunt halen. 
Of beter gevraagd; hoe je TidPOP3 kunt gebruiken? 
Ik...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Ik ben bezig een programma samen te stellen die je kan updaten door middel van codes.<br />
Deze codes heb ik zelf bedacht en hebben een bepaalde functie.<br />
Nu wilde ik graag weten hoe je met delphi deze codes uit een POP3 mail kunt halen.<br />
Of beter gevraagd; hoe je TidPOP3 kunt gebruiken?<br />
Ik heb nu de volgende code:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">procedure TForm_Update.but_retClick(Sender: TObject);<br />
begin<br />
Mes.Clear; //Mes = TidMessage<br />
SSL.Port := 995;<br />
SSL.DefaultPort := 995;<br />
POP3.Host := 'pop.gmail.com';<br />
POP3.Username := 'username@gmail.com' ;<br />
POP3.Password := 'Password';<br />
POP3.Port := 995;<br />
POP3.Connect;<br />
POP3.Retrieve(1,Mes);<br />
txt_message.Lines.Text := Mes.Body.ToString; //txt_message = TMemo<br />
<br />
if pop3.Connected = true then pop3.Disconnect;<br />
end;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Het is de bedoeling dat de email body in 'txt_message' komt te staan zodat ik deze kan gebruiken.<br />
Ik gebruik Delphi XE2.<br />
<br />
Ik hoop dat jullie me kunnen helpen met deze vraag.<br />
Graag zie ik  jullie antwoord tegemoet.<br />
<br />
Groetjes Remco</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>RemcoDusbaba</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38780</guid>
		</item>
		<item>
			<title>Muisbeweging applicatie</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38779&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 14:02:04 GMT</pubDate>
			<description>Hallo,  
 
Ik wil graag de muisbeweging afvangen, ook als de muis niet over de form/shape beweegt.  
 
Dus als de muis naar links beweegt dat form1 visible wordt. En als de muis naar rechts beweegt dat form1 niet meer visible wordt. 
 
Wie kan mij helpen?</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo, <br />
<br />
Ik wil graag de muisbeweging afvangen, ook als de muis niet over de form/shape beweegt. <br />
<br />
Dus als de muis naar links beweegt dat form1 visible wordt. En als de muis naar rechts beweegt dat form1 niet meer visible wordt.<br />
<br />
Wie kan mij helpen?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=137">Free Pascal / Lazarus</category>
			<dc:creator>m.devriesjr</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38779</guid>
		</item>
		<item>
			<title>Embarcadero opent een kantoor</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38778&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 13:37:18 GMT</pubDate>
			<description>Voor hen die het willen weten, Embarcadero opent een kantoor in Amsterdam 
 
http://www.itnewsonline.com/showrwstory.php?storyid=8089</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Voor hen die het willen weten, Embarcadero opent een kantoor in Amsterdam<br />
<br />
<a href="http://www.itnewsonline.com/showrwstory.php?storyid=8089" target="_blank">http://www.itnewsonline.com/showrwst...p?storyid=8089</a></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>AntonSteen</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38778</guid>
		</item>
		<item>
			<title>firebird embedded in andere directory</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38777&amp;goto=newpost</link>
			<pubDate>Thu, 10 May 2012 09:28:47 GMT</pubDate>
			<description>Waarom kan ik alle firebird bestanden niet in een submap van mijn applicatiedirectory zetten? 
LoadLibrary mislukt, ondanks dat alle bestanden aanwezig zijn. 
 
Wanneer alles in mijn appdir staat laadt hij wel...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Waarom kan ik alle firebird bestanden niet in een submap van mijn applicatiedirectory zetten?<br />
LoadLibrary mislukt, ondanks dat alle bestanden aanwezig zijn.<br />
<br />
Wanneer alles in mijn appdir staat laadt hij wel...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=36">Databases</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38777</guid>
		</item>
		<item>
			<title>Database and OO programmeren</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38776&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 09:56:19 GMT</pubDate>
			<description>Hallo, 
 
Ik moet via mijn programma gegevens lezen en schrijven naar een database. 
Ik doe dat altijd met een ADO connectie naar een SQL database. 
 
Ik vroeg mij nu af of ik dit met een OO aanpak moet doen? 
Of gewoon verder doen zoals ik nu doe. Via een datasource en dataset mijn gegevens linken...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Ik moet via mijn programma gegevens lezen en schrijven naar een database.<br />
Ik doe dat altijd met een ADO connectie naar een SQL database.<br />
<br />
Ik vroeg mij nu af of ik dit met een OO aanpak moet doen?<br />
Of gewoon verder doen zoals ik nu doe. Via een datasource en dataset mijn gegevens linken aan vb DBEdit componenten.<br />
<br />
Alvast bedankt voor het advies<br />
<br />
Groeten<br />
<br />
Lainkes</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=36">Databases</category>
			<dc:creator>lainkes</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38776</guid>
		</item>
		<item>
			<title>sql vraagje</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38775&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 08:02:42 GMT</pubDate>
			<description>Ik heb een tabel Klant, en bij elke regel in Klant horen meerdere regels in Contact. 
 
In Contact zit ook een datum veld, en een naam. 
 
De query moet regels opgeven met een aantal velden van Klant,  en een aantal velden van de corresponderende Contact regel met de hoogste datum, waaronder die...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik heb een tabel Klant, en bij elke regel in Klant horen meerdere regels in Contact.<br />
<br />
In Contact zit ook een datum veld, en een naam.<br />
<br />
De query moet regels opgeven met een aantal velden van Klant,  en een aantal velden van de corresponderende Contact regel met de hoogste datum, waaronder die datum.<br />
<br />
Ik voel een GROUP BY (over de join?) aankomen, maar dat is ff geleden :-)<br />
<br />
Target database is Postgres, maar als het voorbeeld niet te bizar is, kom ik met iets anders er ook wel uit. Het is meer een aanpak vraag.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=36">Databases</category>
			<dc:creator>marcov</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38775</guid>
		</item>
		<item>
			<title>Notepad starten in een tweede form</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38774&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 08:01:39 GMT</pubDate>
			<description>Hallo, 
 
Ik start vanuit Unit1 een tweede Form op. Het is de bedoeling dat in dit form Notepad wordt weergegeven. Maar ik krijg twee schermen te zien, nl. Form2 en het scherm van Notepad. De vraag is of dit mogelijk is en hoe. 
 
 
Code: 
--------- 
 
unit Unit1;</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Ik start vanuit Unit1 een tweede Form op. Het is de bedoeling dat in dit form Notepad wordt weergegeven. Maar ik krijg twee schermen te zien, nl. Form2 en het scherm van Notepad. De vraag is of dit mogelijk is en hoe.<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><br />
unit Unit1;<br />
<br />
interface<br />
<br />
uses<br />
&nbsp; Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,<br />
&nbsp; Dialogs, StdCtrls,ShellAPI;<br />
<br />
type<br />
&nbsp; TForm1 = class(TForm)<br />
&nbsp; &nbsp; Button1: TButton;<br />
&nbsp; &nbsp; procedure Button1Click(Sender: TObject);<br />
&nbsp; private<br />
&nbsp; &nbsp; { Private declarations }<br />
&nbsp; public<br />
&nbsp; &nbsp; { Public declarations }<br />
&nbsp; end;<br />
<br />
var<br />
&nbsp; Form1: TForm1;<br />
<br />
implementation<br />
<br />
uses Unit2;<br />
<br />
{$R *.dfm}<br />
<br />
procedure TForm1.Button1Click(Sender: TObject);<br />
begin<br />
&nbsp;  Form2.showmodal;<br />
<br />
end;<br />
<br />
end.<br />
<br />
<br />
<br />
<br />
<br />
unit Unit2;<br />
<br />
interface<br />
<br />
uses<br />
&nbsp; Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,<br />
&nbsp; Dialogs, ShellAPI;<br />
<br />
type<br />
&nbsp; TForm2 = class(TForm)<br />
&nbsp; &nbsp; procedure FormActivate(Sender: TObject);<br />
&nbsp; private<br />
&nbsp; &nbsp; { Private declarations }<br />
&nbsp; public<br />
&nbsp; &nbsp; { Public declarations }<br />
&nbsp; end;<br />
<br />
var<br />
&nbsp; Form2: TForm2;<br />
<br />
implementation<br />
<br />
{$R *.dfm}<br />
<br />
procedure TForm2.FormActivate(Sender: TObject);<br />
begin<br />
&nbsp; &nbsp;  ShellExecute(Handle,'open','NotePad',nil,nil, SW_Show);<br />
end;<br />
<br />
end.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Dubbeld</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38774</guid>
		</item>
		<item>
			<title>referentie naar interface</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38773&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 20:46:58 GMT</pubDate>
			<description>Ik heb in een object een referentie naar een interface. 
Is het mogelijk deze referentie zo te maken dat hij geen enkele invloed heeft op de refcounting ervan? Ik wil dat de referentie strict privé is...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik heb in een object een referentie naar een interface.<br />
Is het mogelijk deze referentie zo te maken dat hij geen enkele invloed heeft op de refcounting ervan? Ik wil dat de referentie strict privé is...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>EricLang</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38773</guid>
		</item>
		<item>
			<title>Welke versie van Delphi</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38772&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 16:38:17 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
Ik moet een programma schrijven in Delphi dat een connectie maakt met een SQL-server database. Dit programma wordt dan op verschillende pc's geïnstalleerd. 
Heb ik met een DELPHI XE2 PROFESSIONAL versie genoeg? 
 
Alvast bedankt 
 
Lainkes]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Ik moet een programma schrijven in Delphi dat een connectie maakt met een SQL-server database. Dit programma wordt dan op verschillende pc's geïnstalleerd.<br />
Heb ik met een DELPHI XE2 PROFESSIONAL versie genoeg?<br />
<br />
Alvast bedankt<br />
<br />
Lainkes</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>lainkes</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38772</guid>
		</item>
		<item>
			<title>public variabele in ander form</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38771&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 07:36:53 GMT</pubDate>
			<description>Een basic vraagje (of misschien een bevestiging). 
 
Ik heb een datamodule als public in een formulier gedeclareerd en als object toegevoegd. Nu roep ik een tweede formulier aan, die een klein beetje een child is voor het eerste scherm (het tweede scherm wordt nergens anders opgeroepen). Nu heb ik...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Een basic vraagje (of misschien een bevestiging).<br />
<br />
Ik heb een datamodule als public in een formulier gedeclareerd en als object toegevoegd. Nu roep ik een tweede formulier aan, die een klein beetje een child is voor het eerste scherm (het tweede scherm wordt nergens anders opgeroepen). Nu heb ik de 'masterform' in de uses van de childform (bij interfaces) geplaatst. Verwacht eigenlijk dat ik dan de public variabele van de masterform kan gebruiken, maar de compiler ziet dit als een fout omdat de 'masterform' niet wordt gezien.<br />
<br />
Komt dat doordat ik <br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:68px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">var</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; masterform <span style="color: #000066;">:</span> TMasterForm</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight -->uit de script hebt gesloopt en de masterform net niet globaal te benaderen is?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>jkuiper</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38771</guid>
		</item>
		<item>
			<title>Panels draggen?</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38770&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 02:41:09 GMT</pubDate>
			<description>Is het mogelijk om panels te verschuiven op een Form? 
Dus een Drag/Drop effect. 
 
Kan dus wel gewoon items draggen van 1 panel naar een ander panel, maar 
kan het panel zelf niet drag/droppen overal op me scherm. 
 
Ik probeer nl, een simpele docking systeem te maken van alleen panels.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Is het mogelijk om panels te verschuiven op een Form?<br />
Dus een Drag/Drop effect.<br />
<br />
Kan dus wel gewoon items draggen van 1 panel naar een ander panel, maar<br />
kan het panel zelf niet drag/droppen overal op me scherm.<br />
<br />
Ik probeer nl, een simpele docking systeem te maken van alleen panels.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>organizer</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38770</guid>
		</item>
		<item>
			<title>C++ DLL aanroepen vanuit Delphi</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38769&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 18:28:02 GMT</pubDate>
			<description><![CDATA[Hallo, 
  
Ik heb een dll dat geschreven is in C++. Aangezien ik geen benul heb hoe je C++ programmeert, heb ik mbv Bob Swart's zijn converter het header bestand omgezet naar een Pas-bestand. 
  
Ik krijg nu een foutmelding:  
Code: 
--------- 
[DCC Error] CNCAPI.PAS(36): E2003 Undeclared...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
 <br />
Ik heb een dll dat geschreven is in C++. Aangezien ik geen benul heb hoe je C++ programmeert, heb ik mbv Bob Swart's zijn converter het header bestand omgezet naar een Pas-bestand.<br />
 <br />
Ik krijg nu een foutmelding: <!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">[DCC Error] CNCAPI.PAS(36): E2003 Undeclared identifier: '__declspec'</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Wat Gaat hier fout?<br />
 <br />
Bijgevoegd Header-bestand (omgezet naar txt-bestand) + Pas-bestand.</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Bestanden</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://www.nldelphi.com/forum/images/attach/txt.gif" alt="Bestandstype: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5945&amp;d=1336415170">cncapi.txt</a> (30,2 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment --><!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://www.nldelphi.com/forum/images/attach/pas.gif" alt="Bestandstype: pas" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5946&amp;d=1336415200">CNCAPI.PAS</a> (44,8 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>robbedoes</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38769</guid>
		</item>
		<item>
			<title>Sneltoetsen</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38768&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 15:24:02 GMT</pubDate>
			<description>Hallo, 
 
Misschien een hele rare vraag, maar is er ergens op het internet een lijst met sneltoetsen binnen Delphi te vinden. 
De meest bekende weet ik wel (f9), maar ik vraag me af of er meerdere zullen zijn. 
 
Alvast bedankt 
 
Anton</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Misschien een hele rare vraag, maar is er ergens op het internet een lijst met sneltoetsen binnen Delphi te vinden.<br />
De meest bekende weet ik wel (f9), maar ik vraag me af of er meerdere zullen zijn.<br />
<br />
Alvast bedankt<br />
<br />
Anton</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>AntonSteen</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38768</guid>
		</item>
		<item>
			<title>DFM tonen.</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38767&amp;goto=newpost</link>
			<pubDate>Mon, 07 May 2012 13:23:51 GMT</pubDate>
			<description>Hoi allen, 
 
Bij een Delphi 5 project is per ongeluk een datamodule buiten scherm geraakt. 
Nu zou ik de dfm willen openen om de left en top properties aan te passen zodat deze terug binnen mijn schermen past, maar merk dat ik daar via de gewone pas-view niet aan kan. 
Is er een manier om dit te...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hoi allen,<br />
<br />
Bij een Delphi 5 project is per ongeluk een datamodule buiten scherm geraakt.<br />
Nu zou ik de dfm willen openen om de left en top properties aan te passen zodat deze terug binnen mijn schermen past, maar merk dat ik daar via de gewone pas-view niet aan kan.<br />
Is er een manier om dit te doen?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>JantjeB</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38767</guid>
		</item>
		<item>
			<title>Nieuwe process detecteren</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38766&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 14:09:25 GMT</pubDate>
			<description><![CDATA[Hallo, 
 
Wat is het makkelijkste en beste manier om een nieuwe process te detecten? 
 
Bijvoorbeeld : 
 
wanneer HelloWorld.exe geopend word ziet "Main.exe" dat en roept showmessage(Processname + ID); dus als helloworld geopend is komt er een message "Helloworld.exe 1020(ID)". 
 
Ik heb het al...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Wat is het makkelijkste en beste manier om een nieuwe process te detecten?<br />
<br />
Bijvoorbeeld :<br />
<br />
wanneer HelloWorld.exe geopend word ziet &quot;Main.exe&quot; dat en roept showmessage(Processname + ID); dus als helloworld geopend is komt er een message &quot;Helloworld.exe 1020(ID)&quot;.<br />
<br />
Ik heb het al geprobeerd met Hooks maar kom niet verder:(</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>musti</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38766</guid>
		</item>
		<item>
			<title>MSSQL Bepalen waar cum. aantal door de nul gaat</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38765&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 15:15:41 GMT</pubDate>
			<description>Ik heb een MSSQL tabel met datums en aantallen 
 
13-01-2012       200 
15-01-2012       300 
17-01-2012      1200 
18-01-2012     -1500 
21-01-2012        500 
23-01-2012      -1500 
25-01-2012         500</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik heb een MSSQL tabel met datums en aantallen<br />
<br />
13-01-2012       200<br />
15-01-2012       300<br />
17-01-2012      1200<br />
18-01-2012     -1500<br />
21-01-2012        500<br />
23-01-2012      -1500<br />
25-01-2012         500<br />
<br />
<br />
Ik zoek nu dus de datum waar het cumulatieve som van de aantallen van positief naar negatief gaat en/of andersom. <br />
<br />
Het liefst zou ik dit mbv een sql query oplossen<br />
<br />
Heeft iemand een idee hoe dit op te lossen?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=36">Databases</category>
			<dc:creator>Henk6a</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38765</guid>
		</item>
		<item>
			<title>Het grote rechthoekenprobleem</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38764&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 06:55:30 GMT</pubDate>
			<description>Beste fans, 
Omdat het vrijdag is, volgt hier een hersenbreker. 
*Gegeven*: een rechthoek van cellen, met in iedere cel een 1 of en 0. 
*Gevraagd*: het minimum aantal rechthoeken die samen alle nullen overlappen, maar geen enkele 1 overlapt. De rechthoeken mogen mekaar overlappen. 
Zie voorbeeld. 
...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Beste fans,<br />
Omdat het vrijdag is, volgt hier een hersenbreker.<br />
<b>Gegeven</b>: een rechthoek van cellen, met in iedere cel een 1 of en 0.<br />
<b>Gevraagd</b>: het minimum aantal rechthoeken die samen alle nullen overlappen, maar geen enkele 1 overlapt. De rechthoeken mogen mekaar overlappen.<br />
Zie voorbeeld.<br />
 <br />
Merk op dat er mogelijks meer dan één oplossing is.<br />
Ik hoef geen uitgewerkt programma, maar enkel een algoritme.<br />
Ik zie niet onmiddellijk een richting waarin ik een oplossing moet zoeken, buiten een domme try-and-error van alle mogelijke rechthoeken.<br />
Alle ideeën zijn welkom.</div>


	<br />
	<div style="padding:6px">

	

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Plaatje(s)</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentimage -->
<img class="attach" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5943&amp;stc=1&amp;d=1336114518" border="0" alt="" />&nbsp;
<!-- END TEMPLATE: postbit_attachmentimage -->
			</div>
		</fieldset>
	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>SamWitse</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38764</guid>
		</item>
		<item>
			<title>Label caption update</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38763&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 13:25:17 GMT</pubDate>
			<description>In mijn applicatie wil ik dat bepaalde labels ge-update worden, dat heb ik op de volgende manier geïmplementeerd: 
 
 
Code: 
--------- 
unit u_voorbeeld; 
 
interface 
 
uses</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>In mijn applicatie wil ik dat bepaalde labels ge-update worden, dat heb ik op de volgende manier geïmplementeerd:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">unit u_voorbeeld;<br />
<br />
interface<br />
<br />
uses<br />
&nbsp; StdCtrls;<br />
<br />
type<br />
&nbsp; TVoorbeeld = class<br />
&nbsp; private<br />
&nbsp; &nbsp; FNaamLabel: TLabel;<br />
&nbsp; &nbsp; FNaam: string;<br />
&nbsp; &nbsp; procedure SetNaam(const Value: string);<br />
&nbsp; &nbsp; procedure SetNaamLabel(const Value: TLabel);<br />
&nbsp; &nbsp; procedure UpdateNaamLabel;<br />
&nbsp; public<br />
&nbsp; &nbsp; property Naam: string read FNaam write SetNaam;<br />
&nbsp; &nbsp; property NaamLabel: TLabel read FNaamLabel write SetNaamLabel;<br />
&nbsp; end;<br />
<br />
implementation<br />
<br />
{TVoorbeeld}<br />
<br />
procedure TVoorbeeld.SetNaam(const Value: string);<br />
begin<br />
&nbsp; FNaam := Value;<br />
&nbsp; UpdateNaamLabel;<br />
end;<br />
<br />
procedure TVoorbeeld.SetNaamLabel(const Value: TLabel);<br />
begin<br />
&nbsp; FNaamLabel := Value;<br />
end;<br />
<br />
procedure TVoorbeeld.UpdateNaamLabel;<br />
begin<br />
&nbsp; if Assigned(FNaamLabel) then<br />
&nbsp; &nbsp; FNaamLabel.Caption := FNaam;<br />
end;<br />
<br />
end.</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Het doet wat ik wil dat het doet, maar ik vroeg me af of dit een juiste manier is om het te implementeren?<br />
<br />
Bij voorbaat dank!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Luigí</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38763</guid>
		</item>
		<item>
			<title>Starten met Firemonkey</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38762&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 08:57:17 GMT</pubDate>
			<description>Kennis maken met Firemonkey (http://forms.embarcadero.com/forms/AMUSCA1205-06FireMonkeyWebinarSeries), en je kan er ook nog wat van leren. 
 
Gr. Peter</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Kennis maken met <a href="http://forms.embarcadero.com/forms/AMUSCA1205-06FireMonkeyWebinarSeries" target="_blank">Firemonkey</a>, en je kan er ook nog wat van leren.<br />
<br />
Gr. Peter</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>Wok</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38762</guid>
		</item>
		<item>
			<title>Download manager Probleem</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38761&amp;goto=newpost</link>
			<pubDate>Thu, 03 May 2012 01:28:58 GMT</pubDate>
			<description><![CDATA[Ik zit met een probleem. 
Hopelijk kan iemand het verklaren voor me :) 
 
Als ik files aan me queue toevoegd en download de files, dan  
crashed die soms met  "item not found in list" 
 
Dit gebeurd als ik meer dan 4 threads(downloads) gebruik. 
 
De filenaam krijgt een (2)  erachter, maar dat zou...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Ik zit met een probleem.<br />
Hopelijk kan iemand het verklaren voor me :)<br />
<br />
Als ik files aan me queue toevoegd en download de files, dan <br />
crashed die soms met  &quot;item not found in list&quot;<br />
<br />
Dit gebeurd als ik meer dan 4 threads(downloads) gebruik.<br />
<br />
De filenaam krijgt een (2)  erachter, maar dat zou niet mogelijk mogen zijn :confused:   (hij wordt in the thread gegenereerd als een file al bestaat..)<br />
wat dus het geval is,<br />
<br />
Als ik in de log kijk, dan zie ik some 2 threads met dezelfde naam, ondanks dat het maar 1 keer in de queue zit.<br />
<br />
op de 1 of andere manier, wordt er een dubbele download gedaan<br />
<br />
Heeft iemand tijd om ernaar te kijken?<br />
<br />
<br />
EDIT:<br />
Probleem is al opgelost...<br />
<br />
was vergeten een<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Download.FState := TDownloadState.dsPending;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->in de code</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Bestanden</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<!-- BEGIN TEMPLATE: postbit_attachment -->
<tr>
	<td><img class="inlineimg" src="http://www.nldelphi.com/forum/images/attach/zip.gif" alt="Bestandstype: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5942&amp;d=1336015563">hulp gezocht.zip</a> (13,5 KB)</td>
</tr>
<!-- END TEMPLATE: postbit_attachment -->
			</table>
		</fieldset>
	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>organizer</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38761</guid>
		</item>
		<item>
			<title>image van oude pc.</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38760&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 20:51:24 GMT</pubDate>
			<description>Als ik een nieuwe pc heb en daarmee wil met Delphi (of iets anders) mee programmeren, zal ik alles opnieuw moeten installeren. 
Nu is het heel makkelijk om met een 64 bits pc en aardig wat RAM geheugen met een virtualbox een ander systeem te installeren en daarmee aan de slag te gaan. Met een goede...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Als ik een nieuwe pc heb en daarmee wil met Delphi (of iets anders) mee programmeren, zal ik alles opnieuw moeten installeren.<br />
Nu is het heel makkelijk om met een 64 bits pc en aardig wat RAM geheugen met een virtualbox een ander systeem te installeren en daarmee aan de slag te gaan. Met een goede image kan je altijd weer terug naar een nieuwe situatie.<br />
Mijn oude pc werkt prima en is goed ingedeeld met alle aanwezige software.<br />
Is het mogelijk om van die pc een image te maken en deze in een virtualbox te zetten?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=5">Koffiehoek</category>
			<dc:creator>jkuiper</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38760</guid>
		</item>
		<item>
			<title>Floating point waarde goed weergeven</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38759&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 20:08:30 GMT</pubDate>
			<description>Uit een binair bestand probeer ik een  opgeslagen floating point IEEE format single uit te lezen en weer te geven, maar dat lukt me niet. 
 
Het is de onderstaande opgeslagen floating point (IEEE format single) waarde: 
 
0.0495145581662655 zichtbaar als 3D4ACFC7 in hex in het binaire bestand.  
...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Uit een binair bestand probeer ik een  opgeslagen floating point IEEE format single uit te lezen en weer te geven, maar dat lukt me niet.<br />
<br />
Het is de onderstaande opgeslagen floating point (IEEE format single) waarde:<br />
<br />
0.0495145581662655 zichtbaar als 3D4ACFC7 in hex in het binaire bestand. <br />
<br />
Als ik het vervolgens zichtbaar maak (zie onderstaande code) worden er in datastring vier characters zichtbaar (ÇïJ=), zie bijgevoegd screenshot index83 en met VR(FL) = Floating point, waarschijnlijk extended ascci tekens maar dit ziet er niet uit als het floatingpoint getal 0.0495145581662655.<br />
<br />
Ik moet dus de inhoud zichtbaar in data string als (ÇïJ=) omzetten naar het resultaat '0.0495145581662655'<br />
<br />
Maar dit lukt me maar niet.<br />
<br />
Kan iemand mij een voorzetje geven?<br />
<br />
Dank,<br />
<br />
Johan<br />
<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_highlight -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">delphi Code:</div>
	<div class="alt2" style="margin:0px; padding:6px; border:1px inset; width:800px; height:228px; overflow:auto"><div dir="ltr" style="text-align:left;"><div class="delphi delphi" style="font-family:monospace;"><ol><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000000; font-weight: bold;">Type</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp;TDicomTag8 <span style="color: #000066;">=</span> <span style="color: #000000; font-weight: bold;">Packed</span> <span style="color: #000000; font-weight: bold;">Record</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">// Basis struktuur ACR-NEMA formaat */</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp;Group &nbsp;<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Word</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">// Group &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 Bytes</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp;Element<span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Word</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">// Element &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2 Bytes</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp;VR &nbsp; &nbsp; <span style="color: #000066;">:</span> <span style="color: #000000; font-weight: bold;">array</span><span style="color: #000066;">&#91;</span>1<span style="color: #000066;">..</span>2<span style="color: #000066;">&#93;</span> <span style="color: #000000; font-weight: bold;">of</span> <span style="color: #000066; font-weight: bold;">byte</span>; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">// Value Representation 2 Bytes</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp;<span style="color: #000066;">Length</span> <span style="color: #000066;">:</span> <span style="color: #000066; font-weight: bold;">Word</span>; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">// Value Length &nbsp; &nbsp; &nbsp; &nbsp; 2 Bytes</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp; &nbsp;Data &nbsp; <span style="color: #000066;">:</span> <span style="color: #000000; font-weight: bold;">array</span><span style="color: #000066;">&#91;</span>1<span style="color: #000066;">..</span>1024<span style="color: #000066;">&#93;</span> <span style="color: #000000; font-weight: bold;">of</span> <span style="color: #000066; font-weight: bold;">byte</span>; &nbsp; &nbsp; &nbsp;<span style="color: #808080; font-style: italic;">// Value &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span></div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">end</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">&nbsp;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">FS<span style="color: #000066;">.</span><span style="color: #000066;">Read</span><span style="color: #000066;">&#40;</span>ATag8<span style="color: #000066;">.</span><span style="color: #006600;">Data</span><span style="color: #000066;">,</span> ATag8<span style="color: #000066;">.</span><span style="color: #000066;">Length</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;"><span style="color: #000066;">SetString</span><span style="color: #000066;">&#40;</span>DataString<span style="color: #000066;">,</span> <span style="color: #000066; font-weight: bold;">PAnsiChar</span><span style="color: #000066;">&#40;</span><span style="color: #000066;">@</span>ATag8<span style="color: #000066;">.</span><span style="color: #006600;">Data</span><span style="color: #000066;">&#91;</span><span style="color: #0000ff;">1</span><span style="color: #000066;">&#93;</span><span style="color: #000066;">&#41;</span><span style="color: #000066;">,</span>ATag8<span style="color: #000066;">.</span><span style="color: #000066;">Length</span><span style="color: #000066;">&#41;</span>;</div></li><li style="font-weight: normal;"><div style="font-family: monospace; font-weight: normal; font-style: normal; margin:0; padding:0; background:inherit;">Rij<span style="color: #000066;">.</span><span style="color: #006600;">SubItems</span><span style="color: #000066;">.</span><span style="color: #006600;">Add</span><span style="color: #000066;">&#40;</span>DataString<span style="color: #000066;">&#41;</span>;</div></li></ol></div></div></div>
</div>

<!-- END TEMPLATE: bbcode_highlight --></div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Bijgesloten Thumbnails</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->

<a href="http://www.nldelphi.com/forum/attachment.php?attachmentid=5939&amp;d=1335902554" rel="Lightbox_320375" id="attachment5939" target="_blank"><img class="thumbnail" src="http://www.nldelphi.com/forum/attachment.php?attachmentid=5939&amp;stc=1&amp;thumb=1&amp;d=1335902554" border="0" alt="Klik op plaatje voor grotere versie

Naam:  Dicom.JPG
Bekeken: N/B
Grootte:  76,1 KB" /></a>
&nbsp;

<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Bachatero</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38759</guid>
		</item>
		<item>
			<title>XML binding</title>
			<link>http://www.nldelphi.com/forum/showthread.php?t=38758&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 19:09:47 GMT</pubDate>
			<description>Hallo, 
 
Wie kan me op weg helpen om een datetime goed uit een xml te krijgen en in een database te krijgen. 
 
Ik heb via het Xml Artikel (http://www.nldelphi.com/cgi-bin/articles.exe/ShowArticle?ID=7066) een unit gemaakt om een xmlinterface te maken. Dat gaat goed. 
 
Code: 
--------- 
Function...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
Wie kan me op weg helpen om een datetime goed uit een xml te krijgen en in een database te krijgen.<br />
<br />
Ik heb via het <a href="http://www.nldelphi.com/cgi-bin/articles.exe/ShowArticle?ID=7066" target="_blank">Xml Artikel</a> een unit gemaakt om een xmlinterface te maken. Dat gaat goed.<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Function TXMLReport_dataType.Get_Info_datetime_start: TDateTime;<br />
Begin<br />
&nbsp; Result := VarToDateTime(ChildNodes['info_datetime_start'].NodeValue);<br />
End;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Maar de xml datetime attributen die hebben soms geen waarde toegekend.<br />
Dan gaat het fout. Ik heb het tijdelijk opgelost door het binnen een try except te zetten, en dan een 0 toe te kennen, maar er zijn vast elegantere manieren.<br />
<br />
Ook staat de datetime string in een andere volgorde.<br />
Voorheen deed ik het omzetten dat zo:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Procedure TDM.DataModuleCreate(Sender: TObject);<br />
Begin<br />
&nbsp; // datetimesettings dd-mm-yyy omdraaien.<br />
&nbsp; GetLocaleFormatSettings(GetUserDefaultLCID, MySettings);<br />
&nbsp; MySettings.DateSeparator := '-';<br />
&nbsp; MySettings.TimeSeparator := ':';<br />
&nbsp; MySettings.ShortDateFormat := 'yyyy-mm-dd';<br />
&nbsp; MySettings.ShortTimeFormat := 'hh:nn:ss';<br />
End;<br />
<br />
Function ParamChk_Datetime(Parameter, Waarde: String): TDateTime;<br />
&nbsp; Begin<br />
&nbsp; &nbsp; If Waarde &lt;&gt; '' Then<br />
&nbsp; &nbsp; &nbsp; Begin<br />
&nbsp; &nbsp; &nbsp; &nbsp; ADQueryOrder.ParamByName(Parameter).AsDateTime := StrToDateTime(Waarde, MySettings);<br />
&nbsp; &nbsp; &nbsp;  //&nbsp; {meer code}<br />
&nbsp; &nbsp; &nbsp; End<br />
&nbsp; &nbsp; Else<br />
&nbsp; &nbsp; &nbsp; ADQueryOrder.ParamByName(Parameter).Value := '';<br />
&nbsp; End;</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Maar hoe krijg ik een soortgelijke routine in de xml databinding?<br />
<br />
Peter</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.nldelphi.com/forum/forumdisplay.php?f=2">Algemeen</category>
			<dc:creator>Wok</dc:creator>
			<guid isPermaLink="true">http://www.nldelphi.com/forum/showthread.php?t=38758</guid>
		</item>
	</channel>
</rss>

