Search found 90 matches

by Death Knight
Wed Oct 18, 2006 3:06 pm
Forum: C++ Development
Topic: Selecting values from 2 TextCtrl
Replies: 7
Views: 1454

Selecting values from 2 TextCtrl

Hi, I am needed to select text values from two TextCtrl... One is active text selectionm other is in active textctrl. text_ctrl1->SetSelection(start,end); text_ctrl2->SetSelection(start,end); code gives me only text_ctrl2 selected. When selecting other text_ctrl, first selected text_ctrl's selection...
by Death Knight
Tue Oct 10, 2006 1:27 pm
Forum: General Forum Issues
Topic: Solved Topic BUG
Replies: 2
Views: 2059

Thank you :)
by Death Knight
Tue Oct 10, 2006 1:06 pm
Forum: General Forum Issues
Topic: Solved Topic BUG
Replies: 2
Views: 2059

Solved Topic BUG

Hi, I mistakenly select my answer accepted.
I deleted my "accepted" message but topic looks with "solved" icon.

http://forums.wxwidgets.org/viewtopic.php?t=10433

I think creator of topic has to be change topic status solved to not solved...
by Death Knight
Tue Oct 10, 2006 1:02 pm
Forum: C++ Development
Topic: Triangle of wxSizeEvent, wxYield, wxTextCtrl
Replies: 5
Views: 2285

I attached multiple text box to one slider...

Because scrollbars damages text box, schrolls disorts textboxs size and multiple schrolls for making one job is not logic I think..
by Death Knight
Tue Oct 10, 2006 12:55 pm
Forum: C++ Development
Topic: wxTextCtrl without schrollbars and Weird actions
Replies: 6
Views: 1177

Wrong wrapping bug occurs only in GTK because of a GTK bug

http://bugzilla.gnome.org/show_bug.cgi?id=131625
by Death Knight
Tue Oct 10, 2006 12:03 pm
Forum: C++ Development
Topic: Triangle of wxSizeEvent, wxYield, wxTextCtrl
Replies: 5
Views: 2285

Nope, I told this situation with wxSleep, but it doesn't listen me, it's sleeping here...

I don't think it handled with windowflags if it possible, how? :)
But for what a textbox with out scrollbars???
You will needed if you want control wxTextCtrl with wxSlider...
by Death Knight
Tue Oct 10, 2006 2:35 am
Forum: Announcements and Discoveries
Topic: DivFix++ AVI Fix/Repair and Preview tool
Replies: 0
Views: 918

DivFix++ AVI Fix/Repair and Preview tool

Hi, I coded some program months ago which name is DivFix++. It's AVI repair/fix program. You can use this program for "PREVIEW" your avi files currently donwloading from ed2k or bittorrent networks with your favorite mediaplayer... take look: http://divfixpp.sourceforge.net/dfx25lnx.png ht...
by Death Knight
Tue Oct 10, 2006 2:09 am
Forum: C++ Development
Topic: Triangle of wxSizeEvent, wxYield, wxTextCtrl
Replies: 5
Views: 2285

Triangle of wxSizeEvent, wxYield, wxTextCtrl

Hi, I am try to make a textctrl without scrollbars. I quite succesfull on that but I have problem... I needed to shrink a textctrl, but when I resize this, scrollbars appear on my textbbox... Than I decided, If I remove text from textbox, than there is no such scrollbar appears. After, I will try to...
by Death Knight
Thu Oct 05, 2006 11:36 pm
Forum: Platform Related Issues
Topic: GTK has defect with wxTE_CHARWRAP
Replies: 0
Views: 477

GTK has defect with wxTE_CHARWRAP

Hi, GTK Text widged , which uses Pango has a fault. http://bugzilla.gnome.org/show_bug.cgi?id=131625 this effects wxTE_CHARWRAP too. Is there a any one fix this by hand? (instead of using GTK_WRAP_CHAR)? I wonder that, what wxWidgeds would acts here. Keep using faulty GTK library? Or making a local ...
by Death Knight
Thu Oct 05, 2006 1:56 pm
Forum: C++ Development
Topic: Dynamic Event Problem...
Replies: 2
Views: 1004

Dynamic Event Problem...

Hi, I am trying to reconfigure TextCtrl events. I have successfully connect this event but I got segmentation fault when hex_ctrl->GetInsertionPoint() runs. I can made event jobs like event.GetKeyCode() without an error. But If I try to reac any object that has already created before, it gives error...
by Death Knight
Thu Oct 05, 2006 1:19 pm
Forum: C++ Development
Topic: TextCtrl CHAR event
Replies: 3
Views: 971

Thank you!
I am "Connected" ;)
by Death Knight
Thu Oct 05, 2006 9:17 am
Forum: C++ Development
Topic: TextCtrl CHAR event
Replies: 3
Views: 971

TextCtrl CHAR event

Hi,
I am have special problems with TextCtrl
My program uses 2 textctrl. And I want control keyboard inputs.

Using wxKeyboard Event gives me keyboard control but how can I know which textbox is active?

Thanks.
by Death Knight
Wed Oct 04, 2006 10:38 pm
Forum: C++ Development
Topic: wxTextCtrl without schrollbars and Weird actions
Replies: 6
Views: 1177

Using new line character corrupts copy / paste situations.
And there is also a problem that, HEX part text box require only HEX alphabet '0' to 'F'.
I think there is no control to check it too.

I think I have to use pure GTK program here. Thank you for advices...
by Death Knight
Wed Oct 04, 2006 8:25 pm
Forum: C++ Development
Topic: wxTextCtrl without schrollbars and Weird actions
Replies: 6
Views: 1177

Hi, Thanks for advices. I needed wxTE_MULTILINE because I am planing to make hex editor. To make a hex editor, I have to wrap characters at special size ( like 8 or 16 byte/char ) I am trying to do it but "......" and " " gives such error. Basically: I needed a multiline text box...
by Death Knight
Wed Oct 04, 2006 3:14 pm
Forum: C++ Development
Topic: wxTextCtrl without schrollbars and Weird actions
Replies: 6
Views: 1177

wxTextCtrl without schrollbars and Weird actions

Hi, I am trying to make a textctrl box, which has fixed number of char at every line. I handled it with fixed size chars but I have some problems... When I type ........................ then horizontal schroll appears and line keep incereasing... and when I type "AAAA..............." than ...