Code::Blocks Forums

User forums => Help => Topic started by: Neph on July 22, 2016, 02:47:49 pm

Title: [SOLVED] Menu bars not refreshing
Post by: Neph on July 22, 2016, 02:47:49 pm
Hi everyone.

I just installed Ubuntu 16.04 on a virtual machine (virtual box)

I installed code blocks and i started coding but sometimes, the visual interface is bugging and some toolbars don't show up.

Example:
(https://s3-eu-west-1.amazonaws.com/sdz-upload/prod/upload/normal12.png)

In this example, it's the file selection toolbar that doesn't work. It is there, but not refreshing.

Sometimes, it's the button toolbar (run, run&build, build, etc) that doesn't work, but sometimes it's the project arborescence tree on the left that disappear. And sometimes, all of them at the same time.

I'll add that this is not a problem of disactivated toolbars, they just disappear as if they crashed and stopped working. Usually, the toolbars are here but when i do some certain kind of actions (open a context menu for example) then some toolbars stop responding.

I don't know if it's a Codeblocks problem, or linux, or the virtual machine software, but it's quite annoying to program with half the interface missing :(

If you have any ideas or questions, please tell/ask me ;)


Thanks by advance
See ya!
Title: Re: Menu bars not refreshing
Post by: MortenMacFly on July 24, 2016, 01:52:10 pm
I installed code blocks and i started coding but sometimes, the visual interface is bugging and some toolbars don't show up.
You are using a 3 years old code::blocks on recent ubuntu. This will fail. Please try a more recent build or build it yourself. We couldn't know 3 years back how Ubuntu a will change... ;-)
Title: Re: Menu bars not refreshing
Post by: BlueHazzard on July 24, 2016, 02:29:34 pm
I just installed Ubuntu 16.04 on a virtual machine (virtual box)
i don't think so, look at the title of your app: It says "Codeblocks 13.12" ;)
Title: Re: Menu bars not refreshing
Post by: Jenna on July 24, 2016, 09:26:08 pm
I just installed Ubuntu 16.04 on a virtual machine (virtual box)
i don't think so, look at the title of your app: It says "Codeblocks 13.12" ;)
Ubuntu ≠ Code::Blocks
Title: Re: Menu bars not refreshing
Post by: BlueHazzard on July 24, 2016, 09:51:30 pm
I just installed Ubuntu 16.04 on a virtual machine (virtual box)
i don't think so, look at the title of your app: It says "Codeblocks 13.12" ;)
Ubuntu ≠ Code::Blocks
my bad...
Title: Re: Menu bars not refreshing
Post by: Neph on July 25, 2016, 07:49:58 am
Aw I didn't see i was installing the wrong version.

I went for the good old:

Code
sudo apt-get install codeblocks

It worked so i didn't really look at what it installed.
I'm gonna fix that and let you know about it.


Thx
Title: Re: Menu bars not refreshing
Post by: Neph on July 25, 2016, 05:35:08 pm
I had to install it with the PPA and it worked.
Thx guys