<?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のトピックemWin 5.22 SPINBOX strange behavior</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515512#M1226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by YOZHik on Thu Oct 24 07:28:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just switched from emWin 5.20 to emWin 5.22 and noticed that SPINBOX buttons increment the most significant digit in the number instead of the least significant one (yeah, I know it sounds silly but this is the way it behaves).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With 5.20 everything works as intended. The only things I changed in project are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Included emWin_522_IAR650_M3_LE.a instead of emWin_520_IAR650_M3_LE.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Included emWin522_header instead of emWin520_header&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else experience the same?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:17:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:17:53Z</dc:date>
    <item>
      <title>emWin 5.22 SPINBOX strange behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515512#M1226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by YOZHik on Thu Oct 24 07:28:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just switched from emWin 5.20 to emWin 5.22 and noticed that SPINBOX buttons increment the most significant digit in the number instead of the least significant one (yeah, I know it sounds silly but this is the way it behaves).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With 5.20 everything works as intended. The only things I changed in project are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Included emWin_522_IAR650_M3_LE.a instead of emWin_520_IAR650_M3_LE.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Included emWin522_header instead of emWin520_header&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone else experience the same?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515512#M1226</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: emWin 5.22 SPINBOX strange behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515513#M1227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Fri Oct 25 04:25:13 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like the behavior of the spinbox was changed in V5.22. You can now select which digit you want to increment/decrement by touching that digit. Default the least-significant digit should be selected, but from your description it sounds like the most-significant digit is selected. Can you try selecting the least-significant digits first, then hit increment/decrement?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515513#M1227</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: emWin 5.22 SPINBOX strange behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515514#M1228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by YOZHik on Fri Oct 25 08:30:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right. Surprisingly there is no indication of this new feature in the manual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with the most significant digit arises only when the property SetFocussable is set to zero for SPINBOX's embedded EDIT widget. If that EDIT widget is focusable, then the least significant digit is to be changed by default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter, one more question please: do you have any idea how to manipulate SPINBOX_DEFAULT_STEP parameter? Or maybe it is available only in source code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515514#M1228</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: emWin 5.22 SPINBOX strange behavior</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515515#M1229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Tue Oct 29 02:13:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;SPINBOX_DEFAULT_STEP is indeed a library compile-time constant, and cannot be changed from the application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:17:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/emWin-5-22-SPINBOX-strange-behavior/m-p/515515#M1229</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:17:56Z</dc:date>
    </item>
  </channel>
</rss>

