Search found 358 matches

by buildere
Sat Sep 04, 2010 2:12 am
Forum: wxDev-C++
Topic: when wxform size is bigger than your screen resolution....
Replies: 9
Views: 3729

Just for the record, we have actually tried many times to fix this problem, and while it may seem a simple thing, the fact of the matter is that the delphi component we are using for the designer stuff just didn't work when we added the scrollbars. The best solution we could come up with was the flo...
by buildere
Sat May 29, 2010 3:19 am
Forum: wxDev-C++
Topic: Getting an empty window in the wxform tab?
Replies: 6
Views: 3514

Hehe, I don't know why I said that nobody had tried to update the forms automatically... obviously that's what the migration wizard is doing. I was thinking about the wizard not being updated to new changes in the .wxform format since some time ago, which at some point we discussed about improving, ...
by buildere
Sat May 29, 2010 1:56 am
Forum: wxDev-C++
Topic: Getting an empty window in the wxform tab?
Replies: 6
Views: 3514

About your second question, I think other people have reported the same problem, and the workaround was to open the project from the IDE open dialog box (as opposed to double clicking on the project file in Explorer, which I assume is what you're doing). I though I had fixed this problem, but it app...
by buildere
Sun Apr 11, 2010 12:39 am
Forum: wxDev-C++
Topic: Hardycreations
Replies: 13
Views: 7432

Yes, I think a warning is the least we can do. I'll see if the other contributors agree.

I will not put a link to "his" site however.
by buildere
Sat Apr 10, 2010 6:47 pm
Forum: wxDev-C++
Topic: Hardycreations
Replies: 13
Views: 7432

He is a "great" software developer. He claims to be the programmer of a lot of GPL software and copied also a lot of websites (like my own :? ). As he says: I am not rich but I am rich in Spirit... Is it a spirit to copy programs and websites? 8) Edit: He seems to be well known: http://yo...
by buildere
Sat Apr 10, 2010 6:28 pm
Forum: wxDev-C++
Topic: Hardycreations
Replies: 13
Views: 7432

I think this is bound to happen to any opensource project at some point, at least the ones that could be sold to misinformed users (for example, I don't think wxWidgets could be abused this way that easy). It's just too tempting for these losers to repackage something and hope someone ignorant enoug...
by buildere
Sun Jan 24, 2010 4:44 pm
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105655

Actually, on your first point, there's no reason for us to deploy the examples folder inside Program Files. This ain't 1995 anymore, and these folders should go inside the user profile tree (since you create new files inside them when compiling). I'll recommend this to Tony, who is maintaining the i...
by buildere
Mon Jan 11, 2010 2:01 pm
Forum: wxDev-C++
Topic: bug with wxDev-c++ ?
Replies: 3
Views: 2336

It could happen if the IDE was not closed properly (ie. from a crash).
by buildere
Sun Jan 10, 2010 3:23 pm
Forum: wxDev-C++
Topic: Please update your bug reports
Replies: 3
Views: 3762

Would it make sense to email the offenders and give them a week to reply? After that week simply mark the bug as solved or closed. Mal I think the sourceforge CMS notifies people involved on any given bug track of any change. I don't remember if it was "Postponed" but one of the Resolutio...
by buildere
Thu Jan 07, 2010 12:07 am
Forum: wxDev-C++
Topic: bug with wxDev-c++ ?
Replies: 3
Views: 2336

I suggested this to other user, but I think it actually will work in your case: delete the file layout.ini before starting the IDE again, (you must enable hidden files and folders) from C:\Documents and Settings\yourname\Application Data\Dev-Cpp in XP or C:\Users\yourname\AppData\Roaming\Dev-Cpp in ...
by buildere
Tue Jan 05, 2010 2:05 pm
Forum: wxDev-C++
Topic: Some dialogs not shown properly on Windows XP
Replies: 22
Views: 8379

In my C:\Documents and Settings\Marco Stara\Application Data\ there is no folder called "Dev-Cpp". That's rather odd. There must be something wrong with your installation. Maybe removing it all along and installing again. Thanks anyway. I hope this will be fixed in the next version. Now w...
by buildere
Tue Jan 05, 2010 1:55 pm
Forum: wxDev-C++
Topic: Version 7.3.01 beta
Replies: 8
Views: 2746

Tony, I'm not sure if this is the cause, but I had a similar problem when attempting to update from within the IDE; when I tried while the IDE was not running (Tony0945: look in wxDev-Cpp's Program Files folder for updater.exe) it worked. I guess it fails trying to change the program executable if i...
by buildere
Tue Jan 05, 2010 12:57 am
Forum: wxDev-C++
Topic: Some dialogs not shown properly on Windows XP
Replies: 22
Views: 8379

Hum, I did some tests with what looks to be your current font size and indeed, it should be at least usable. Since I can't reproduce your problem all I can do until someone figures out the exact cause for this is to suggest you to remove your layout.ini file, that resides in C:\Documents and Setting...
by buildere
Mon Jan 04, 2010 4:32 pm
Forum: wxDev-C++
Topic: Some dialogs not shown properly on Windows XP
Replies: 22
Views: 8379

I think this has to do with your custom Font size settings (in Windows). wxDevCpp is not capable of scaling under these kind of changes. I'll see if I can improve this one of these days, but be aware that technically, we are not working much more on this software, in favor of a rewrite version (that...
by buildere
Sun Nov 08, 2009 1:57 am
Forum: wxDev-C++
Topic: wxNotebook crashes on fixed width
Replies: 5
Views: 2295

Ok, I have checked out your problem and I was wrong; it was not the same as the old bug we had (but it could be related). What I found is that the IDE was removing the wxNotebook instance declaration code. I guess we need to fix this (and the wxAuiNotebook), but in the mean time you can add the miss...