Re: Binding run-time data

2007-05-19 Thread Armin Burgmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Germán Diago wrote: > Hello. I'm using gtkmm to make a little program. > > The program has some entries and a button. > > When the button is clicked, I'd like to get the data inside the entries. > > So I'd like my on_button_clicked slot to be like t

Overriding vfuncs with disabled vfunc API

2007-05-27 Thread Armin Burgmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, is it possible somehow (without creating a new GObject on my own) to override vfuncs when implementing for example a custom Gtk::Container with disabled vfunc API (GLIBMM_ENABLE_VFUNCS not defined)? The documentation says the following: "

Re: Waiting for multiple windows

2007-08-30 Thread Armin Burgmeier
On Thu, 2007-08-30 at 22:25 +0100, Robert Pearce wrote: > On Wed, 29 Aug 2007 20:42:49 +0100 > Edd Dawson <[EMAIL PROTECTED]> wrote: > > > > Currently, when I close the main window, all the pop-ups dissappear because > > the > > event loop has finished. Is there any way to keep the initial call

Re: glibmm g_mkdir_with_parents() function/method

2007-09-05 Thread Armin Burgmeier
On Thu, 2007-08-30 at 13:21 -0400, José Alburquerque wrote: > Hi everyone. I'm not subscribed to the gtkmm-list but I do have sort of > a quick question on something I'm trying to accomplish which I hope any > of you can answer. Would your answers pleased be cc'd to me? Thanks. > > My questio

Re: Trying to compile gtk+ but no success cause glib

2007-10-07 Thread Armin Burgmeier
On Sun, 2007-10-07 at 10:05 +0600, asm asadujjaman wrote: > I am trying to actually compile glade3-3.4 so I need to compile loads > of other things including glib and gtk+. I have compiled and installed > glib-2.14.0 and then trying to configure gtk+. > But it says- > [CODE] > checking pkg-config

Re: maemomm: virtual function overrides

