Search found 7 matches

by Kuno
Tue Mar 10, 2009 9:28 pm
Forum: C++ Development
Topic: STC
Replies: 1
Views: 782

STC

I am using wxStyledTextCtrl to do a Code Editor, and I need to add breakpoints in some lines. I want to put a little circle in each line that I select (click on the lines), just next to the line numbers. I can't do it. Can you help me?
by Kuno
Wed Mar 04, 2009 9:53 pm
Forum: C++ Development
Topic: Button Shape
Replies: 6
Views: 3300

I do something...

Well, I try to do the last suggestions but, if I create a button without wxBU_AUTODRAW or with wxNO_BORDER, the button doesn't answer to events, I only see a Bitmap like a wxBitmap. I am reading about wxSkin but I don't know if it can help me to do a round button...
by Kuno
Mon Mar 02, 2009 9:13 pm
Forum: C++ Development
Topic: Button Shape
Replies: 6
Views: 3300

Button Shape

I need to use a round button in a frame, but I don't know how do it. I have the buttons in the frame and I like to change that square buttons by round buttons
by Kuno
Wed Jan 28, 2009 6:49 pm
Forum: C++ Development
Topic: wxSocket...
Replies: 3
Views: 735

I can't use wxSocketClient as parameter, because this is private " DECLARE_NO_COPY_CLASS(wxSocketClient)" in socket.h. Actually, I need call to a function to creates the socket and return some parameter to identify the socket, with this parameter I have to read, write and close the socket.
by Kuno
Wed Jan 28, 2009 4:16 pm
Forum: C++ Development
Topic: wxSocket...
Replies: 3
Views: 735

wxSocket...

I am opening a socket in wxWidgets with wxSocketClient , but I need to obtain an identification number or a structure of this socket, with that I could read, write or close the socket(Similar to a handle of a file in C or something like that, but in wxWidgets and with a socket). Is this possible? How?
by Kuno
Thu Jan 22, 2009 12:58 pm
Forum: C++ Development
Topic: Serial Port in wxWidgets
Replies: 3
Views: 2285

About information

Please, someone can give me a link about wxCTB... I could't find a specific information about it...I'm using wxWidgets and wxDev-C++. I read about wxCTB and this is only support for Python.what can I do?

Thanks
by Kuno
Wed Jan 21, 2009 9:17 pm
Forum: C++ Development
Topic: Serial Port in wxWidgets
Replies: 3
Views: 2285

Serial Port in wxWidgets

Hi, I am new in wxWidgets. I need use the computer's serial port with wxWidgets(Windows). Can I use a specific class to do it?.(wxSerialPort or somthing like that)... thanks