Re: How can I tell which window manager my app is running under?

2008-04-19 Thread Justin Clift
r having a domestic blindness moment or something. Heh. ;-> Regards and best wishes, Justin Clift -- Salasaga - Open Source eLearning IDE http://www.salasaga.org ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.o

How can I tell which window manager my app is running under?

2008-04-19 Thread Justin Clift
that works for metacity (writing to it's registry), however each different window manager requires a different approach. So, I'm looking for a way to tell which approach to use. Regards and best wishes, Justin Clift -- Salasaga - Open Source eLearning IDE htt

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
ried this, and yep, it works perfectly. Screen captures of open menu's now available. Cool! Thanks for your patience and assistance guys. :) Regards and best wishes, Justin Clift > Yeti > > > -- > Whatever. > ___ > gtk-a

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Nečas (Yeti) wrote: > On Wed, Feb 21, 2007 at 08:41:10AM +1100, Justin Clift wrote: >> Though, the more I think about this, I'm kind of surprised there isn't >> some kind of gtk-wide configurable exception list of

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tristan Van Berkom wrote: > On Wed, 2007-02-21 at 08:27 +1100, Justin Clift wrote: > [...] >> Unsure if it gives keyboard events for the whole window system or not, >> but I'll play with it and find out! > > Heh no it wo

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
P_Divide when you need to get rid > of the grab. Cool, interesting info. If the keyboard snooper idea doesn't work, I'll give that a shot. :) Thanks Yeti! Regards and best wishes, Justin Clift > Yeti - -- The Flame Project - Open Source GUI for animated SVG & Flash

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
do a screenshot in 3 seconds. (Maybe > ctrl+PrintScreen could be "delayed capture".) > 2. Pop up the menu. > 3. Wait. > 4. App takes screenshot. Understood. As mentioned, that's a really non-optimal solution, so I'll only fall back to that as a last resort. :( Reg

Re: How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
trap a key when a popup menu is active - is there any reason > why using a keyboard snooper[1] wouldnt work ? Thanks Tristan, hadn't seen that before. :) Unsure if it gives keyboard events for the whole window system or not, but I'll play with it and find out! Cool. Regards and

How to capture keystrokes when GTK menu is open?

2007-02-20 Thread Justin Clift
g is really just a hugely non-optimal solution and won't make for good work flow. :( So, recommendations on what to do from here? Is there a way to tell GTK to feed keystrokes onwards when a menu is open? All other suggestions welcome of course. :) Regards and best wishes, Justin Cl

Re: Can't seem to get rid of the console window (Windows port)

2006-06-11 Thread Justin Clift
g the > exetype.pl program found at > http://www.devdaily.com/scw/perl/perl-5.8.5/win32/bin/exetype.pl.shtml Hey, good work. That's an interesting way of doing things. Haven't tried it, but did bookmark it for potentially-useful-later. :) Regards and best wishes, Justin Clift

Re: Can't seem to get rid of the console window (Windows port)

2006-06-11 Thread Justin Clift
decently, it should make a positive difference to making excellent Gnome/GTK application help systems, training, and tonnes of other stuff. Still got a ways to go however... Regards and best wishes, Justin Clift - -- The Flame Project - Open Source GUI for animated SVG & Flash http://www.fl

Re: Can't seem to get rid of the console window (Windows port)

2006-06-11 Thread Justin Clift
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tor Lillqvist wrote: > Justin Clift writes: > > Seen lots of posts recommending using the "-mwindows" flag, > > Yes, that definitely is what you should do... > > > Invoking: GCC C Linker > > gcc -Lc:/MinGW

Can't seem to get rid of the console window (Windows port)

2006-06-11 Thread Justin Clift
n I run flame-edit.exe, voila a blank default-sized GTK window pops up, as does a DOS box (AAARGGH!). Suggestions? Regards and best wishes, Justin Clift - -- The Flame Project - Open Source GUI for animated SVG & Flash http://www.flameproject.org -BEGIN PGP SIGNATURE--

Re: List of functions available against gtk/glib version(s)?

2006-04-18 Thread Justin Clift
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fernando Apesteguía wrote: > Look in your gtk headers to know what is available and what is not. > At least I do this. Yeah. I was hoping for something a bit more efficient. :) Regards and best wishes, Justin Clift > Best regards! -

List of functions available against gtk/glib version(s)?

2006-04-18 Thread Justin Clift
ib/GTK? It would be really helpful. :) Regards and best wishes, Justin Clift -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFERNZ1FAuZn5lS2IMRAvT5AJ9ZMVejbcMx0CyHSg1DPtK8uvFqaQCgwoPK qoK8WeX1EEsdZdQHpql+rDw

Re: Rebooting the System

2006-04-13 Thread Justin Clift
Liam R E Quin wrote: On Thu, 2006-04-13 at 15:59 +1000, Justin Clift wrote: Liam R E Quin wrote: Root password should not be prompted for in a gtk-engine-themed window, of course... Out of curiosity, why is this bad? A gtk+ theme engine is a piece of executable code (usually in C) that

Re: Rebooting the System

2006-04-12 Thread Justin Clift
commands I was interested in - (Gentoo package installation btw)). ? Regards and best wishes, Justin Clift ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: runtime error

2006-03-28 Thread Justin Clift
prabhakar kushwaha wrote: hi can you explain reason for this run time error file.gtkpixmap.c:line 97 (gtk_pixmap_new) ' val ' !=NULL failed Are you using gtk_pixmap_new() directly in your code, or is it being called internally by something from your code? Regards and best wishe

Re: Hide focus border

2006-03-17 Thread Justin Clift
r (NULL in code above), might be giving you a problem? Regards and best wishes, Justin Clift Thanks, Hannes ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GtkTreeView - Selecting the first row

2006-02-24 Thread Justin Clift
r: path = gtk_tree_path_new_from_string("0"); in your above code. :) Regards and best wishes, Justin Clift The documentation says set_cursor is often followed by a gtk_widget_grab_focus(), but I can't see any effect if I call it or not. Hannes

Getting path assertion error with gtk_file_chooser_button_new()

2006-02-04 Thread Justin Clift
le_chooser_set_current_folder() straight after, but that doesn't help as this error has already occured at this stage. Any ideas/pointers as to what I'm doing wrong? Regards and best wishes, Justin Clift ___ gtk-app-devel-list mailing list

Re: Fade between two images (dissolve)

2006-01-16 Thread Justin Clift
ike (haven't looked at it yet), but it's the first thing that comes to mind for this kind of thing. Or perhaps some kind of GTK application that does slide shows? As Andy suggested, is using the ImageMagick command itself acceptable, then doing some kind of buffer flipping onto screen?