Author Topic: I can't clic on OK/Cancel !  (Read 4570 times)

damien.pelisse

  • Guest
I can't clic on OK/Cancel !
« on: July 24, 2006, 01:17:11 pm »
Hi there,

I'm a beginner with CodeBlocks. I've installed it on my Suse 9.3 with guru RPMs.
On many dialog box, i can't click on OK or Cancel buttons ! The only solution that remains is to
close the dialog box with alt+f4.
Note that i have wxWidgets 2.7, i don't if this problem can be linked with this...

Any ideas?

Thanks !!
 

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: I can't clic on OK/Cancel !
« Reply #1 on: July 24, 2006, 04:33:10 pm »
just try it out with the wx 2.6.x . No experience from our side yet with wx 2.7.0

damien.pelisse

  • Guest
Re: I can't clic on OK/Cancel !
« Reply #2 on: July 25, 2006, 09:47:30 am »
Ok...
It doesn't work with the 2.5.3 provided with Suse 9.3 and the guru Suse 9.3 package.

So I build wx 2.6.3 and rebuild the Codeblocks SRPM. Now it works !

Very strange... Now i can begin to play with CB ! It seems to be very nice !

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: I can't clic on OK/Cancel !
« Reply #3 on: July 25, 2006, 01:32:07 pm »
So I build wx 2.6.3 and rebuild the Codeblocks SRPM. Now it works !
Very strange...
BTW: This isn't strange at all. C::B only supports wxWidgets v2.6.x officially. If you are using a different version than this is "completely untested".
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: I can't clic on OK/Cancel !
« Reply #4 on: July 25, 2006, 02:48:26 pm »
So I build wx 2.6.3 and rebuild the Codeblocks SRPM. Now it works !
Very strange...
BTW: This isn't strange at all. C::B only supports wxWidgets v2.6.x officially. If you are using a different version than this is "completely untested".
With regards, Morten.

but it makes me scared for wx 2.7.x :-(

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: I can't clic on OK/Cancel !
« Reply #5 on: July 25, 2006, 03:09:32 pm »
but it makes me scared for wx 2.7.x :-(
Well... let's see. I have a own wxWidgets project running for which I'm using wxWidgets 2.7.0 trunk from time to time (for fun). Sometimes compilation is broken, sometimes there less errors sometimes there are more. wxWidgets 2.7.x isn't released yet so we'll see what's happening if development comes to a release stage I'd say... ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