[fpc-pascal] Re: Mouse Problem
Hi, I read on FAQ for mouse problem: The mouse cursor does not respond in the Windows IDE In windowed mode, the mouse cursor might not respond to mouse moves and clicks. Just change the properties of the console, and remove the quick edit mode option. This should solve the mouse response problems. but I cannot understand how can I change the properties of the console, and remove the quick edit mode option. Any of you can help me? Thanks a lot ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
[fpc-pascal] Mouse Problem
Hi, I read on FAQ for mouse problem: The mouse cursor does not respond in the Windows IDE In windowed mode, the mouse cursor might not respond to mouse moves and clicks. Just change the properties of the console, and remove the quick edit mode option. This should solve the mouse response problems. but I cannot understand how can I change the properties of the console, and remove the quick edit mode option. Any of you can help me? Thank a lot. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Free Pascal soom will land in Italy!
Jilani Khaldi, > Hi All, > In the next issue of Linux&C n.42 (http://www.oltrelinux.com) there will > be the first article (Special) about Free Pascal (8 pages for this > article, never happened before with other cool languages) Good news, I've known a lot of fpc fans here in Italy (I'm from Trieste). > Linux&C is > the number one magazine in Italy dedicated to Linux with nearly 50.000 > readers monthly. I've read your articles on FirebirdSQL you wrote for Linux&C, very clear and well written. > I am looking for a cool application (already written or > to be written) to show to our readers (in the next articles) the power > and the elegance of Free Pascal for serious development. I agree with Florian, FPC itself! imho is sufficient to look at the fpc documentation to find enough examples of elegance and power. Anyway, a bunch of good Delphi libraries have been successfully ported to fpc (Synapse, ICS, Decal, Abbrevia,...), almost anything you can do with Delphi could be done in fpc as well. I've converted the EOS code (http://sourceforge.net/projects/camelos) to fpc in a couple of days with only minor changes from Delphi and translated the Junit core testing framework from Java in a day or too: http://camelos.sourceforge.net/fpcUnit.html , so, no doubt for me that FPC is mature for serious programming. If you need help for your article or you need a review, just ask (you can get in contact with me in private). Ciao, Dean Zobec ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Mouse Problem
Gualtiero Dellarole wrote: Hi, I read on FAQ for mouse problem: 1. The mouse cursor does not respond in the Windows IDE In windowed mode, the mouse cursor might not respond to mouse moves and clicks. Just change the properties of the console, and remove the quick edit mode option. This should solve the mouse response problems. but I cannot understand how can I change the properties of the console, and remove the quick edit mode option. Any of you can help me? Thank a lot. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal I don't have windows installed, but AFAIK you have to click the right button on the program's icon. This opens a context menu with options, such as copy, delete, .., and -properties-. When you click -properties-, you can edit the properties of that program. Console means the MS-DOS "prompt" window, where the IDE runs in. I'm not sure if you have to remove that option for MS-DOS, for the IDE, or for both. Anton. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Free Pascal soom will land in Italy!
Dean Zobec wrote: I've converted the EOS code (http://sourceforge.net/projects/camelos) to fpc in a couple of days with only minor changes from Delphi and translated the Junit core testing framework from Java in a day or too: http://camelos.sourceforge.net/fpcUnit.html , so, I am interested in fpcUnit. Where can I download the source for fpcUnit. The tar.gz on http://camelos.sourceforge.net/fpcUnit.html only contains the gui test runner, not the base classes, like TestCase. I tried to find it at cvs, but couldn't. Regards, Vincent. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal