Dear Sir,
I am using TM4C129X development board.
I refereed the TI library and designed 4-5 canvas screen using touch .
Every canvas having Next & previous button like grlib demo code.
On click on next i am moving toward next canvas and click on previous moving back,
Now issue is one of screen i enable the user input field so click on user input field the keyboard display coming .
That is used for input the data but when i click on ENT button background next button event fire.
How to disable that event.
If the next button not overlap with ENT of keyboard then working fine. How to disable background event.
RectangularButton(g_sNext, 0, 0, 0, &g_sKentec320x240x16_SSD2119,
(320-50-X_OFFSET),205,50,35,
PB_STYLE_IMG | PB_STYLE_TEXT, ClrBlack, ClrBlack, 0,
ClrYellow, g_psFontCm20, "+", g_pui8Blue50x50,
g_pui8Blue50x50Press, 0, 0, OnNext);