<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card id="discuz_wml" title="CnPack Forum">
<p>#1 Bug in MessageBox Visual designer and C++ Builder<br /><small>The code generated by the [b]MessageBox Visual designer[/b] for [b]MessageDlg[/b] and [b]C++ Builder[/b] is sometimes incorrect.<br />
<br />
For example instead of <br />
MessageDlg(&quot;text&quot;, mtConfirmation, [mbOK], 0);<br />
<br />
it should be <br />
MessageDlg(&quot;text&quot;, mtConfirmation, TMsgDlgButtons() &lt;&lt; mbOK, 0);<br />
<br />
The same for<br />
MessageDlg(&quot;text&quot;, mtConfirmation, [mbYes, mbNo], 0);<br />
MessageDlg(&quot;text&quot;, mtConfirmation, [mbRetry, mbCancel], 0);<br />
<br />
it should be<br />
MessageDlg(&quot;text&quot;, mtConfirmation, TMsgDlgButtons() &lt;&lt; mbYes  ..</small><br />
</p>
<p>#1 <a href="index.php?action=thread&amp;tid=2957&amp;start=0&amp;offset=497&amp;sid=9t45Ek">&gt;&gt;Next Page</a><br />
<br />Forum:<a href="index.php?action=forum&amp;fid=25&amp;sid=9t45Ek">CnWizards IDE Wizard ...</a>
<br />Thread:<a href="index.php?action=thread&amp;tid=2957&amp;sid=9t45Ek">Bug in MessageBox Vi ...</a>
<br />Next Thread:<a href="index.php?action=thread&amp;tid=2942&amp;sid=9t45Ek">[Bug] Components del ...</a>
</p>
<p align="center"><br /><a href="index.php?sid=9t45Ek">Home</a><br />
<a href="index.php?action=login&amp;sid=">Login</a><br /><br />
<small>Powered by Discuz!</small></p>
</card>
</wml>