Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by cwmoser on March 11, 2023, 09:27:35 pm »
My Help -> About -> Information:

Name                   : Code::Blocks
Version                : svn-r13231
SDK Version            : 2.24.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 5.15.0-67-generic x86_64
Scaling factor         : 1.000000
Detected scaling factor: 1.000000
Display PPI            : 96x96
Display count          : 2
Display 0              : XY=[0,0]; Size=[1920,1080]; Primary
Display 1              : XY=[1920,0]; Size=[1920,1080];

wxWidgets Library (wxGTK port)
Version 3.2.2 (Unicode: wchar_t, debug level: 1),
compiled at Feb 14 2023 10:37:24

Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.33.
52
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by BlueHazzard on March 11, 2023, 09:19:07 pm »
I just tried it again after a reboot of linux, and everything works fine... verry strange...
Can you post the content of the dialog when you go in codeblocks menu bar:
help->About->Information
my content is:
Code
Name                   : Code::Blocks
Version                : svn-r0
SDK Version            : 2.24.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 5.19.0-35-generic x86_64
Desktop environment    : GNOME
Scaling factor         : 1.000000
Detected scaling factor: 1.000000
Display PPI            : 96x96
Display count          : 1
Display 0              : XY=[0,0]; Size=[1920,975]; Primary


wxWidgets Library (wxGTK port)
Version 3.2.2 (Unicode: wchar_t, debug level: 1),
compiled at Mar 10 2023 21:13:24


Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.33.
53
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by cwmoser on March 11, 2023, 01:17:00 am »
I did not notice anything abnormal with the widgets toolbar other than they were very hard to see.
The upper toolbar would get partly obscured and I had to Fit or Optimize the toolbar.
54
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by BlueHazzard on March 11, 2023, 12:32:08 am »
Also with the toolbar?
55
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by cwmoser on March 11, 2023, 12:17:06 am »
Thanks BlueHazzard.
I also downloaded the latest source code for CodeBlocks and wxWidgets and compiled it and installed it on my PC.
Same problems.

I appreciate your help.

56
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by BlueHazzard on March 10, 2023, 09:06:31 pm »
Thank you for the video, it helps a lot.
I have tried wxSmith on ubuntu with the version from my previous post and it works a lot better than your installation, but still has some problems...
At least the property works with the new version.

There are multiple issues with wxSmith i found by 1min testing:
1) Some times it blacks out completely. This is fixed by closing the and reopening the editor (not whole codeblocks, just the wxSmith editor)
2) The control toolbar at the bottom, where you select the controls has not enough space on my screen to show all controls, so we need some fix for this (scrollbar, or two rows)

Well we need some time to debug and fix this.

In your position i would try the version i mentioned in the upper post. It is easy to install if you follow the directions.

Thank you again for the reporting and detailed description!
57
I downloaded the source as suggested and installed that version of CodeBlocks.
The version now:
svn 13231
Build:  Mar 10 2023, 13:53:17 - wxWidgets 3.2.2.1 - gcc 11.3.0 (Linux, unicode) - 64bit

BUT, within the IDE the screen components are acting as screwy as before.

Everything else on my version of Ubuntu Mate 22.04 functions just fine.

Something is amiss in CodeBlocks.
58
Using Code::Blocks / Re: Back-quote in compile and link options
« Last post by Commaster on March 10, 2023, 08:46:19 pm »
Make sure you are actually using backquotes `, not similar things like ' or ʼ
59
Using Code::Blocks / Re: Back-quote in compile and link options
« Last post by BlueHazzard on March 10, 2023, 08:42:44 pm »
"They do not work", " I have to run the command separately and copy the output into the option dialog" are not really helpfull error messages, or logs... Also we do not know what this commands are, where you want to put them and what you have tried. All in all quite difficult to help you...

To start, can you post the commands you want to execute, and where you want to execute them? Then can you tell us what does not work and if you get an error message?
If this is build related, can you post a build log? Please follow the directions here: https://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
60
Help / Re: New to CB ... getting a lot of IDE screen screw ups ...
« Last post by cwmoser on March 10, 2023, 01:06:00 pm »
Here is a Screen Recording demonstration this screen corruption in the IDE:

https://www.youtube.com/watch?v=aTPA1602rfQ
Pages: 1 2 3 4 5 [6] 7 8 9 10