News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 15 september 2006 build will NOT be out.

Started by killerbot, September 15, 2006, 08:33:43 PM

Previous topic - Next topic

killerbot


Kreso

I know this question has been asked a million times, so please don't hit me :P

when do you expect RC3 to be released? just make an educated guess  8)

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Kreso

phew :) well, keep it up guys, it's certainly a worthy project!

could you update the "expected release" in the wiki. june's long gone :D


Pecan

This wizard dlg needs to be resizable so that those of us with higher dpi can stretch it to the right to get at the fileSearch button.



Kreso

ahh, windows xp and it's beautiful dpi handling :) switch to linux :P

Encryptor

#6
I switched to Linux... the libcairo bug is annoying at best [good thing there is a workaround available] :( oh well, at least the fonts are ok :D

Game_Ender

I have only noticed the libcairo bug when using CodeCompletetion, are running with it on?

Encryptor

Yes, but I installed a libcairo version (with the offending line commented out) which fixes that, sort of.

sque

This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.
Tell me a bug and I 'll tell you two  :twisted:

Pecan

Quote from: sque on September 17, 2006, 02:46:59 AM
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.

Thanks

Game_Ender

Quote from: Encryptor on September 16, 2006, 11:34:34 PM
Yes, but I installed a libcairo version (with the offending line commented out) which fixes that, sort of.

This seems to be CodeCompletetion related (sorry Mandrav) not a libcairo bug.  This would be why turning on/off hyperthreading or having a dual core CPU would cause problems.  Bugs in multithreaded code prop up more when you can actually have threads running at the same time.  I still think we need a little more work to pin it down.  Put back the original library, disable and/or delete the CodeCompletetion pluggin and see if you still get the crash.

David Perfors

Quote from: Pecan on September 17, 2006, 03:24:40 AM
Quote from: sque on September 17, 2006, 02:46:59 AM
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.
Strange, because I don't have any problems with that dialog. And I have disabled the 1st page :roll: (on 2 diffrent machines)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Pecan

#13
Quote from: mispunt on September 17, 2006, 07:53:47 AM
Quote from: Pecan on September 17, 2006, 03:24:40 AM
Quote from: sque on September 17, 2006, 02:46:59 AM
This bug exists on linux too, and I dont think it is related with dpi. It appears only if you disable the 1st introduction form of the wizzard, the next time you ll try to add a file it will be wrongly resized. It is like the 1st page of the wizzard defines the width/height of the window.

You are so right. That's exactly what happend.

I now remember that I clicked the  "dont show this intro page again", yet I had seen the "choice" button once before.
Strange, because I don't have any problems with that dialog. And I have disabled the 1st page :roll: (on 2 diffrent machines)

Yes, this is the problem on my WinXp system.
I deleted the default.conf. The wizard welcome page showed.
And.. the full third wizard page showed the file selector button.



I then checked "dont show this page next time" on the welcome page.

Sure enough, the error occured.



I then restored my ordinary conf file and changed bool=1 to bool=0.

<hfileintro>
<SKIP bool="0" />
</hfileintro>



The problem went away, I could see the file selector button, but I have to live with the wizard welcome page.


sque

I can confirm it at 2 different PCs with ubuntu 6.06. One with wide resolution and one with 4/3 resolution, with no special setup on xserver and using gnome. And it happens only at the headers dialog.

So who will file the bug? or else it will be forgotten here.
Tell me a bug and I 'll tell you two  :twisted: