RSS/Atom feed Twitter
Site is read-only, email is disabled

combo boxes in osx

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

combo boxes in osx sean@startide.org 10 Jan 17:14
  combo boxes in osx Sven Neumann 10 Jan 20:52
combo boxes in osx Ek kian 11 Jan 07:41
  combo boxes in osx Sven Neumann 13 Jan 20:22
combo boxes in osx sean 13 Jan 13:52
combo boxes in osx sean 13 Jan 16:37
sean@startide.org
2011-01-10 17:14:24 UTC (almost 14 years ago)

combo boxes in osx

Hi

I've just got gimp to compile from git on OSX, I've just noticed that the combo boxes popup is displaying behind the dialogue panel so they are hidden.
Thats every combo box.

It can be seen if docked in the toolbox then squeezed to the edge. When you hit the combo box the options popup is visible at the side behind the toolbox dialogue.

Does anyone else have this problem on OSX or is it just my ruff compile setup?

Thanks
Sean

Sven Neumann
2011-01-10 20:52:18 UTC (almost 14 years ago)

combo boxes in osx

On Mon, 2011-01-10 at 17:14 +0000, sean@startide.org wrote:

Hi

I've just got gimp to compile from git on OSX, I've just noticed that the combo boxes popup is displaying behind the dialogue panel so they are hidden.
Thats every combo box.

Are you running GTK+ on X11 or did you compile GTK+ with the Quartz backend?

Sven

Ek kian
2011-01-11 07:41:39 UTC (almost 14 years ago)

combo boxes in osx

i also experience this on OSX 10.6.2, i use GIMP 2.6.8 compiled with GTK-OSX (http://gtk-osx.sourceforge.net/).

but for GIMP from http://gimp.lisanet.de, it working ok and i think it using X11.

i prefer using GIMP with GTK-OSX because it using Global Menu and using OSX Native UI.Regards,

Regards,
ek kian

sean
2011-01-13 13:52:17 UTC (almost 14 years ago)

combo boxes in osx

Thanks Sven and Ek

I wasn't sure; I've been trying to use macports libraries as much as possible.

So I've uninstalled all of the older gtks and x11s installed XQuartz 2.6.0 (xorg-server 1.9.3)
then gtk2
/opt/local/bin/pkg-config --modversion gtk+-2.0 says 2.22.1

The problem persists, but I've noticed its not all combo boxes only those within dockable dialogues.The file type dropdown, pixel size and all of the combo boxes in the preferences panes work fine.

I then set dyld to print libraries and found that then combo boxes within gtk-demo and pygtk-demo work fine (all started from the X11 xterm) and use

dyld: loaded: /opt/local/lib/libgtk-x11-2.0.0.dylib dyld: loaded: /opt/local/lib/libgdk-x11-2.0.0.dylib

as does my compiled gimp....

I'll try to delve into the differences between the combos that work and those that don't

All sugestions welcome!

Thanks Sean

On 10/01/2011 8:52PM, Sven Neumann wrote:

On Mon, 2011-01-10 at 17:14 +0000, sean@startide.org wrote:

Hi

I've just got gimp to compile from git on OSX, I've just noticed that the combo boxes popup is displaying behind the dialogue panel so they are hidden.
Thats every combo box.

Are you running GTK+ on X11 or did you compile GTK+ with the Quartz backend?

Sven

sean
2011-01-13 16:37:46 UTC (almost 14 years ago)

combo boxes in osx

The tooltips are also displaying in the background,behind the dialogues.

Sean

Sven Neumann
2011-01-13 20:22:27 UTC (almost 14 years ago)

combo boxes in osx

On Tue, 2011-01-11 at 14:41 +0700, Ek kian wrote:

i also experience this on OSX 10.6.2, i use GIMP 2.6.8 compiled with GTK-OSX (http://gtk-osx.sourceforge.net/).

but for GIMP from http://gimp.lisanet.de, it working ok and i think it using X11.

i prefer using GIMP with GTK-OSX because it using Global Menu and using OSX Native UI.Regards,

You can compile a more recent version of GIMP and GTK+ on Quartz using Macports. Just make sure you compile the "+no_x11+quartz" variant of GIMP and all the libraries.

Sven