コード例 #1
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
?>

	<!-- NOTE on the write_h1() php function:
         - first arg: the label of the h1 tag
         - second arg: the ID of the h1 tag (defaults to "")
         - third arg: if TRUE the TOP link is added; if FALSE it is omitted (defaults to TRUE)
         use FALSE as third arg for the first h1 tag of the page since it must
         not have the TOP link...
  -->


	<!-- NOTE on SCREENSHOTS:
       to write screenshots link with automatic thumbnail-generation, you can write something like:

       <?php 
writeScreenshotLink("myshot.png", "MYCOMP running with wxMSW 2.5.3");
?>

	     where the 'myshot.png' file is a file that you have uploaded in
          /home/groups/w/wx/wxcode/htdocs/screenshots/MYCOMPSUBDIR
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
コード例 #2
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
  <div class="center">
    <?php 
writeScreenshotLink("myshot.png", "description goes here");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
コード例 #3
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
?>
	&nbsp;&nbsp;&nbsp;&nbsp;
	<?php 
writeScreenshotLink("win2.png", "The keybinder sample running with wxMSW 2.5.3");
?>
	</div>
	
	<p>The following ones instead have been taken on Red Hat Linux 9.0:</p>

	<div class="center">
	<?php 
writeScreenshotLink("gtk3.png", "The keybinder sample running with wxGTK 2.5.3");
?>
	&nbsp;&nbsp;&nbsp;&nbsp;
	<?php 
writeScreenshotLink("gtk4.png", "The keybinder sample running with wxGTK 2.5.3");
?>
  </div>


  <br/><?php 
write_h1("Documentation");
?>
  <p>The doxygen-generated documentation for this component is available online
  <a href="../../docs/keybinder/">here</a>. Please let me know if you think something is missing.</p>
  

	<br/><?php 
write_h1("Known bugs");
?>
  <p>None. To submit a bug report please look at <a href="../../faq.php">wxCode FAQ</a>.</p>
コード例 #4
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
          /home/groups/w/wx/wxcode/htdocs/screenshots/MYCOMPSUBDIR
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  
	<br/><?php 
write_h1("Screenshots");
?>
  <div class="center">
   <?php 
writeScreenshotLink("sampel.png", "wxLEDPanel sampel");
?>
  </div>
-->


  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
// sample CPP snippet which shows how to use this component:
// LEDPanel with LED-size 4x4 and Panel with 65x9 LEDs, no padding between the LEDs
コード例 #5
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
    <div class="center">
        <?php 
writeScreenshotLink("Ex-MaMgr.png", "wxRL running with wxGTK 2.8.4");
?>
    </div>


  <!-- NOTE TO THE DOCUMENTATION: for uploading you component docs in the website,
       see the ReadMe.txt file at wxCode\template... -->
  <br/><?php 
write_h1("Documentation");
?>
  <p>The documentation for this component is available online
  <a href="../../docs/rlayout/">here</a>.</p>


	<br/><?php 
write_h1("Known bugs");
コード例 #6
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
    <?php 
writeScreenshotLink("msw-simple.png", "WebUpdate on wxMSW 2.6.2 with a simple GUI mask");
?>
    <br/>
    <?php 
writeScreenshotLink("kde-adv.png", "WebUpdate on wxGTK 2.7.0 with the advanced GUI mask");
?>
    <?php 
writeScreenshotLink("msw-adv.png", "WebUpdate on wxMSW 2.6.2 with the advanced GUI mask");
?>
    <br/>
    <?php 
writeScreenshotLink("kde-logwnd.png", "WebUpdate on wxGTK 2.7.0 with the simple GUI mask + log window");
?>
    <?php 
writeScreenshotLink("msw-logwnd.png", "WebUpdate on wxMSW 2.6.2 with the simple GUI mask + log window");
?>
  </div>


  <br/><?php 
write_h1("Download");
?>
  <p>There are three downloads available for this component: the <a href="http://prdownloads.sourceforge.net/wxcode/webupdate-1.0.tar.gz?download">source package</a>, a <a href="http://prdownloads.sourceforge.net/wxcode/webupdate-msw-1.0.zip?download">precompiled sample for Win32</a> and a <a href="http://prdownloads.sourceforge.net/wxcode/webupdate-gtk2-1.0.tar.gz?download">precompiled sample for GTK2</a>.<br/>
    To tryout the component, you can download one of the sample packages but to work with it you'll need to download the source package (which also contains the full documentation which is available also <a href="../../docs/webupdate/">here</a>).</p>


  <br/><?php 
write_h1("Documentation");
?>
  <p>The documentation for this component is available online <a href="../../docs/webupdate/">here</a>.</p>
