Drawing select
If you not use the ui_draw_all();
function. To draw the select, you can call the following function.
ui_select_draw (control);
Return: N / A
Argument control is the handle of ui_select_create (...);
function you want to draw.
ui_select_draw (selectCountry);
Drawing selectCountry select that has been described.
☀ TIPS |
---|
Make sure you draw a select in Draw End or Draw GUI End to avoid items overlap with controls that are in it. |
Examples of the results: |
---|
![]() |