search for: goza

Displaying 6 results from an estimated 6 matches for "goza".

Did you mean: gona
2006 Jun 22
5
(Still) no printing possible in wine 0.9.15
Hello List, since my first posting with the same subject was somehow incomplete, i decided to repost my question. I just installed wine-0.9.15, because I wasn't able to print with wine-0.9.8, but unfortunately the problem persists. My systems: Workstation: Gentoo 2006.0 Cups-1.1.23 no /etc/printcap no local printer connected Print server: Gentoo 2006.0 Cups-1.1.23 Printer: Canon i560
2006 Jun 29
10
REPOST: No printing possible in wine 0.9.15
...ed. Here we go again: In short: I can print from any application except wine. My systems (first try): Workstation ray (192.168.99.10): Gentoo 2006.0 wine-0.9.15 Cups-1.1.23 no /etc/printcap no local printer connected /etc/cups/client.conf contains the line: ServerName 192.168.99.60 Print server goza (192.168.99.60): Gentoo 2006.0 Cups-1.1.23, running as server Connected to Printer Canon i560 The effective use flags for wine are: USE="X alsa arts cups esd gif jack jpeg ldap ncurses opengl oss truetype xml -debug -glut -lcms -nas -scanner". So wine is compiled with cups support. Pr...
2006 May 02
2
text_field
Hi, All. Is it possible to use the text_field with an instance variable. Controller: def hoge @value = ''result'' end View: <%= text_field ''value'' %> It don''t work. Please help. -- Posted via http://www.ruby-forum.com/.
2006 Jun 13
3
No printing possible in wine 0.9.15
Hello List, I just installed wine-0.9.15, because I wasn't able to print with wine-0.9.8, but unfortunately the problem persists. System: Gentoo Linux 2006.0 Wine: 0.9.15 (duh) Printer: Cups-1.1.23 on separate machine (Gentoo 2006.0), on localhost only cupsclient This is what i do: - remove ~/.wine - run winecfg from xterm winecfg complains about printer problems, but continues:
2012 Feb 15
34
Denominación alternativa para la que quiso llamarse "Comunidad de Usuarios de R": ¿ideas?
Hola, ¿qué tal? Escribo en esta lista para recabar la ayuda de socios de la asociación y la comunidad de usuarios de R. Resulta que el nombre de la asociación que se eligió originariamente, "Comunidad de Usuarios de R", ha sido rechazada por el registro español de asociaciones a instancias del Ministerio de Sanidad, Servicios Sociales e Igualdad (¡nada menos!) por incumplir el artículo
2006 Mar 07
0
Can not insert null by fixtures
I have the following a table and a fixture(csv file). create table aaaa ( id mediumint unsigned not null auto_increment, name varchar(192) not null, parent_id mediumint unsigned null, note varchar(192) not null, primary key(id) ) TYPE=InnoDB; id,name,parent_id,note 1,Admin Group,,"" 2,Guest Group,,"" I expected that null was inserted to parent_id, but 0 was