Issue with the "Hello World" minimum wxWidgets example in Ubuntu 23.10
Raphy <[email protected]>
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
Hi !
I copied the minimal "Hello World" example in the samples wxWidgets folder:
raphy@raohy:~$ cp -a wxWidgets/samples/minimal/ /home/raphy/minimal
Compiled it and built the executable, but executing the file does not show
the Menu Toolbar and the Menu Items:
[image: ksnip_20240109-142548.png]
To make the Menu Toolbar with its Menu Items appear and to able to use
them, I have to open a second Terminal and execute the same executable
within this second terminal:
[image: ksnip_20240109-143226.png]
At first I thought it could be an issue of my Ubuntu settings or of Ubuntu
23.10.
But, after deep analysis with Ubuntu experts :
https://askubuntu.com/questions/1499430/how-do-i-avoid-having-to-manually-source-profile-or-bashrc-to-get-ld-libr?noredirect=1
but now, I'm pretty that it's an issue related to the minimum "Hello World"
example:
I compiled and built the toolbook example found here:
https://github.com/gammasoft71/Examples_wxWidgets/tree/master/src/BookControls/Toolbook
copied the executable in the same folder where I previously copied the
"Hello World" example minimum app, and when I click the Toolbook example
executable it displays correctly, with all its Menu Items, while when I
click on the minimum executable, it doesn't show its Menu Toolbar and Menu
Items.
[image: ksnip_20240109-143528.png]
As said, the only way to o fully display and be able to use Menu Toolbar
and Menu Items of the minimum executable ("Hello World" example) I have to
execute it via command-line in a second terminal. And that's not fine
--
Please read https://www.wxwidgets.org/support/mlhowto.htm before posting.
---
You received this message because you are subscribed to the Google Groups "wx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/wx-users/f3bf9d7c-246f-4837-9901-666b9469a110n%40googlegroups.com.
ksnip_20240109-142548.png
(image/png, 62.7 KB) - not displayed
ksnip_20240109-143226.png
(image/png, 65 KB) - not displayed
ksnip_20240109-143528.png
(image/png, 35.1 KB) - not displayed