Re: Strange Error with Glib::ustring

2010-12-19 Thread Krzesimir Nowak
On Sun, 2010-12-19 at 19:41 +0100, Gtk MailingList wrote: When i try to compile this code: #include iostream #include glibmm.h int main(int argc, char *argv[]) { Glib::ustring mystring = Hallo Welt; std::string::size_type stelle = mystring.find( ); if (

viewport

2010-12-19 Thread Charles Seedle
Where can I find a good example of using viewports in gtkmm ? Randy ___ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list

Re: Strange Error with Glib::ustring

2010-12-19 Thread Krzysztof Kosiński
2010/12/19 Gtk MailingList gtkmailinglistgree...@googlemail.com: In this little program i try to replace all spaces in the string with \ . Because if you use a space character in a path on the command line it doesn't work. You must always use /home/user/some\ directory/second\ directory

Re: Strange Error with Glib::ustring

2010-12-19 Thread Greesce
Thank you for the fast and professional help. And thank you for the tips. I'm going to take a look at Glib::spawn_async and i should implement a while loop. Greesce Am 19.12.2010 um 20:38 schrieb Krzysztof Kosiński tweenk...@gmail.com: 2010/12/19 Gtk MailingList

Re: Strange Error with Glib::ustring

2010-12-19 Thread Krzysztof Kosiński
W dniu 19 grudnia 2010 21:33 użytkownik Greesce gtkmailinglistgree...@googlemail.com napisał: Thank you for the fast and professional help. And thank you for the tips. I'm going to take a look at Glib::spawn_async and i  should implement a while loop. You don't need to escape spaces when