how i can use wxStyledTextCtrl

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
iozk
Experienced Solver
Experienced Solver
Posts: 50
Joined: Fri Aug 07, 2009 2:22 pm

how i can use wxStyledTextCtrl

Post by iozk »

hi i am making my program but i dont know if i have to install and build other file for example scintilla or what? because when i create one instance for styledtext gives me errors or who i do? the instance that i do is like one wxTextCtrl is the same way for wxstyledtextctrl?
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

when i create one instance for styledtext gives me errors
If you get errors, please post them
the instance that i do is like one wxTextCtrl is the same way for wxstyledtextctrl?
I guess the wxStyledTextCtrl docs would help you determine that (included along the source code IIRC)

Also, did you check contrib/samples/stc ?
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply