Linux_64 Scroll group errors

Discuss GUI programming with the RapaGUI plugin here
Post Reply
NathanH
Posts: 128
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

Linux_64 Scroll group errors

Post by NathanH »

Hi,

I'm using Ubuntu 24.04 with gtk2/3 installed. I'm trying to use a scrollgroup but when the window opens its just a few pixel square and when I enlarge it I get error"(Interpreter:1067412): Gtk-CRITICAL **: 09:21:50.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar". Here is the xml:

Code: Select all

<?xml version="1.0" encoding="ISO-8859-1"?>
<application id="app">
	<window title="Test" id="wi_main" remember="0" open="1">
		<vgroup>
			<scrollgroup>
				<button/>
			</scrollgroup>
		</vgroup>
	</window>
</application>
and the code:

Code: Select all

@REQUIRE "rapagui"

moai.CreateApp(FileToString("Test.xml"))

Repeat
   WaitEvent
Forever
Bug, feature, or help? Thanks.

NathanH
User avatar
airsoftsoftwair
Posts: 5830
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Linux_64 Scroll group errors

Post by airsoftsoftwair »

Looks like a bug but scrollgroups are very very experimental on non-Amiga systems so I'd tried to avoid them. I've seen lots of issues with them and most of them are related to wxWidgets or OS limitations so the chance that this is getting fixed is rather slim I'm afraid.
Post Reply