[Gambas-user] Iconify under KDE

Benoit Minisini gambas at ...2...
Thu May 8 22:30:16 CEST 2003


Le Jeudi 8 Mai 2003 20:06, Nikolaos Dionysopoulos a écrit :
> Hello everybudy!
>
> I was wondering if there is a way to make a Gambas program to iconify in
> the notification area of KDE when it is minimized, just like many KDE
> programs (i.e. KMix). Can anybody provide some code, please?

No way to do that, as I don't know how to do thath in KDE.

>
> Also, is it possible to access raw devices (like /dev/ttyS0) just by
> OPENing them, in the style of good old QBasic? I assume I would have to
> be root for such an operation to succed, right?

OPEN "/dev/ttyS0" FOR WRITE DIRECT AS #hFile

The DIRECT flag is used for unbuffered I/O => open() is used instead of 
fopen()

>
> Thank you in advance,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list