Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-21 Thread Johann Glaser
Hi! Am Dienstag, den 20.04.2010, 14:36 -0300 schrieb Jorge Aldo G. de F. Junior: > hahahahhahah > > BEEP has nothing to do with beeping from the application :P :-D Yes, it was a joke. :-p Sorry for the confusion, I should have added "SCNR" to my mail. :-) Bye Hansi _

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-20 Thread Jorge Aldo G. de F. Junior
hahahahhahah BEEP has nothing to do with beeping from the application :P 2010/4/20 Jonas Maebe : > > On 20 Apr 2010, at 11:46, Marco van de Voort wrote: > >> In our previous episode, Johann Glaser said: >>> >>> Isn't that as easy as just using >>>  Write(^G); >> >> Afaik that only works with the

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-20 Thread Jonas Maebe
On 20 Apr 2010, at 11:46, Marco van de Voort wrote: In our previous episode, Johann Glaser said: Isn't that as easy as just using Write(^G); Afaik that only works with the terminal in cooked mode. If you do it by e.g. IOCTL (don't know how beepfp does it under FreeBSD, see unit console

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-20 Thread Marco van de Voort
In our previous episode, Johann Glaser said: > > Isn't that as easy as just using > Write(^G); Afaik that only works with the terminal in cooked mode. If you do it by e.g. IOCTL (don't know how beepfp does it under FreeBSD, see unit console) this should work afaik. ___

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-20 Thread Graeme Geldenhuys
Wimpie Nortje het geskryf: > I don't understand what you mean > > Johann Glaser wrote: >> Isn't that as easy as just using >> Write(^G); Is you BEEP framework/library/service the same as the beep sound made by a computer speaker. eg: writing the bell character (#7) to the console causes the PC

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-20 Thread Henry Vermaak
On 20 April 2010 07:19, Wimpie Nortje wrote: > I don't understand what you mean I think he means the ascii bell code, which makes a beep if you write it to a console. This ascii bell code is 7, or control-G. Henry ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-19 Thread Wimpie Nortje
I don't understand what you mean Johann Glaser wrote: Isn't that as easy as just using Write(^G); ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-19 Thread Johann Glaser
Hi! Am Montag, den 19.04.2010, 08:53 +0200 schrieb Wimpie Nortje: > Release note: > - > BeepFp 1.1 was released on April 18, 2010. > > BeepFp is a Free Pascal component to provide BEEP services in the object > pascal language. It is written as a binding on top of Vortex librar

[fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-18 Thread Wimpie Nortje
Release note: - BeepFp 1.1 was released on April 18, 2010. BeepFp is a Free Pascal component to provide BEEP services in the object pascal language. It is written as a binding on top of Vortex library. Changes from v1.0 --- - BeepFp events are now triggered in