[Gambas-user] Cannot reduce windows size to modal windows

2010-03-17 Thread minterior
Hello list :) I don't know if this is a bug, a feature or a misconception, but I can't resize a window in modal mode to a lesser size. I display it with ShowModal and the window appears centered with the size as it is in the form design view into Gambas IDE. All is correct at this point. Now, w

Re: [Gambas-user] One line printing to a /dev/lp0 printer from local network

2010-03-17 Thread Doriano Blengino
Vassilis K ha scritto: > Thank you Alessandro very elegant solution. I'll give it a try! > > Doriano, I don't understand how could netcat work here. > > Open a terminal and type: nc -p27 -l |while read; do echo "send this to /dev/lp0: $REPLY"; done Then open another terminal and type:

Re: [Gambas-user] One line printing to a /dev/lp0 printer from local network

2010-03-17 Thread Vassilis K
Thank you Alessandro very elegant solution. I'll give it a try! Doriano, I don't understand how could netcat work here. -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, fi

Re: [Gambas-user] One line printing to a /dev/lp0 printer from local network

2010-03-17 Thread Doriano Blengino
Alessandro Rinaldi ha scritto: > Mounting doesn't work: specials files like the ones in /dev work only > if opened from the local PC. > Right - just tested now (at the time I wrote the other message, I couldn't verify) > In any case, you could do a Gambas app that is executed on the > printing

Re: [Gambas-user] Leave the list

2010-03-17 Thread Alessandro Rinaldi
As written at the end of every mail, just go to https://lists.sourceforge.net/lists/listinfo/gambas-user Bye -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proac

[Gambas-user] Leave the list

2010-03-17 Thread K. Bettray
Hi, one question, how can I leave the mailing list? greats Karsten -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for p

Re: [Gambas-user] Using a printer documentation

2010-03-17 Thread Keith Clark
On Tue, 2010-03-16 at 16:37 +0100, Charlie Reinl wrote: > Am Dienstag, den 16.03.2010, 06:14 -0400 schrieb Keith Clark: > > On Sat, 2010-03-13 at 00:19 +0100, Benoît Minisini wrote: > > > > Could someone forward me a few links about how to use a printer from > > > > within Gambas? I need to know h

Re: [Gambas-user] One line printing to a /dev/lp0 printer from local network

2010-03-17 Thread Alessandro Rinaldi
Mounting doesn't work: specials files like the ones in /dev work only if opened from the local PC. In any case, you could do a Gambas app that is executed on the printing server, waits for data from the network and print it on the local printer... So the client app would just send the text over the