Search found 26 matches

by wxNewbi
Fri Feb 18, 2005 12:02 pm
Forum: C++ Development
Topic: KNowing if a file changes
Replies: 6
Views: 2288

Thanks mjs

that was exactly what I needed.
by wxNewbi
Fri Feb 18, 2005 10:03 am
Forum: C++ Development
Topic: KNowing if a file changes
Replies: 6
Views: 2288

KNowing if a file changes

does anyone know of a way I can tell if a file I have opened in my GUI has been changed by another progam?

thanks
by wxNewbi
Thu Jan 27, 2005 9:56 am
Forum: C++ Development
Topic: changing the keyCode in a wxKeyEvent
Replies: 2
Views: 1760

Thanks thierry but I have tried that and the problem is that when the user insert a character in any other position from the end, it will always be placed at the end. I am thinking of using a validator but I am not sure how it works. I was wondering if for a textctrl for instance, when a key is pres...
by wxNewbi
Wed Jan 26, 2005 11:14 am
Forum: C++ Development
Topic: changing the keyCode in a wxKeyEvent
Replies: 2
Views: 1760

changing the keyCode in a wxKeyEvent

Hello guy, I am trying to change the value of m_KeyCode in a received wxKeyEvent and then post the same event back to my window. The reason I am doing this is so that my derived TextCtrl will only display Upper case letter even if the user doesn't have the caps lock on. This is how I have implemente...
by wxNewbi
Tue Jan 18, 2005 9:49 am
Forum: General Development
Topic: any one used Crypto++
Replies: 1
Views: 1192

any one used Crypto++

I would really appreciate some example code as the manul is just a list of class and headers (an oxdgyen ouput). Thanks
by wxNewbi
Mon Jan 17, 2005 11:48 am
Forum: General Development
Topic: a word on encryption
Replies: 1
Views: 1316

a word on encryption

Hello I am writing an App that will encrypt some text using RSA public/private key encryption. I am thinking of using Cypto++ or libToncrypt. My problem is that decryption will take place on an embedded system which uses a different implementation of the RSA algorithm. So I was wondering, since the ...
by wxNewbi
Tue Jan 11, 2005 10:32 pm
Forum: C++ Development
Topic: wxFonts
Replies: 2
Views: 1048

wxFonts

Hello I was wondering how you convert a font point size to pixels.
thanks
by wxNewbi
Mon Jan 10, 2005 11:57 am
Forum: C++ Development
Topic: [wxMSW 2.4.2] How to derive correctly from wxPanel
Replies: 3
Views: 1448

What error are you getting or have you got a code snippet. this could make it easier to understand the problem :D
by wxNewbi
Mon Jan 10, 2005 10:21 am
Forum: C++ Development
Topic: knowing if a line is visible
Replies: 1
Views: 784

knowing if a line is visible

How can I tell if a line (say line 20) is visible in th client area of a wxTextCtrl.

thanks you
by wxNewbi
Thu Jan 06, 2005 10:06 am
Forum: Compiler / Linking / IDE Related
Topic: Complilatiopn problems
Replies: 3
Views: 2000

Yes I have and that gives exactly the same output. I really can tell why.
by wxNewbi
Thu Jan 06, 2005 12:23 am
Forum: Compiler / Linking / IDE Related
Topic: Complilatiopn problems
Replies: 3
Views: 2000

Complilatiopn problems

Hello guys, I have compiled built and installed 3 version of the wx 2.5.3 gtk library for linux. two unicode library ( one debug and one without) and one standard GTK2 library with no unicode and no debug. when I try to complie my program, I get the following errors, when it is being Linked to the w...
by wxNewbi
Wed Jan 05, 2005 4:31 pm
Forum: C++ Development
Topic: A simple Text Editor
Replies: 7
Views: 3076

Thanks leio, I am having problems with unicode on wxGTK. I am using the latest Gtk2 (2.6 last time I built the source). I am trying to display the line number in my status bar, but for some reason after converting the line and column number to strings from the wxTextCtrl::PositionToXY function, I ca...
by wxNewbi
Wed Jan 05, 2005 2:24 pm
Forum: C++ Development
Topic: wxTextCtrl and Undos
Replies: 4
Views: 1892

Thanks a lot guys, I am sorry I was not specific. I am using wxGTK and I hope wxTE_RICH does the same thing in wxGTK.

thanks again
by wxNewbi
Tue Jan 04, 2005 2:19 pm
Forum: C++ Development
Topic: wxTextCtrl and Undos
Replies: 4
Views: 1892

wxTextCtrl and Undos

Hello I am trying to use the UNDO facility of the wxTextCtrl but I can't get it to work, when I delete something from the text in the window and press control z it doesn't undo what I did. Thi s is the same thing that happens when I typing text into the window. I can copy and paste but not undo. the...
by wxNewbi
Mon Jan 03, 2005 1:12 am
Forum: C++ Development
Topic: A simple Text Editor
Replies: 7
Views: 3076

I have another problem. I am trying to use the UNDO facility of the wxTextCtrl but I can't get it to work, when I delete something from the text in the window and press control z it doesn't undo what I did. Thi s is the same thing that happens when I typing text into the window. I can copy and paste...