RedcrowProd
Member
|
tutorial issue - GUI - combobox
hey just to report this, the tutorial 05 - GUI 06 - combobox is not working anymore because of the static array.
how to fix this ?
thanks
|
|
01-01-2019 01:46 AM |
|
Esenthel
Administrator
|
RE: tutorial issue - GUI - combobox
Thank you for letting me know!
static CChar *elm[]= // combobox elements (must be in constant memory address)
->
static cchar8 *elm[]= // combobox elements (must be in constant memory address)
|
|
01-01-2019 04:19 AM |
|
RedcrowProd
Member
|
RE: tutorial issue - GUI - combobox
Okay sweet thanks. Makes sens
|
|
01-01-2019 05:32 AM |
|