<?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>topic emWin menu fault in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-menu-fault/m-p/515848#M1377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by applex on Wed Jul 17 04:32:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using emwin 5.20 on 1788 within freertos, and the hid device is usb keyboard. Now, I face a problem about the MENU. I create the gui by GUIBuilder, The system is dying when a put a menu widget on the windows, and switch the focus by TAB key on the menu. It seemed that the system is broken, cause that the led indicator doesn't work any more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed several time with diffent numbers of the widgets. the fault is pointed to the MENU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it a bug? or anything I forgot to do, but I think the menu should be same as the other widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me if anyone know the reason.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:20:08 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:20:08Z</dc:date>
    <item>
      <title>emWin menu fault</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-menu-fault/m-p/515848#M1377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by applex on Wed Jul 17 04:32:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using emwin 5.20 on 1788 within freertos, and the hid device is usb keyboard. Now, I face a problem about the MENU. I create the gui by GUIBuilder, The system is dying when a put a menu widget on the windows, and switch the focus by TAB key on the menu. It seemed that the system is broken, cause that the led indicator doesn't work any more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tryed several time with diffent numbers of the widgets. the fault is pointed to the MENU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is it a bug? or anything I forgot to do, but I think the menu should be same as the other widgets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me if anyone know the reason.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-menu-fault/m-p/515848#M1377</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: emWin menu fault</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-menu-fault/m-p/515849#M1378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by applex on Fri Jul 19 04:55:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Finaly, I find the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;case WM_MENU:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switch (pData-&amp;gt;MsgType)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;case MENU_ON_INITMENU:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;case MENU_ON_ITEMSELECT:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;default:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;WM_DefaultProc(pMsg);&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WM_DefaultProc(pMsg); MUST be called in the defualt route.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:20:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-menu-fault/m-p/515849#M1378</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:20:09Z</dc:date>
    </item>
  </channel>
</rss>

