Printer.Setup()

View: New views
5 Messages — Rating Filter:   Alert me  

Printer.Setup()

by jacky-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bonjour,
quand Printer.Setup() n'affiche pas d'imprimante d'ou cela peut-il bien
venir ?
ubuntu 8.10 imprimante par défaut "dcp7010" (brother lazer n/b) la seule
branchée à l'ordi.

merci.

jacky



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Printer.Setup()

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Bonjour,
> quand Printer.Setup() n'affiche pas d'imprimante d'ou cela peut-il bien
> venir ?
> ubuntu 8.10 imprimante par défaut "dcp7010" (brother lazer n/b) la seule
> branchée à l'ordi.
>
> merci.
>
> jacky
>

Printer.Setup() ne marche pas avec CUPS, ça date d'avant.

--
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Printer.Setup()

by jacky-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benoît Minisini a écrit :

>> Bonjour,
>> quand Printer.Setup() n'affiche pas d'imprimante d'ou cela peut-il bien
>> venir ?
>> ubuntu 8.10 imprimante par défaut "dcp7010" (brother lazer n/b) la seule
>> branchée à l'ordi.
>>
>> merci.
>>
>> jacky
>>
>
> Printer.Setup() ne marche pas avec CUPS, ça date d'avant.
>
Dommage, l'utilitaire était sympa. Je pense que je vais utiliser lpr à
la place.
Comment fais-tu toi pour tes impressions ?

Cordialement.

Jacky



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Printer.Setup()

by Bugzilla from gambas@users.sourceforge.net :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> Benoît Minisini a écrit :
> >> Bonjour,
> >> quand Printer.Setup() n'affiche pas d'imprimante d'ou cela peut-il bien
> >> venir ?
> >> ubuntu 8.10 imprimante par défaut "dcp7010" (brother lazer n/b) la seule
> >> branchée à l'ordi.
> >>
> >> merci.
> >>
> >> jacky
> >
> > Printer.Setup() ne marche pas avec CUPS, ça date d'avant.
>
> Dommage, l'utilitaire était sympa. Je pense que je vais utiliser lpr à
> la place.
> Comment fais-tu toi pour tes impressions ?
>
> Cordialement.
>
> Jacky
>

Je n'ai pas d'imprimante.

Ce qu'il faut faire, c'est systématiquement imprimer dans un fichier
Postscript avec Printer, puis envoyer ce fichier d'impression à l'imprimante.

Avec KDE3, on avait kdeprint qui affichait la boîte de configuration
d'impression avant d'envoyer le fichier. Avec KDE4, on a plus, le système
d'impression ayant été intégré à QT4. Avec GTK+, je ne crois pas que ça n'a
jamais existé.

Ce que je dois faire, c'est refaire le système d'impression de Gambas pour
utiliser QT4 et les nouvelles fonctions d'impression de GTK+ !

Voilà.

--
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

Re: Printer.Setup()

by jacky-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Benoît Minisini a écrit :

>> Benoît Minisini a écrit :
>>>> Bonjour,
>>>> quand Printer.Setup() n'affiche pas d'imprimante d'ou cela peut-il bien
>>>> venir ?
>>>> ubuntu 8.10 imprimante par défaut "dcp7010" (brother lazer n/b) la seule
>>>> branchée à l'ordi.
>>>>
>>>> merci.
>>>>
>>>> jacky
>>> Printer.Setup() ne marche pas avec CUPS, ça date d'avant.
>> Dommage, l'utilitaire était sympa. Je pense que je vais utiliser lpr à
>> la place.
>> Comment fais-tu toi pour tes impressions ?
>>
>> Cordialement.
>>
>> Jacky
>>
>
> Je n'ai pas d'imprimante.
>
> Ce qu'il faut faire, c'est systématiquement imprimer dans un fichier
> Postscript avec Printer, puis envoyer ce fichier d'impression à l'imprimante.
>
> Avec KDE3, on avait kdeprint qui affichait la boîte de configuration
> d'impression avant d'envoyer le fichier. Avec KDE4, on a plus, le système
> d'impression ayant été intégré à QT4. Avec GTK+, je ne crois pas que ça n'a
> jamais existé.
>
> Ce que je dois faire, c'est refaire le système d'impression de Gambas pour
> utiliser QT4 et les nouvelles fonctions d'impression de GTK+ !
>
> Voilà.
>
Merci Benoit. J'utilise bien printer pour générer les fichier ps et lpr
fonctionne très bien.
Sous Gnome il existe gtklp un peu l'équivalent du regretté kdeprint



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr