<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックRe: emWin GUIBuilder Limitations</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515727#M1318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Wed Sep 11 02:42:24 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I dont see any requirement for drawing line in GUI Builder, as emWin provides API's for the same. Even there is an API for rounded corner rectangle. I am using LPC1788 with emwin able to draw all the geometric line drawings. Though i agree that builder has got lot's of limitation but using full emwin API's you can easily create decent user interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:19:34 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:19:34Z</dc:date>
    <item>
      <title>emWin GUIBuilder Limitations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515725#M1316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dustinkasel on Wed Aug 21 18:27:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, I am working on a project using the LPC1788 and NXP's version of emWin. I would like to use GUIBuilder for the window layout but there seems to be a few perplexing limitations. Is it possible to draw a graphical line in GUIBuilder? How about a rectangle with rounded corners?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dustin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515725#M1316</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: emWin GUIBuilder Limitations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515726#M1317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pcalton on Tue Aug 27 16:01:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;From my experience, the GUI Builder is quite limited. For anything beyond basic widget placement and some initialization (e.g. font selection) you have to dive into the code it generates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ive mostly used it to start a window, saved it and then opened it in the IDE to finish it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mixing 2D drawing and widgets is something Ive only tinkered with so far. From my understanding you have to add a WM_PAINT case to the window callback function in which you call WM_DefaultProc to draw your widgets for you then call your drawing function for the 2D stuff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;case WM_PAINT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WM_DefaultProc(pMsg);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Draw2D();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515726#M1317</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: emWin GUIBuilder Limitations</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515727#M1318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Wed Sep 11 02:42:24 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I dont see any requirement for drawing line in GUI Builder, as emWin provides API's for the same. Even there is an API for rounded corner rectangle. I am using LPC1788 with emwin able to draw all the geometric line drawings. Though i agree that builder has got lot's of limitation but using full emwin API's you can easily create decent user interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-GUIBuilder-Limitations/m-p/515727#M1318</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:19:34Z</dc:date>
    </item>
  </channel>
</rss>