コード例 #7
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Availability");
?>
    <p>First version of wxUML coming in the middle of May 2011. </p>
    
    <br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
  <div class="center">
    <?php 
writeScreenshotLink("myshot.png", "No screenshots available yet");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
コード例 #8
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<p>This is a screenshot of the sample application that you can find included in the source project. 
    Here you can see how Bar &amp; Pie chart looks like in Linux.</p>
  <div class="center">
    <?php 
writeScreenshotLink("wxchart_samp1.png", "wxchart sample");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <!--<?php 
writeSnippet('
// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
コード例 #9
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
?>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-AU">
	<?php 
$compname = "wxAdvTable";
$subdir = "advtable";
require "compwebsite.inc.php";
?>

	<br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
  <div class="center">
    <?php 
writeScreenshotLink("wxadvtable1.png", "Demo application screenshot");
?>
  </div>
  
  <br/><?php 
write_h1("Features");
?>
  <ol>
  	<li>Composite rows/columns.<br><img src="comprows.png"></li>
  	<li>Highlight mode.<br><img src="highlight.png"></li>
  	<li>Built-in sorting support for different data types (integer, string, date, choice, etc).</li>
  	<li>Flexible rendering and editing support.</li>
  	<li>Flexible data access model.</li>
  	<li>Full documented source code.</li>
  	<li>Dynamic row/columns add/removal.</li>
  	<li>Various visual features.</li>
コード例 #10
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
	<p>2.0 - First release of wxHTTPEngine on wxCode.sf.net.</p>
	
	<br/><?php 
write_h1("Screenshots");
?>
	<p>Obviously, wxHTTPEngine is not an application, the following screenshots
	refer to the sample application included with this library.<br/>The following screenshots have been taken on a
	Windows XP:</p>
	
	<div class="center">
	<?php 
writeScreenshotLink("win1.png", "The wxHTTPBuilder sample running with wxMSW 2.6.1");
?>
	&nbsp;&nbsp;&nbsp;&nbsp;
	<?php 
writeScreenshotLink("win2.png", "The wxHTTPBuilder sample running with wxMSW 2.6.1");
?>
	</div>
	
  <br/><?php 
write_h1("Documentation");
?>
  <p>The doxygen-generated documentation for this component is available online
  <a href="../../docs/wxhttpengine/">here</a>.</p>
  

	<br/><?php 
write_h1("Known bugs");
?>
  <p>None. To submit a bug report please look at <a href="../../faq.php">wxCode FAQ</a>.</p>
コード例 #11
0
ファイル: index.php プロジェクト: pbfordev/wxFreeChart
writeScreenshotLink("ohlc1.png", "");
?>
    <?php 
writeScreenshotLink("xy1.png", "");
?>
    <?php 
writeScreenshotLink("xy2.png", "");
?>
    <?php 
writeScreenshotLink("xy3.png", "");
?>
    <?php 
writeScreenshotLink("markers1.png", "");
?>
    <?php 
writeScreenshotLink("combaxis1.png", "");
?>
  </div>


  <!-- NOTE TO THE DOCUMENTATION: for uploading you component docs in the website,
       see the ReadMe.txt file at wxCode\template... -->
  <br/><?php 
write_h1("Documentation");
?>
  <p>The documentation for this component is available online
  <a href="../../docs/freechart/">here</a>.</p>

	<br/><?php 
write_h1("Support project");
?>
コード例 #12
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
  <div align="center"><?php 
writeScreenshotLink("winxp.png", "The wxExtMiniFrame on wxMSW");
?>
</div>
  <p>Please note that, even if the cursor and the focus is given to the wxExtMiniFrame #2, also the wxMainFrame
  is drawn with an active titlebar: this is a trick which was hard to implement but it is quite common in the
  Win32 toolbars.<br/>
  This is the same sample running on Ubuntu under KDE/wxX11:</p>
  <div align="center"><?php 
writeScreenshotLink("x11.png", "The wxExtMiniFrame on wxX11");
?>
</div>

  This is the same sample running on Ubuntu under KDE/wxGTK:</p>
  <div align="center"><?php 
writeScreenshotLink("gtk.png", "The wxExtMiniFrame on wxGTK");
?>
</div>

  <br/><?php 
write_h1("Future enhancements");
?>
  <p>The wxExtMiniFrame component is complete under wxMSW, wxGTK and wxX11. The only feature missing in the
  last two is the miniframe resizing system.</p>


  <?php 
write_h1("Documentation");
?>
  <p>Sorry; I've written no docs for this component because its use should be quite intuitive. Also,
  the sample is quite heavily commented and thus you should be able to learn the additional features
コード例 #13
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
  <div class="center">
    <?php 
writeScreenshotLink("wxOpenCommander.jpg", "wxOpenCommander");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
// sample CPP snippet which shows how to use this component:
myComp *newcomp = new myComp();
コード例 #14
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<p>Description</p>
  <div class="center">
    <?php 
writeScreenshotLink("image.png", "");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
//wxFormatFunction create new inherited classes of wxFormatFunction to provide custom functionality. ...
//example:
コード例 #15
0
ファイル: index.php プロジェクト: stahta01/wxCode_components


    <br/><?php 
write_h1("Screenshots");
?>
    <p>Obviously, since wxXml2 is not an application but just a wrapper for the libxml2 library,
    the following screenshots refers to the sample app included with this module which shows
    how much easy is to get the tree structure of an XML doc through wxXml2 classes:</p><br>
    <div align="center">
    <?php 
writeScreenshotLink("screenshot.png", "The wxXml2 sample running on Windows XP");
?>
    &nbsp;&nbsp;&nbsp;&nbsp;
    <?php 
writeScreenshotLink("screenshot2.png", "The wxXml2 sample running on Red Hat 9");
?>
    </div>


    <br/><?php 
write_h1("Documentation");
?>
    <p>The doxygen-generated documentation for this component is available online
    <a href="../../docs/wxxml2/">here</a>. Please let me know if you think something is missing.</p>


    <br/><?php 
write_h1("Known bugs");
?>
    <p>None. To submit a bug report please look at <a href="../../faq.php">wxCode FAQ</a>.</p>
コード例 #16
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Screenshots");
?>
	<?php 
writeScreenshotLink("connectionDlg.png", "wxActiveRecordGenerator running with wxMSW 2.6.3");
?>
	<?php 
writeScreenshotLink("relationDlg.png", "wxActiveRecordGenerator running with wxMSW 2.6.3");
?>
	
   
 	<br/> <?php 
write_h1("Documentation");
?>
  <p>There is a tutorial <a href="../activerecord/tutorial/wxARG-tutorial.php">here.</a></p>

  	<br/><?php 
write_h1("Known bugs");
?>
  <p>None. To submit a bug report please look at <a href="../../support.php">wxCode support page</a>.</p>

    
	<br/><?php 
コード例 #17
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br/><?php 
write_h1("Example");
?>
	<p>Integrate drawings into LaTeX documents</p>
  <div class="center">
    <?php 
writeScreenshotLink("example.png", "A wxDC drawing integrated into a document with wxLatexDC");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
  <br/><?php 
write_h1("Usage sample");
?>
  <?php 
writeSnippet('
// Usage of wxLatexDC is similar to other DCs (such as wxSVGFileDC):
// ...
コード例 #18
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
?>

	<br/><?php 
write_h1("Introduction", "", FALSE);
?>
	<p><var>wxAvahi</var> is a wrapper for the <a href="http://avahi.org/">Avahi</a> library,
	using wxWidgets paradigm.
	Its goal is to provide some facilities to publish and discover service providers on the local area network.</p>

	<br/><?php 
write_h1("Sample");
?>
	<p>In order to illustrate wxAvahi capabilities, you can look at the sample which enumerates
	all service types available on the local network and, for each service type, enumerates all service providers.</p>
	<div align="center"><?php 
writeScreenshotLink("wxavahi.png", "The sample in a little LAN");
?>
</div>

	<br/><?php 
write_h1("Version");
?>
	<p>0.1.0 - First release of wxAvahi on wxCode.sf.net.</p>

	<br/><?php 
write_h1("Known bugs");
?>
  <p>None. To submit a bug report please look at <a href="../../support.php">wxCode support page</a>.</p>

	<br/><?php 
write_h1("Future enhancements");
コード例 #19
0
ファイル: index.php プロジェクト: stahta01/wxCode_components
          /home/groups/w/wx/wxcode/htdocs/screenshots/MYCOMPSUBDIR
       you can do the upload with scp from unix or (I suggest), WinSCP (http://winscp.net)
       from win32... more info in the wxCode\template\readme.txt file.

       To put something centered in this page, put it inside a

          <div class="center">...</div>

       block...
  -->
	<br /><?php 
write_h1("Screenshots");
?>
  <div class="center">
    <?php 
writeScreenshotLink("mmwx1.1.jpg", "mmwx test application running under wxMSW 2.8.10");
?>
  </div>



  <!-- NOTE ON THE SECTIONS TO INSERT HERE: you are free to add anything you think
       that will make your component more appealing: some sample snippet of code,
       docs, bugs & feature requests... -->
<!--  <br /><?php 
write_h1("Usage sample");
?>
 -->

  <?php 
//writeSnippet('