Search found 9 matches

by Will Pittenger
Tue Dec 06, 2011 11:26 pm
Forum: wxDev-C++
Topic: Toolbars won't paint while they are being dragged
Replies: 6
Views: 3623

Re: Toolbars won't paint while they are being dragged

I was told otherwise in the wxWidgets IRC channel on Freenode.
by Will Pittenger
Tue Dec 06, 2011 9:25 pm
Forum: wxDev-C++
Topic: Toolbars won't paint while they are being dragged
Replies: 6
Views: 3623

Re: Toolbars won't paint while they are being dragged

Well, I have given up on wxWidgets for the time being. And I never understood why something to develop wxWidgets is written in Delphi. #-o
by Will Pittenger
Sun Dec 04, 2011 10:14 pm
Forum: wxDev-C++
Topic: Differing versions of the project
Replies: 2
Views: 1898

Re: Differing versions of the project

The problem is that the different versions would be in different folders. i.e. Trunk versus 0.9. Each folder would have its own includes and source files. Those might change from file to file. I also don't manually edit makefiles. #-o
by Will Pittenger
Sun Dec 04, 2011 5:50 am
Forum: wxDev-C++
Topic: What are the differences between the various compilers
Replies: 1
Views: 1824

What are the differences between the various compilers

All I know is that wxDev-C++ 7.4.0.86 can use a variety of compilers. I don't know when you would use gcc/g++ as opposed to something else. Do wxWidgets projects require a specific compiler? Some notes there would help.
by Will Pittenger
Sun Dec 04, 2011 5:26 am
Forum: wxDev-C++
Topic: Differing versions of the project
Replies: 2
Views: 1898

Differing versions of the project

It would really help if wxDev-C++ could be told to use a different version of the project being built. Suppose I have trunk, 1.0, 1.1, 1.2, and 2.0 versions of the project. Each will have its own source code. Some might use different build options. While I could have separate project files for each,...
by Will Pittenger
Sun Dec 04, 2011 5:19 am
Forum: wxDev-C++
Topic: Preference dialogs need tooltips for options
Replies: 1
Views: 1621

Preference dialogs need tooltips for options

Example: Tools/Editor Options/General/Group Undo

What is that? It isn't clear. I am using build 7.4.0.86 on Windows Vista 64-bit SP2.
by Will Pittenger
Sun Dec 04, 2011 5:13 am
Forum: wxDev-C++
Topic: Toolbars won't paint while they are being dragged
Replies: 6
Views: 3623

Toolbars won't paint while they are being dragged

I just installed wxDev-C++ for the first time. I noticed the toolbars don't paint while being moved. That will confuse new users of the program into thinking the toolbar is being shrunk when they are attempting to move the toolbar to the right. This also has me thinking that my wxWidgets programs wo...
by Will Pittenger
Sun Jul 05, 2009 9:04 am
Forum: wxDev-C++
Topic: Dev-CPP keeps tossing my form data
Replies: 4
Views: 2481

wxWidgets 2.8.7
wxDev C++ 7.0 RC5 build 7.0.0.76

The control is labeled wxEdit in the component panel.
by Will Pittenger
Sun Jul 05, 2009 1:21 am
Forum: wxDev-C++
Topic: Dev-CPP keeps tossing my form data
Replies: 4
Views: 2481

Dev-CPP keeps tossing my form data

Except for function implementations, I keep getting reset to what I started with for that form. It appears to happen every time I restart the IDE. Between that and the severe lack of documentation for wxWidgets, I am debating looking elsewhere. Example on the documentation problem: What is the diffe...