2007-11-11 Thread Armin Burgmeier
On Sun, 2007-11-11 at 07:50 +, John Steele Scott wrote: > I have a Gtkmm application which uses a custom widget derived from > Gtk::DrawingArea. This widget overrides the virtual functions of the > parent, such as e.g.: > > void PlotCanvas::on_realize() > { > Gtk::DrawingArea::on_realize(

Re: gtkglextmm on Windows

2007-11-18 Thread Armin Burgmeier
On Sun, 2007-11-18 at 12:37 -0500, Bruce Sherwood wrote: > (I thought I'd sent this note a day or more ago, but it hasn't shown up > on the list; I apologize should this show up twice.) > > I'm trying to build gtkglextmm on Windows from source using MinGW. > There's a binary installer for gtkgl

Re: wide char string literals to Glib ustring

2007-12-08 Thread Armin Burgmeier
On Sat, 2007-12-08 at 07:03 -0500, Onur Tugcu wrote: > Hi, > I'm writing my strings hardcoded into the program, so I want to make > use of string literals in C++. I think the easiest thing to do is not to use wchar_t at all but directly encode the string literals in UTF-8. > When I use gtkmm wit

Re: Gtk::Entry end editing signal

2008-01-03 Thread Armin Burgmeier
On Thu, 2008-01-03 at 11:52 +, Pedro Sousa wrote: > Hi everyone, > > In project I'm involved, I need to read data changed from a Gtk::Entry, > so I need to use signals in Gtk::Entry for the following events: > - When a user press ENTER button > - When the user selects another widgets

goocanvasmm: Item::get_items_at API

2008-03-11 Thread Armin Burgmeier
I believe the current implementation of Item::get_items_at is wrong: #m4 _CONVERSION(`GList*',`Glib::ListHandle< Glib::RefPtr >',` $2($3, Glib::OWNERSHIP_NONE)') _WRAP_METHOD(Glib::ListHandle< Glib::RefPtr > get_items_at(double x, double y, const Cairo::RefPtr& context, bool is_pointer_event, boo

Re: goocanvasmm: Item::get_items_at API

2008-03-11 Thread Armin Burgmeier
On Tue, 2008-03-11 at 18:50 +0100, Murray Cumming wrote: > On Tue, 2008-03-11 at 17:19 +0100, Armin Burgmeier wrote: > > I believe the current implementation of Item::get_items_at is wrong: > > > > #m4 _CONVERSION(`GList*',`Glib::ListHandle< Glib::RefPtr >&#x

Re: goocanvasmm: Item::get_items_at API

2008-03-11 Thread Armin Burgmeier
On Tue, 2008-03-11 at 12:56 -0500, Jonathon Jongsma wrote: > On 3/11/08, Armin Burgmeier <[EMAIL PROTECTED]> wrote: > > I believe the current implementation of Item::get_items_at is wrong: > > > > #m4 _CONVERSION(`GList*',`Glib::ListHandle< Glib::RefPtr &g

Re: Win32: Getting size of DLLs down for redist with app

2008-03-28 Thread Armin Burgmeier
On Thu, 2008-03-27 at 21:57 -0700, Paul Goins wrote: > Hello, > > This question may be newbie-ish, but oh well, here it goes. > I've nearly got my app in good enough shape to bundle up and release, but > here's the issue that's bugging me now: my DLL sizes for GTKmm and friends > are a tad large

Re: Win32: Getting size of DLLs down for redist with app

2008-03-29 Thread Armin Burgmeier
On Sun, 2008-03-30 at 00:37 +0900, Paul Goins wrote: > Armin Burgmeier wrote: > > What do you mean by "causes nothing but issues"? I don't have any > > problems stripping DLLs (though I don't use the -g flag, and I don't > > know what it does). >

Re: How does 'on_key_press_event' work in 'Gtk::Entry' ?

2008-03-30 Thread Armin Burgmeier
On Sun, 2008-03-30 at 13:36 +0200, Søren Hauberg wrote: > Hi All, > I'm new to GUI programming in general and specifically GTKmm, so > bare with me... > I'm experimenting with Gtk::Entry, and I would like the following behaviour > > If the user presses TAB, UP, or DOWN, print the key name to s

Re: ComboBox/ComboBoxEntry don't inherit from CellEditable

2008-04-25 Thread Armin Burgmeier
On Thu, 2008-04-24 at 23:27 -0400, Karthik Ganesan wrote: > Hi, > Shouldn't ComboBox/ComboBoxEntry inherit from CellEditable : The > following program verifies it (dynamic casting to CellEditable returns > NULL pointers). It should, but this would break ABI. GtkComboBox implements GtkCellEditabl

Re: finding original cell background color in TreeView renderer

2008-04-29 Thread Armin Burgmeier
On Tue, 2008-04-29 at 08:49 -0500, Joaquim Schmidlap wrote: > I have a TreeView. Each column has a custom rendering callback > function, which I use to change the color and formatting of the text > in each cell as the data changes. > > Under certain data conditions, I change the background col

cluttermm: Branch before wrapping 0.7/0.8 API?

2008-06-11 Thread Armin Burgmeier
I intent to wrap new clutter API in cluttermm. The 0.7 version of clutter is not API stable with 0.6, though, meaning we need to change cluttermm API as well. Should I do this in another branch, or should I branch the current trunk before, or can this go into trunk without branching? Thanks, Armin

Re: a TreeModel that's sortable and filterable?

2008-06-14 Thread Armin Burgmeier
On Fri, 2008-06-13 at 18:13 -0500, Joaquim Schmidlap wrote: > It looks like TreeModelFilter and TreeModelSort are separate > derivations from TreeModel...pity. TreeModelFilter and TreeModelSort have child models. So, if you have some TreeModel A, and you want it sorted, then create a TreeModelSo

ANNOUNCE: cluttermm 0.7.0

2008-07-05 Thread Armin Burgmeier
cluttermm provides a C++ API for Clutter (a 3D canvas and items), for use with gtkmm. It is usable, and we'd like to hear about any problems or about anything that is missing. Changes: 0.7.0: * Update to new clutter-0.7 API (Armin Burgmeier, Openismus) * Wrap several remaining cl

Gtkmm Windows Maintainership

2008-07-13 Thread Armin Burgmeier
Hi Cedric, I would like to experiment with building gtkmm and companion libraries on Windows with mingw and MSVC, to eventually take over maintainership of the Windows installer at least temporarily and/or partially. In a mail from April 2008 [1], you proposed to put the installer script into SVN.

Re: Gtkmm Windows Maintainership

2008-07-17 Thread Armin Burgmeier
On Tue, 2008-07-15 at 23:12 +0200, Jens Georg wrote: > Hi Armin, > > > Hi Cedric, > > > > I would like to experiment with building gtkmm and companion libraries > > on Windows with mingw and MSVC, to eventually take over maintainership > > of the Windows installer at least temporarily and/or parti

Re: Glib::spawn on Windows

2008-08-26 Thread Armin Burgmeier
On Tue, 2008-08-26 at 10:30 -0300, Paulo Flabiano Smorigo wrote: > Hi everybody, > > I'm trying to execute a program in my application using the Glib > Spawning Proccess library. > On linux works perfect but on windows I get a "No such file or > directory" error. > > The command is: > Glib::spawn

Re: Glib::spawn on Windows

2008-08-27 Thread Armin Burgmeier
ib DLL is. > I install gtk and gtkmm from this two links: > http://ufpr.dl.sourceforge.net/sourceforge/gladewin32/gtk-2.12.9-win32-2.exe > http://ftp.acc.umu.se/pub/gnome/binaries/win32/gtkmm/2.10/gtkmm-win32-runtime-2.10.11-1.exe > > Thanks again, > Paulo Flabiano Smorigo Armi

Re: Glib::spawn on Windows

2008-08-28 Thread Armin Burgmeier
On Thu, 2008-08-28 at 10:07 +0200, Murray Cumming wrote: > On Wed, 2008-08-27 at 14:42 -0300, Paulo Flabiano Smorigo wrote: > > Thanks Armin!! > > I extract the glib and now works... > > If there is a problem with some installer, could one of you please make > sure that the bug is reported properl

Re: gtkmm affected by recent changes to gtk (GdkNativeWindow, gtk_toolbar_[gs]et_tooltips)

2008-09-16 Thread Armin Burgmeier
On Tue, 2008-09-16 at 08:03 -0400, Damon Register wrote: > Murray Cumming wrote: > > Are you showing us the problem or the solution? Could you please be > > clearer about what the problem is. And if you have a solution, could you > Both, I thought... I thought it was reasonably clear but I will >

Re: gtkmm affected by recent changes to gtk (GdkNativeWindow, gtk_toolbar_[gs]et_tooltips)

2008-09-18 Thread Armin Burgmeier
On Tue, 2008-09-16 at 14:37 -0400, Damon Register wrote: > Armin Burgmeier wrote: > > I can reproduce the problems you mention when compiling gtkmm against > > GTK+ 2.14. > I feel a little better > > > I filed a bug for this: > > http://bugzilla.gnome.org/show_bug

Re: gtkmm affected by recent changes to gtk (GdkNativeWindow, gtk_toolbar_[gs]et_tooltips)

2008-09-18 Thread Armin Burgmeier
On Thu, 2008-09-18 at 17:20 -0400, Damon Register wrote: > Armin Burgmeier wrote: > > gtkmm is ABI stable, which means that it must be possible to compile a > > program against gtkmm 2.12 and run it with gtkmm 2.14. So if we change > > the signature of a function to have diffe

Re: Errors building gtkmm 2.12.7 with Visual Studio 2008 (Visual C++ 9.0, vc9)

2008-09-19 Thread Armin Burgmeier
On Fri, 2008-09-19 at 14:07 +0200, "André Heynatz" wrote: > Hi all, > > I have tried to build gtkmm with MS Visual C++ 9.0 (vc9, Visual Studio 2008). > I am using the Visual Studio 2008 Team System Development Edition (behavior > similar to the Standard Edition or better for this purpose), but w

Gtkmm Windows installers available

2008-09-25 Thread Armin Burgmeier
Dear gtkmm users, Official All-in-One Windows installers (runtime and development versions) for gtkmm are available again: http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm They contain all files required to build applications using gtkmm with MinGW or MSVC++, including GTK+ binaries. More info

Re: unresolved external symbol _gdk_win32_drawable_get_handle

2008-09-25 Thread Armin Burgmeier
On Thu, 2008-09-25 at 16:04 -0300, Paulo Flabiano Smorigo wrote: > Hi everybody, > > I'm getting the "unresolved external symbol > _gdk_win32_drawable_get_handle" error when compile my application on > windows... :'( > > The code: > Glib::RefPtr _winVideo = m_drwVideo.get_window(); > *p_windowID

Re: Gtkmm Windows installers available

2008-09-26 Thread Armin Burgmeier
2.4\gtkmm\filechooser.h|744|error: `Gio' has not > been declared| > D:\XWin\include\gtkmm-2.4\gtkmm\filechooser.h|744|error: `File' was not > declared in this scope| > D:\XWin\include\gtkmm-2.4\gtkmm\filechooser.h|744|error: template > argument 1 is invalid| > ||Mor

Re: spawn_async_with_pipes on windows using mingw (code atached)

2008-09-27 Thread Armin Burgmeier
On Fri, 2008-09-26 at 17:59 -0300, Paulo Flabiano Smorigo wrote: > Hi everybody, > > I'm still trying to compile spawn_async_with_pipes on windows. Now I > created a little source that can help to solve the problem. > > I use the following command to compile (using gtkmm for windows > libraries):

Re: Troubles with signal_child_watch

2008-09-28 Thread Armin Burgmeier
On Sat, 2008-09-27 at 23:42 +0200, Fernando Tarín wrote: > Hi I'm using the next code to launch a new process but the > finished_process function is never executed, can someone help me with > this issue? You don't run a mainloop. All timeout handlers, idle handlers and child watches are called fro

Re: gtkmm with VS2005 vd2 option

2008-10-03 Thread Armin Burgmeier
On Wed, 2008-10-01 at 15:56 +0200, Stefani Leonardo wrote: > I am trying to compile an gtkmm 2.12 program with /vd2 option > > This C++ sample, compiled with /vd2 option on Visual Studio C++ 2005, > > // cl /vd2 /Zi /MDd r.cpp > #include > int main() > { > std::stringstream *s = new std

Re: Gtkmm Windows installers available

2008-10-03 Thread Armin Burgmeier
On Thu, 2008-10-02 at 18:49 -0400, Philip Kovacs wrote: > On the "Building gtkmm on Windows" web page I note the statement: > > "We suggest that you use MSYS to build gtkmm on Windows." > > This statement can only be be interpreted as: This is meant as: "If you want to build gtkmm with MinGW, th

Re: gtkmm with VS2005 vd2 option

2008-10-03 Thread Armin Burgmeier
On Fri, 2008-10-03 at 18:21 +0200, Stotz Urs (ENT) wrote: > On Wed, Oct 01, 2008 at 03:56:35PM +0200, Stefani Leonardo wrote: > > > > I am trying to compile an gtkmm 2.12 program with /vd2 option > > [...] > > /vd2 is mandatory on gtkmm programs? > > MSDN say: /vd supports incorrect behavior in

Re: Gtkmm Windows installers available

2008-10-03 Thread Armin Burgmeier
On Fri, 2008-10-03 at 18:14 +0200, Murray Cumming wrote: > On Fri, 2008-10-03 at 13:55 +0200, Armin Burgmeier wrote: > > On Thu, 2008-10-02 at 18:49 -0400, Philip Kovacs wrote: > > > On the "Building gtkmm on Windows" web page I note the statement: > > > &

Re: GTKmm Windows - Glibmm KeyFile Problem

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 17:09 -0500, John Hobbs wrote: > Hello all, > > I just started working with Gtkmm on Windows a few days ago, and I > can't get Glib::Keyfile to work properly. > > If the KeyFile doesn't exist, I want to start a config screen and make > one. Problem is, I can't catch anythin

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 15:13 -0400, Jam wrote: > Damon Register wrote: > > Jamiil wrote: > >> Before installed the the bellow suggested gtkmm installer I did a > >> compilation of a small application I am working on, however, after > >> installing your 'installer', I am getting a lot of compilatio

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Sat, 2008-10-04 at 06:15 +0200, Murray Cumming wrote: > On Fri, 2008-10-03 at 22:50 +0200, Armin Burgmeier wrote: > > Yes. We will have to think of a naming convention for those binaries. > > gtkmm-2.4-vc9.dll? (in contrast to gtkmm-2.4.dll for VS 2005, which we > > might

Re: Gtkmm Windows installers available

2008-10-04 Thread Armin Burgmeier
On Fri, 2008-10-03 at 18:06 -0400, Philip Kovacs wrote: > * Murray Cumming <[EMAIL PROTECTED]> [2008-10-03 18:14:15 +0200]: > > > > > "The MSVC++ DLLs have been built with Visual C++ 2005 and are linked to > > > > the > > > > MS C/C++ runtime DLLs: MSVCR80.DLL / MSVCP80.DLL." > > > > > > It's a

Re: GTKmm Windows - Glibmm KeyFile Problem

2008-10-05 Thread Armin Burgmeier
On Sat, 2008-10-04 at 18:41 -0500, John Hobbs wrote: > It's at work, so I can't be 100% sure, but it's the one that I got > with Dev-C++, which it says is "Mingw/GCC 3.4.2" on the site. As for > Gtkmm I pulled the one from: > http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/2.14/gtkmm-win32-dev

Re: Using GTKmm with Visual Studio Express 2008

2008-10-05 Thread Armin Burgmeier
On Sun, 2008-10-05 at 07:58 -0700, Lex Man wrote: > I've now managed to add the GTKmm files so everything is included in compile > but now I get 1 error and 205 warnings! I don't think anybody will be able to help you without you providing the error message you are seeing. It's true that gtkmm pr

Re: Gtkmm Windows installers available

2008-10-06 Thread Armin Burgmeier
On Sun, 2008-10-05 at 16:46 -0400, Philip Kovacs wrote: > I am not a big fan of "installers" as they write to the registry. I prefer > zip archives that have no such side-effects. The gtkmm installer sets the GTKMM_BASEPATH environment variable that is required for the MSVC property sheets (they

Re: Gtkmm Windows installers available

2008-10-07 Thread Armin Burgmeier
On Tue, 2008-10-07 at 11:21 +0200, Murray Cumming wrote: > On Tue, 2008-10-07 at 11:16 +0200, Armin Burgmeier wrote: > > On Mon, 2008-10-06 at 18:25 +0200, Murray Cumming wrote: > > > On Mon, 2008-10-06 at 12:05 +0200, Armin Burgmeier wrote: > > > > On Sun, 2008-10-05

Re: Gtkmm Windows installers available

2008-10-07 Thread Armin Burgmeier
On Mon, 2008-10-06 at 18:25 +0200, Murray Cumming wrote: > On Mon, 2008-10-06 at 12:05 +0200, Armin Burgmeier wrote: > > On Sun, 2008-10-05 at 16:46 -0400, Philip Kovacs wrote: > > > I am not a big fan of "installers" as they write to the registry. I > > > pr

Re: Gtkmm Windows installers available

2008-10-08 Thread Armin Burgmeier
On Sat, 2008-10-04 at 06:15 +0200, Murray Cumming wrote: > On Fri, 2008-10-03 at 22:50 +0200, Armin Burgmeier wrote: > > Yes. We will have to think of a naming convention for those binaries. > > gtkmm-2.4-vc9.dll? (in contrast to gtkmm-2.4.dll for VS 2005, which we > > might

Re: Gtkmm Windows Runtime Installer - Silent Option

2008-10-11 Thread Armin Burgmeier
On Fri, 2008-10-10 at 11:43 -1000, John Hobbs wrote: > Hello, > > I am looking to deploy the Windows runtime installer in silent mode, > but it doesn't set the PATH when you do that. > > I am running: > > gtkmm-win32-runtime-2.14.1-2.exe /S /D=C:\Program Files\gtkmm > > Is there a flag I can us

Re: Gtkmm Windows installers available

2008-10-12 Thread Armin Burgmeier
On Sat, 2008-10-04 at 11:40 +0200, Armin Burgmeier wrote: > On Sat, 2008-10-04 at 06:15 +0200, Murray Cumming wrote: > > On Fri, 2008-10-03 at 22:50 +0200, Armin Burgmeier wrote: > > > Yes. We will have to think of a naming convention for those binaries. > > > gtkmm-2

Re: windows uninstaller not pruning libxml2

2008-10-13 Thread Armin Burgmeier
On Mon, 2008-10-13 at 14:30 -0400, Philip Kovacs wrote: > Just a few libxml2 paths remained after using Windows uninstall. You > might want to check that. > gtkmm > gtkmm/include > gtkmm/include/libxml2 > gtkmm/include/libxml2/libxml > > (This is the "older" installer from about 2 weeks ago, i.e

Re: Gtkmm Windows Runtime Installer - Silent Option

2008-10-13 Thread Armin Burgmeier
On Mon, 2008-10-13 at 04:39 -1000, John Hobbs wrote: > Clearly I must not understand what's going on, perhaps you can clear > this up for me. > > Say I have 10 different favorite Gtkmm apps that I really want to > install on my Windows machine, because they are great pieces of > software. So I go

Re: memory management with glibmm & giomm

2008-10-14 Thread Armin Burgmeier
On Tue, 2008-10-14 at 20:04 +0200, nico wrote: > Hello, > > One week ago, I sent an email about a leak of memory of a program that > list files of a directory (using giomm). > My program was inspired by an official sample code (that we can get > here: > http://svn.gnome.org/viewvc/gtkmm-documen

Re: windows uninstaller not pruning libxml2

2008-10-15 Thread Armin Burgmeier
On Mon, 2008-10-13 at 20:49 +0200, Armin Burgmeier wrote: > On Mon, 2008-10-13 at 14:30 -0400, Philip Kovacs wrote: > > Just a few libxml2 paths remained after using Windows uninstall. You > > might want to check that. > > > gtkmm > > gtkmm/include > > gtk

Re: memory management with glibmm & giomm

2008-10-15 Thread Armin Burgmeier
On Tue, 2008-10-14 at 22:37 +0200, nico wrote: > > You should never need to call unreference() yourself. If this fixes the > > memory leak problem, > > > Yes, it solve my problem. > Now the memory usage is stable and < 700Kb. > Without this unref the memory usage is growing up (very quickly, fo

Re: comments on the gtkmm -vcXX- naming convention

2008-10-15 Thread Armin Burgmeier
On Wed, 2008-10-15 at 13:33 -0400, Philip Kovacs wrote: > I installed the latest gtkmm Windows development package and I have > some comments. > > From the point of view of application developers who require gtkmm as > a dependency, > this new -vcXX- naming convention for the import libraries is a

Re: comments on the gtkmm -vcXX- naming convention

2008-10-15 Thread Armin Burgmeier
On Wed, 2008-10-15 at 15:04 -0400, Philip Kovacs wrote: > * Armin Burgmeier <[EMAIL PROTECTED]> [2008-10-15 20:25:22 +0200]: > > > On Wed, 2008-10-15 at 13:33 -0400, Philip Kovacs wrote: > > > I installed the latest gtkmm Windows development package and I

Re: Console screen from spawn_process

2008-10-16 Thread Armin Burgmeier
On Thu, 2008-10-16 at 10:15 -0200, Paulo Flabiano Smorigo wrote: > Hi everyone, > > I'm developing an application to run on Windows and uses spawn_process > to run a command. > I use the "-mwindows" paramenter to avoid the console screen but when > I use the spawn the screen appears. > The title o

Re: Using gtkmm with Visual C++ and _SECURE_SCL=0

2008-10-18 Thread Armin Burgmeier
On Fri, 2008-10-17 at 16:05 +0200, Thomas Frank wrote: > Hallo. > > I'm trying to introduce gtkmm (also) on windows as GUI to my non-GUI > libraries. As many other users of Visual C++ I need to #define > _SECURE_SCL=0 for the Release-versions of my libraries and any > application that uses them

Re: Console screen from spawn_process

2008-10-18 Thread Armin Burgmeier
On Thu, 2008-10-16 at 15:01 -0200, Paulo Flabiano Smorigo wrote: > Hi Armin, > > Thanks for the fast reply! > > I compile the child process with the "-mwindows" parameter but the > problem is that I need to communicate with the child using stdin and > stdout by the method spawn_process_with_pipes

Re: gtkmm on Windows: Last steps

2008-10-19 Thread Armin Burgmeier
On Sun, 2008-10-19 at 15:40 +0200, Murray Cumming wrote: > It looks like we are almost done with the gtkmm on Windows effort. I > have just a couple of questions: > > 1. > http://live.gnome.org/gtkmm/MSWindows > says > "make sure the "Add the gtkmm runtime directory to the PATH variable" > option

Re: gtkmm on Windows: Last steps

2008-10-19 Thread Armin Burgmeier
On Sun, 2008-10-19 at 16:36 +0200, Armin Burgmeier wrote: > > 4. > > Would someone like to update this section in the gtkmm book (in the > > gtkmm-documentation module in svn), and just refer to the live.gnome.org > > page where appropriate, instead of repeating: >

Re: Using gtkmm with Visual C++ and _SECURE_SCL=0

2008-10-20 Thread Armin Burgmeier
On Mon, 2008-10-20 at 11:11 +0200, Thomas Frank wrote: > Hallo Armin. > > Thanks a lot for your response. > > 1. In Visual-C++ the _SECURE_SCL-flag enables some special security > checks within the STL-Container-templates. This means among others > that the base-classes for all iterators get an a

Re: gtkmm on Windows: Last steps

2008-10-20 Thread Armin Burgmeier
On Mon, 2008-10-20 at 10:24 +0200, Murray Cumming wrote: > On Sun, 2008-10-19 at 16:36 +0200, Armin Burgmeier wrote: > > On Sun, 2008-10-19 at 15:40 +0200, Murray Cumming wrote: > > > It looks like we are almost done with the gtkmm on Windows effort. I > > > have

Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Armin Burgmeier
On Mon, 2008-10-20 at 11:29 +0200, Martin (OpenGeoMap) wrote: > Murray Cumming escribió: > > On Sun, 2008-10-19 at 21:50 +0200, Martin (OPENGeoMap) wrote: > > > >> Hi: > >> > >> I hace added a little tutorial for GTKMM, netbeans and code-blocks with > >> many pics ;-) ;-) . > >> http://wiki.net

Re: Console screen from spawn_process

2008-10-20 Thread Armin Burgmeier
On Mon, 2008-10-20 at 17:18 -0200, Paulo Flabiano Smorigo wrote: > Hi Armin, > > Thanks for the reply and the code. I saw it and notice that you don't > use the stdin of the spawn process. In my program I will need this. > > You sad that even if I compile with -mwindow I will have stdin and > std

Re: tutorial for netbeans and code-blocks

2008-10-20 Thread Armin Burgmeier
On Mon, 2008-10-20 at 17:40 +0200, Martin (OPENGeoMap) wrote: > Armin Burgmeier escribió: > > On Mon, 2008-10-20 at 11:29 +0200, Martin (OpenGeoMap) wrote: > > > >> Murray Cumming escribió: > >> > >>> On Sun, 2008-10

Re: gtkmm on Windows: Last steps

2008-10-21 Thread Armin Burgmeier
On Mon, 2008-10-20 at 12:02 +0200, Murray Cumming wrote: > On Sun, 2008-10-19 at 19:49 +0200, Armin Burgmeier wrote: > > On Sun, 2008-10-19 at 16:36 +0200, Armin Burgmeier wrote: > > > > 4. > > > > Would someone like to update this section in the gtkmm book (i

Re: Let's try again compiling windows...

2008-10-25 Thread Armin Burgmeier
On Sat, 2008-10-25 at 11:13 -0400, Jam wrote: > I just downloaded gtkmm-win32-devel-2.14.1-3 and try to recompile an > application I had developed under gtkmm-win32-devel-2.10.11-1, but I get > a strange error: > > > -- Build: default in Console application -

Re: gtkmm on Windows: Last steps

2008-10-26 Thread Armin Burgmeier
> > > > 1.2 > > > > I thought that applications would find the DLLs because they are in the > > > > same directory. Why is something in the PATH environment variable also > > > > needed? I don't understand why MS Visual Studio would need it either if > > > > we are using these "property pages". >

Re: gtkmm on Windows: Last steps

2008-10-26 Thread Armin Burgmeier
On Sun, 2008-10-26 at 15:04 +0100, Murray Cumming wrote: > On Sun, 2008-10-26 at 12:37 +0100, Armin Burgmeier wrote: > > > > > > 1.2 > > > > > > I thought that applications would find the DLLs because they are in > > > > > > the > > &

Re: gtkmm on Windows: Last steps

2008-10-26 Thread Armin Burgmeier
On Sun, 2008-10-26 at 16:15 +0100, Murray Cumming wrote: > On Sun, 2008-10-26 at 15:25 +0100, Armin Burgmeier wrote: > [snip] > > > > I checked. I was wrong. When running out of the IDE, the PATH variable > > > > doesn't need to be set to the gtkmm DLL directo

Re: Cannot build static libraries under mingw

2008-11-10 Thread Armin Burgmeier
On Sun, 2008-11-09 at 21:16 +0400, Alexander Shaduri wrote: > Hello, > > I'm having trouble building static glibmm with mingw > cross-compiler (linux build, windows target). > No problems with shared DLLs so far. > > The configure line is > ./configure --disable-shared --enable-static --target=i3

Re: Cannot build static libraries under mingw

2008-11-10 Thread Armin Burgmeier
On Mon, 2008-11-10 at 21:05 +0400, Alexander Shaduri wrote: > On Mon, 10 Nov 2008 17:52:22 +0100 > Armin Burgmeier <[EMAIL PROTECTED]> wrote: > > > On Sun, 2008-11-09 at 21:16 +0400, Alexander Shaduri wrote: > > > Hello, > > > > > > I&#x

Re: What am I doing wrong?

2008-11-11 Thread Armin Burgmeier
On Tue, 2008-11-11 at 08:30 -0500, Jam wrote: > This is not the first time I am posting this question, and I am > beginning to wonder if what I am facing is a bug or if it is indeed a > mistake at my end. Let me explain to you what I do when trying to > compile; so that you might be able to spot wh

Re: Win32 HWND

2008-11-14 Thread Armin Burgmeier
On Fri, 2008-11-14 at 00:08 +0100, Nikola Moraca wrote: > I want to initialize Direct3D on a gtkmm window. Is there a way to > obtain a win32 HWND for a Gtk::Window? #include HWND hwnd_from_window(Gtk::Window& window) { return reinterpret_cast( GDK_WINDOW_HWND(window.get_window()->gobj()))

Re: [win32] Glib::IOChannel error?

2008-11-14 Thread Armin Burgmeier
On Fri, 2008-11-14 at 18:11 +0100, Köntös Eszter wrote: > Hi all, > > I'm writing a crossplatform program that executes another application > and reads from it's output. I'm using Glib::spawn_async_with_pipes to > solve the process handling and i handle the pipes with Glib::IOChannel. > The proble

Re: (glibmm) Deeper level of inheritance in own type of objects - how-to or plans to implement?

2008-11-26 Thread Armin Burgmeier
On Wed, 2008-11-26 at 03:00 +0200, Cristi P wrote: > I struggled some time ago with doing object inheritance at more than > one level, like: > Glib::Object -> MyObjectA (w/ some properties for example) -> > MyObjectB (w/ additional properties and/or overriden [virtual] > functions) > While the gtkm

Re: gtkmm documentation for gtkmm-win32-devel-2.14.1-3

2008-12-04 Thread Armin Burgmeier
On Wed, 2008-12-03 at 20:40 -0500, Jam wrote: > Hello folks, > I am using 'gtkmm-win32-devel-2.14.1-3' and after installing it I cannot > find the documentation, there is the first page only, index.html, but > the rest of the pages are not there. I not always have access to the > Internet, thus

Re: gtkmm documentation for gtkmm-win32-devel-2.14.1-3

2008-12-07 Thread Armin Burgmeier
On Thu, 2008-12-04 at 13:04 -0500, Jam wrote: > Armin Burgmeier wrote: > > On Wed, 2008-12-03 at 20:40 -0500, Jam wrote: > > > > > Hello folks, > > > I am using 'gtkmm-win32-devel-2.14.1-3' and after installing it I cannot > > > find the doc

Re: Change font,size of column title

2008-12-11 Thread Armin Burgmeier
On Thu, 2008-12-11 at 12:03 -0700, Sirisha Muppavarapu wrote: > Hi there... > > I am looking for the method/piece of code which changes the > font/size,etc of the column title of the columns added to the treeview. > > treeView.modify_font(Pango::FontDescription(font)); > > doesn't seem to be hel

Re: Change font,size of column title

2008-12-11 Thread Armin Burgmeier
On Thu, 2008-12-11 at 13:43 -0700, Sirisha Muppavarapu wrote: > I am using Gtk::TreeModelColumn as given in the gtk tutorials below: > > http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-treeview.html#sec-treeview-model > > Anything to work around with the Gtk::TreeModelColumn to set

Re: About Gtk::Bin?

2008-12-14 Thread Armin Burgmeier
On Sun, 2008-12-14 at 13:30 +0100, Simon Fuhrmann wrote: > Hi Robert, > > yes, I changed the code a bit, but with no affect. There seems to be a > bug with Gtk::Bin or a reason I don't know. Here is a simplest-possible > testcase that confirms that it does not work (at least for me and Zhu): GtkB

Re: Dynamically adding widgets to HBox created with glade

2008-12-14 Thread Armin Burgmeier
On Wed, 2008-12-10 at 13:00 -0800, kondrara wrote: > Hi, > > I created a dialog with glade. In this dialog, I have a HBox with two > widgets, one is the label and the other widget will be determined at the > runtime. > > So, in my code I got the reference to the HBox using get_widget after > load

Re: How can I get a TextLineEdit object, and capture a key event?

2008-12-14 Thread Armin Burgmeier
On Sun, 2008-12-14 at 04:53 +0800, Kermit Mei wrote: > Hello, I'm a newbie for gtkmm, in my program, I need a TextEdit which > can just handle only one line text? > > And I must capture the keyboard's event in it. > > For example, when I press the key "5", it should show the text "%" but > not "

Re: Problem with Gtk::manage in Visual Studio 2008

2008-12-20 Thread Armin Burgmeier
On Sat, 2008-12-20 at 16:55 +0100, klaus triendl wrote: > Pedro Sousa schrieb: > > Yes, I'm using the correct version of the Property Sheet, file > > gtkmm-vc90-2_4 and gtkmm-vc90-d-2_4 for the Visual Studio 2008. > > This error happens because one module (exe/dll) allocated memory which > is the

Re: Please wrap GtkObject::destroy signal

2008-12-28 Thread Armin Burgmeier
On Mon, 2008-12-29 at 00:52 +0100, Mathias Hasselmann wrote: > Please wrap the GtkObject::destroy signal: The signal is useful to > figure out that objects like windows in WINDOW_POPUP mode are destroyed. > > Those windows are ignored by the window manager and therefore don't > receive the GtkWind

Re: Problems enumerating printers

2009-01-01 Thread Armin Burgmeier
On Tue, 2008-12-30 at 00:09 +0100, Tor Krill wrote: > Hi, > > I have a bit of a newbie problem. Im trying to enumerate printers on a > system. Doing so i get a lot off errors. Cut down version of code: > > --8<-- > #include > #inclu

Re: Problem with Gtk::manage in Visual Studio 2008

2009-01-02 Thread Armin Burgmeier
On Sat, 2008-12-20 at 18:42 +0100, Armin Burgmeier wrote: > On Sat, 2008-12-20 at 16:55 +0100, klaus triendl wrote: > > Pedro Sousa schrieb: > > > Yes, I'm using the correct version of the Property Sheet, file > > > gtkmm-vc90-2_4 and gtkmm-vc90-d-2_4 for the V

Re: Using Gdk::Pixbuf from multiple threads.

2009-01-02 Thread Armin Burgmeier
On Fri, 2009-01-02 at 17:09 +0100, Germán Diago wrote: > Hello. I'm trying to scale (make thumbnails) of pictures in a thread > pool. But I get random > crashes. The program (in the slot that goes to the thread pool) uses > Gdk::Pixbuf to scale > images. > I push a task to the thread pool but I don

Re: A typo in win32 installer english.nsh

2009-01-18 Thread Armin Burgmeier
On Sun, 2009-01-18 at 00:56 +1100, Dancefire wrote: > Hi, > > There is a typo in \gtkmm\win32_installer\translations\english.nsh. > The patch is attached. There are some strings that are no longer used but still in the translation files, such as the one with the typo you found. I removed those st

Re: Simplified Chinese translation for gtkmm win32 installer

2009-01-18 Thread Armin Burgmeier
On Sun, 2009-01-18 at 00:48 +1100, Dancefire wrote: > Hi, > > I finished a Simplified Chinese translation for gtkmm win32 installer. > LANG=zh-cn. here is the patch. Thanks. I have committed this. I don't see the Chinese translation when I run the installer on an English Windows system. I suppos

Re: using MinGW for Gtkmm on windows

2009-01-20 Thread Armin Burgmeier
On Mon, 2009-01-19 at 19:33 -0800, lovekie wrote: > I use the official installer to install the gtkmm, and I only want use MinGW > on windows to compile the program.(I don't want install the visual studio or > viusal studio express, they are too big.) I can successful compile and link > the simple

Re: Glib::signal_idle().connect AND FileChooser

2009-02-19 Thread Armin Burgmeier
On Thu, 2009-02-19 at 13:23 +0100, Xavier Larrodé wrote: > Hi all, > I'm working on a Ogre3D viewer with gtkmm on linux and windows. > > > I'm using the last version of gtkmm for windows the 2.14.3-2 and it > seems that my idle function to update the viewer render breaks the > FileChooserDialog

Re: Which control structure is faster?

2009-02-19 Thread Armin Burgmeier
On Thu, 2009-02-19 at 17:11 +0100, Dimitri Holz wrote: > Which control structure is faster inside a loop (for, while or do-while)? switch is probably faster because the compiler can use a lookup table. But the compiler maybe optimizes the if version to do the same as the switch version anyway. Tha

Re: GIOmm on windows

2009-02-20 Thread Armin Burgmeier
On Thu, 2009-02-19 at 19:03 +, Pedro Sousa wrote: > Hi to everyone, > > I need to read some files in a application developed for windows OS. Can > I use GIOmm for accessing files on windows on windows? I think few functionality such as file monitoring is not (yet?) available on Windows, but g

Re: Windows installers for gtkmm development and runtime environments

2009-03-01 Thread Armin Burgmeier
On Sat, 2009-02-28 at 14:26 -0600, Philip Allison wrote: > Hullo all, > I've been looking at getting a little gtkmm app I wrote up and running > on Windows using MinGW, and have run into a few rough edges. Firstly, > although the glib-gettextize binary is included, the tool doesn't work, > becau

Re: Windows installers for gtkmm development and runtime environments

2009-03-02 Thread Armin Burgmeier
On Mon, 2009-03-02 at 10:08 +0100, Murray Cumming wrote: > On Sun, 2009-03-01 at 12:13 +0100, Armin Burgmeier wrote: > > On Sat, 2009-02-28 at 14:26 -0600, Philip Allison wrote: > > > Hullo all, > > > I've been looking at getting a little gtkmm app I wrote up an

Re: Windows installers for gtkmm development and runtime environments

2009-03-02 Thread Armin Burgmeier
On Mon, 2009-03-02 at 11:16 +0100, Murray Cumming wrote: > On Mon, 2009-03-02 at 11:00 +0100, Armin Burgmeier wrote: > > > > I will include the files into the next installer version. Thanks. > > > > > > Please check if the GTK+ installer has the same problem. >

Re: Windows Installer containing current glibmm?

2009-03-06 Thread Armin Burgmeier
On Thu, 2009-03-05 at 15:08 +0100, Mark Roberts wrote: > Dear List! > > gtkmm is the best toolkit I have ever worked with. My customer is also > satisfied. > > There exists a Windows installer gtkmm-win32-devel-2.14.3-2.exe supplied > by Armin Burgmeier, to whom I

  1   2   3   >