Besides the "g_ToPage" (switch page), "g_Login" (Login) and "g_Logout" (Logout) button as mentioned previously, there are also the "g_B_Inp" (Boolean input), "g_WD_Inp, g_N_Inp” (integer input), “g_F_Inp" (real input), g_M_Inp (message input) and numerical input buttons. By the name, you may know that it’s used for Boolean, integer, real or message input. In addition to displaying these buttons as texts or graphics, they can also be displayed as a value on the button. The integer and real input button may set up the limitation of a maximum and minimum value. If users input a value beyond the limitation, it will pop-up a warning window to tell you the value is incorrect and then try it again. |