ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

Display only text #163

Closed nawazawanswl closed 3 years ago

nawazawanswl commented 3 years ago

how can i change " display only text " in runtime ?

nawazawanswl commented 3 years ago

i implemented the following code is the following way correct ?

                                      m_RateLBL->pElem->pStrBuf = "123";
                  gslc_ElemSetRedraw(&m_gui, m_RateLBL,gslc_teRedrawType(1));
Pconti31 commented 3 years ago

@nawazawanswl I would suggest reading the faq. In particular, "Can you change a Text String at runtime?" FAQ

I'm sorry, but I'm unable to provide much more support at the moment.

Paul--

Pconti31 commented 3 years ago

Answered in GUIslice API issue #362